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

<https://vocabs.repo.cz/vocabularies/SubjectCategory/20000/20500>
  skos:prefLabel "Materials engineering"@en, "Materiálové inženýrství"@cs ;
  a skos:Concept ;
  skos:narrower <https://vocabs.repo.cz/vocabularies/SubjectCategory/20000/20500/20506> .

<https://vocabs.repo.cz/vocabularies/SubjectCategory/20000/20500/20506>
  skos:broader <https://vocabs.repo.cz/vocabularies/SubjectCategory/20000/20500> ;
  skos:prefLabel "Coating and films"@en, "Nátěry a fólie"@cs ;
  skos:inScheme subjectcategory: ;
  a skos:Concept .

subjectcategory: a skos:ConceptScheme .
