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

timereference:Accepted
  skos:prefLabel "Date Accepted"@en, "Datum přijetí"@cs ;
  skos:inScheme timereference: ;
  skos:topConceptOf timereference: ;
  skos:definition """The date that the publisher accepted the resource into their system.
To indicate the start of an embargo period, use Accepted or Submitted, as appropriate."""@en, """Datum, kdy vydavatel přijal zdroj do svého systému. 
Pro označení začátku období embarga použijte podle potřeby možnost Datum přijetí nebo Datum podání."""@cs ;
  a skos:Concept .

