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

timereference:Collected
  skos:prefLabel "Date Collected"@en, "Datum sběru"@cs ;
  skos:inScheme timereference: ;
  skos:topConceptOf timereference: ;
  skos:definition "The date or date range in which the resource content was collected. To indicate precise or particular timeframes in which research was conducted."@en, "Datum nebo časové rozmezí, kdy byl obsah zdroje posbírán. Pro uvedení přesného časového rozmezí, ve kterém byl výzkum proveden."@cs ;
  a skos:Concept .

