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.
范例
打开所有单元 关闭所有单元基本范例 (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#"
|>
]相关指南
文本
Wolfram Research (2019),RDFLiteral,Wolfram 语言函数,https://reference.wolfram.com/language/GraphStore/ref/RDFLiteral.html.
CMS
Wolfram 语言. 2019. "RDFLiteral." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/GraphStore/ref/RDFLiteral.html.
APA
Wolfram 语言. (2019). RDFLiteral. Wolfram 语言与系统参考资料中心. 追溯自 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: 10-August-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: 10-August-2026]}