- From: Thomas Passin <list1@tompassin.net>
- Date: Sat, 23 Dec 2017 14:41:30 -0500
- To: semantic-web <semantic-web@w3.org>
On 12/23/2017 1:16 PM, Eric Prud'hommeaux wrote: > Apart from this case, yeah, it's typically heresy to make a > distinction between bnodes and IRIs. Beyond the idealogical notion > they both stand for RDF nodes, practically, it's a bit impolite to > users to say that they can't substitute bnodes with IRIs in order to > get a stable identifier. (This is quite useful in debugging.) Stepping a little above RDF, a thing can be identified by an identifier, or it can be identified by its properties (or both). It's still the same thing, though. And actually, since an identifying IRI can be considered a property of its node, all the cases really boil down to the one case: a node is identified by its properties. If you use a bnode, you are identifying a node by its (non-id) properties, including which other nodes it connects to. Adding an IRI wouldn't change the identity of the node, unless of course it were not a unique ID. TomP
Received on Saturday, 23 December 2017 19:41:58 UTC