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

timereference:
  a skos:ConceptScheme ;
  skos:hasTopConcept timereference:Valid .

timereference:Valid
  skos:prefLabel "Date Valid"@en, "Datum platnosti"@cs ;
  skos:inScheme timereference: ;
  skos:topConceptOf timereference: ;
  skos:definition "Datum nebo časové rozmezí, po které je dataset nebo zdroj platný a aktuální."@cs, "The date or date range during which the dataset or resource is accurate."@en ;
  a skos:Concept .

