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

<https://vocabs.ccmm.cz/vocabularies/TimeReference/Other>
  skos:topConceptOf timereference: ;
  skos:prefLabel "Other date"@en, "Jiné datum"@cs ;
  skos:inScheme timereference: ;
  skos:definition "Jiná datace, která se vztahuje ke zdroji a nepatří do existující kategorie."@cs, "Other date that does not fit into an existing category."@en ;
  a skos:Concept .

timereference:
  a skos:ConceptScheme ;
  skos:hasTopConcept <https://vocabs.ccmm.cz/vocabularies/TimeReference/Other> .

