gpt4 book ai didi

rdf - RDF XML 中的整数和日期时间文字

转载 作者:行者123 更新时间:2023-12-01 11:52:06 25 4
gpt4 key购买 nike

我已经开始尝试使用三元存储和 RDF 来存储图像元数据,但我不明白如何将整数值放入 RDF/XML 中。

<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:exif="http://penkov.me/exif/">
<rdf:Description rdf:about="http://penkov.me/images/0">
<exif:SourceFile>./205CANON/_MG_0538.CR2</exif:SourceFile>
<exif:Make>Canon</exif:Make>
<exif:FocalLength>50</exif:FocalLength>
</rdf:Description>
</rdf:RDF>

我猜 50<exif:FocalLength>标记将被三元组视为字符串,并且不可能对该值进行范围查询。

最佳答案

简单(但冗长):

<exif:FocalLength rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">50</exif:FocalLength>

参见 this section in the RDF/XML spec

关于rdf - RDF XML 中的整数和日期时间文字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10577971/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com