@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/50700>
  skos:prefLabel "Social and economic geography"@en, "Sociální a ekonomická geografie"@cs ;
  a skos:Concept ;
  skos:narrower <https://vocabs.repo.cz/vocabularies/SubjectCategory/50000/50700/50702> .

<https://vocabs.repo.cz/vocabularies/SubjectCategory/50000/50700/50702>
  skos:broader <https://vocabs.repo.cz/vocabularies/SubjectCategory/50000/50700> ;
  skos:prefLabel "Urban studies (planning and development)"@en, "Urbanismus (plánování a rozvoj)"@cs ;
  skos:inScheme subjectcategory: ;
  a skos:Concept .

subjectcategory: a skos:ConceptScheme .
