![]() |
rdf:ID="name"
is equivalent to
rdf:about="#name"
, e.g.
<rdf:Description rdf:ID="name">
<predicate>literal</predicate>
</rdf:Description>
produces
rdf:ID
s
rdf:about
s
with the same URI is fine
31 of 130 |