http://purl.org/dc/terms/dateSubmitted
The date on which an entity has been submitted. Examples of resources to which a Date Submitted may be relevant are a thesis (submitted to a university department), a grant application (submitted to a funding agency) or an article (submitted to a journal).
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | dcterms:dateSubmitted | xsd:dateTime |
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
dcterms:dateSubmitted a owl:DatatypeProperty ;
rdfs:label "has submission date"@en ;
rdfs:comment "The date on which an entity has been submitted. Examples of resources to which a Date Submitted may be relevant are a thesis (submitted to a university department), a grant application (submitted to a funding agency) or an article (submitted to a journal)."@en ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf dcterms:date .