Export
Turtle RDF/XML JSON-LD N-Triples

has type
op

IRI: http://purl.org/dc/terms/type

comment
The nature or genre of the resource.
en
example
:my-dataset literal:hasLiteral :my-dataset-date . :my-dataset-date literal:hasLiteralValue "2012-07-04"^^xsd:date ; dcterms:type dcterms:date .
rationale
In DataCite, since it is possible to attach information to dates, these must be modelled as entities themselves. The date itself is a `literal:Literal`, with its actual value expressed via `literal:hasLiteralValue` and its type (represented by the property it would be used otherwise if the date were not reified) through `dcterms:type`. The properties that can be used in combination with OWL 2 punning to express a particular type for the date are the following: - `dcterms:dateAccepted` (Accepted) - `dcterms:available` (Available) - `dcterms:dateCopyrighted` (Copyrighted) - `fabio:hasDateCollected` (Collected) - `dcterms:temporal` (Coverage) - `dcterms:created` (Created) - `dcterms:issued` (Issued) - `dcterms:dateSubmitted` (Submitted) - `dcterms:modified` (Updated) - `dcterms:valid` (Valid) - `fabio:hasRetractionDate` (Withdrawn) The value associated with one of these data properties should be provided in conformity with one of three alternative XML Schema datatypes, i.e., `xsd:date`, `xsd:gYear` or `xsd:dateTime`.
en
term status
← Back to full documentation