Export
Turtle RDF/XML JSON-LD N-Triples

literal
c

IRI: http://www.essepuntato.it/2010/06/literalreification/Literal

comment
A reified literal.
en
is defined by
http://purl.org/spar/literal/
is equivalent to
is in domain of
label
literal
en
example
:my-dataset literal:hasLiteral :my-dataset-date . :my-dataset-date a literal:Literal ; literal:hasLiteralValue "2012-07-04"^^xsd:date ; dcterms:type dcterms:date .
note
The literal value it represents is specified through the property `literal:hasLiteralValue`. Each individual of this class must always have a specified value.
en
rationale
A reified literal can be used to express cases such as a date that can have a description attached to it. It is linked to the resource via the property `literal:hasLiteral`. The value is contained in the reified literal and is expressed through the data property `literal:hasLiteralValue`. Other information, such as the type of value (e.g., the date type), is expressed via the punning mechanism that allows one to use properties as individuals, and linked to the reified literal with an appropriate property (e.g., `dcterms:type`, `dcterms:dateAccepted`, `fabio:hasDateCollected`, etc.).
en
term status
← Back to full documentation