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

subjectcategory: a skos:ConceptScheme .
<https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/50000/50100>
  skos:prefLabel "Psychology and cognitive sciences"@en, "Psychologie a kognitivní věda"@cs ;
  a skos:Concept ;
  skos:narrower <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/50000/50100/50101> .

<https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/50000/50100/50101>
  skos:prefLabel "Psychology (including human - machine relations)"@en, "Psychologie (zahrnuje vztahy mezi člověkem a strojem)"@cs ;
  skos:inScheme subjectcategory: ;
  skos:broader <https://vocabs.ccmm.cz/registry/codelist/SubjectCategory/50000/50100> ;
  a skos:Concept .

