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

locationrelation:Other
  skos:prefLabel "Jiné"@cs, "Other"@en ;
  skos:inScheme locationrelation: ;
  skos:topConceptOf locationrelation: ;
  a skos:Concept .

locationrelation:
  a skos:ConceptScheme ;
  skos:hasTopConcept locationrelation:Other .

