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

timereference:Withdrawn
  skos:prefLabel "Date Withdrawn"@en, "Datum odstranění"@cs ;
  skos:inScheme timereference: ;
  skos:topConceptOf timereference: ;
  skos:definition """The date the resource is removed.
It is good practice to include a description that indicates the reason for the retraction or withdrawal."""@en, "Datum odstranění zdroje. Je vhodné uvést důvod odstranění."@cs ;
  a skos:Concept .

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

