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

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

