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

timereference:Available
  skos:prefLabel "Date Available"@en, "Datum zveřejnění"@cs ;
  skos:inScheme timereference: ;
  skos:topConceptOf timereference: ;
  skos:definition """The date the resource is made publicly available. May be a range.
To indicate the end of an embargo period, use Available."""@en, """Datum, kdy je zdroj zpřístupněn veřejnosti. Může se jednat o časové rozmezí. 
Užívejte i pro označení konce období embarga."""@cs ;
  a skos:Concept .

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

