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

timereference:Other
  skos:prefLabel "Other date"@en, "Jiné datum"@cs ;
  skos:inScheme timereference: ;
  skos:topConceptOf 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 timereference:Other .

