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

<https://vocabs.repo.cz/vocabularies/SubjectCategory/40000/40100>
  skos:prefLabel "Agriculture, forestry and fisheries"@en, "Zemědělství, lesnictví, rybářství"@cs ;
  a skos:Concept ;
  skos:narrower <https://vocabs.repo.cz/vocabularies/SubjectCategory/40000/40100/40103> .

<https://vocabs.repo.cz/vocabularies/SubjectCategory/40000/40100/40103>
  skos:broader <https://vocabs.repo.cz/vocabularies/SubjectCategory/40000/40100> ;
  skos:prefLabel "Fishery"@en, "Rybářství"@cs ;
  skos:inScheme subjectcategory: ;
  a skos:Concept .

subjectcategory: a skos:ConceptScheme .
