@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix subjectcategory: <https://vocabs.repo.cz/vocabularies/SubjectCategory/> .

<https://vocabs.repo.cz/vocabularies/SubjectCategory/50000/50400>
  skos:prefLabel "Sociology"@en, "Sociologie"@cs ;
  a skos:Concept ;
  skos:narrower <https://vocabs.repo.cz/vocabularies/SubjectCategory/50000/50400/50403> .

<https://vocabs.repo.cz/vocabularies/SubjectCategory/50000/50400/50403>
  skos:broader <https://vocabs.repo.cz/vocabularies/SubjectCategory/50000/50400> ;
  skos:prefLabel "Social topics (women´s and gender studies, social issues, family studies social work)"@en, "Sociální témata (studie žen a pohlaví, sociální problémy, studie rodin, sociální práce)"@cs ;
  skos:inScheme subjectcategory: ;
  a skos:Concept .

subjectcategory: a skos:ConceptScheme .
