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

timereference:Issued
  skos:prefLabel "Date Issued"@en, "Datum vydání"@cs ;
  skos:inScheme timereference: ;
  skos:topConceptOf timereference: ;
  skos:definition "Datum, kdy je zdroj zveřejněn nebo distribuován, např. v repozitáři nebo jiném systému."@cs, "The date that the resource is published or distributed, e.g., to a data centre."@en ;
  a skos:Concept .

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

