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

timereference:Submitted
  skos:prefLabel "Date Submitted"@en, "Datum podání"@cs ;
  skos:inScheme timereference: ;
  skos:topConceptOf timereference: ;
  skos:definition """The date the creator submits the resource to the publisher. This could be different from Accepted if the publisher then applies a selection process.
Recommended for discovery."""@en, """Datum, kdy tvůrce odešle (odevzdá) zdroj vydavateli. Toto datum se může lišit od Data přijetí, pokud vydavatel následně uplatní recenzní proces nebo jiný proces výběru.
Doporučeno použít pro lepší vyhledávání."""@cs ;
  a skos:Concept .

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

