RDFLiteral["value",dt]
represents an RDF literal with value "value" and a datatype identified by the IRI dt.
RDFLiteral
RDFLiteral["value",dt]
represents an RDF literal with value "value" and a datatype identified by the IRI dt.
Examples
open all close allBasic Examples (1)
Scope (1)
Needs["GraphStore`"]Export data containing a DateObject:
mySchedule = RDFStore[{
RDFTriple[URL["http://example.org/meeting"], URL["http://example.org/time"], Now]
}];ExportString[
mySchedule,
"Turtle",
"Prefixes" -> <|
"ex" -> "http://example.org/",
"xsd" -> "http://www.w3.org/2001/XMLSchema#"
|>
]Related Guides
Text
Wolfram Research (2019), RDFLiteral, Wolfram Language function, https://reference.wolfram.com/language/GraphStore/ref/RDFLiteral.html.
CMS
Wolfram Language. 2019. "RDFLiteral." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/GraphStore/ref/RDFLiteral.html.
APA
Wolfram Language. (2019). RDFLiteral. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/GraphStore/ref/RDFLiteral.html
BibTeX
@misc{reference.wolfram_2026_rdfliteral, author="Wolfram Research", title="{RDFLiteral}", year="2019", howpublished="\url{https://reference.wolfram.com/language/GraphStore/ref/RDFLiteral.html}", note=[Accessed: 15-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_rdfliteral, organization={Wolfram Research}, title={RDFLiteral}, year={2019}, url={https://reference.wolfram.com/language/GraphStore/ref/RDFLiteral.html}, note=[Accessed: 15-June-2026]}