@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:Created .

timereference:Created
  skos:prefLabel "Date Created"@en, "Datum vytvoření"@cs ;
  skos:inScheme timereference: ;
  skos:topConceptOf timereference: ;
  skos:definition """The date the resource itself was put together; this could refer to a timeframe in ancient history, a date range, or a single date for a final component, e.g., the finalised file with all the data.
Recommended for discovery."""@en, """Datum, kdy byl zdroj sestaven; může se jednat o datum nebo časové rozmezí v minulosti, nebo o časové rozmezí či datum, kdy byl zdroj finálně zkompletován. 
Doporučeno použít pro lepší vyhledávání."""@cs ;
  a skos:Concept .

