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

timereference:Updated
  skos:prefLabel "Date Updated"@en, "Datum aktualizace"@cs ;
  skos:inScheme timereference: ;
  skos:topConceptOf timereference: ;
  skos:definition "Datum poslední aktualizace zdroje. Může se jednat i o časové rozmezí."@cs, "The date of the last update to the resource, when the resource is being added to. May be a range."@en ;
  a skos:Concept .

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

