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

<https://vocabs.ccmm.cz/vocabularies/TimeReference/Withdrawn>
  skos:topConceptOf timereference: ;
  skos:prefLabel "Date Withdrawn"@en, "Datum odstranění"@cs ;
  skos:inScheme 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 <https://vocabs.ccmm.cz/vocabularies/TimeReference/Withdrawn> .

