在以下 RDFa 片段中:
<span about="example.com/subjectURI" rel="example.com/predicateURI" property="literalText"></span>
about= 属性中的 URI 是主题(OK 是 URI 引用的实体,但你明白了),rel 表示谓词,property 表示文字对象。我知道对谓词使用 rev 属性会颠倒主语和宾语,因此 about= 现在指的是 RDF 语句的宾语。但是,根据我的阅读,似乎不允许文字作为主题。那么,以下行为是否合法?
<span about="example.com/objectURI" rev="example.com/predicateURI" property="literal-text-as-a-subject"></span>
现在有人可以争辩说,文字文本可以是陈述的主题。例如 Steven Colbert 可能会写出以下 RDFa 行:
<span about="www.stevencolbert.com/verytruthy" rev="www.stevencolbert.com/truthyness" property="Only geeks would care about whether one could use @rev with @property, whatever the hell that means."></span>