Re: Blank Node Identifiers and RDF Dataset Normalization

On 2013-02-25, at 13:00, Markus Lanthaler <markus.lanthaler@gmx.net> wrote:

>> For example:
>> 
>> SELECT * WHERE {
>>   ?g dc:date ?d .
>>   GRAPH ?g { ?x a foaf:Person }
>> }
> 
> Given that it has been decided that graph labels do *not* denote the graph,

I believe it would be more correct to say that graph labels do not HAVE to demote the graph, they're allowed to if you want them to.

Regardless, the example is valid regardless on whatever graph labelling semantics are being used - within some system with a known relationship between graph labels and metadata.

If the graph label refers to the document which was parsed, and the metadata refers to the parsing (which is a very common situation), then the example is equally valid.

I think you may be attaching too much important to the idea of denoting.

> I find such example especially confusing. You use the same variable (?g) in
> the subject position and as a graph label knowing that they do not refer to
> the same. Semantically, the two have nothing in common at all. ?g could
> denote a person, a document, an event, whatever. The graph ?g is a
> completely different "thing". Effectively you could say they use the same
> IRI by coincidence. I think it are these kind of examples that lead to the
> current situation. Contrast that with a query like and assume the IRI would
> denote the graph
> 
> SELECT * WHERE {
>   ?someone_thing :stated ?g .
>   GRAPH ?g { ?x a foaf:Person }
> }
> 
> 
> I think at the very least, the effects of the decision that graph labels do
> not denote the graph should be made clearer in RDF Concepts. I don't know
> how but maybe an example helps to illustrate the problem. That information
> also shouldn't be put in a non-normative note IMHO.

Well, first we'd have to find a problem with it… I suspect a world where graph labels always denote graphs would be much more confusing and counter-intuative to the average developer.

- Steve

-- 
Steve Harris
Experian
+44 20 3042 4132
Registered in England and Wales 653331 VAT # 887 1335 93
80 Victoria Street, London, SW1E 5JL

Received on Monday, 25 February 2013 15:46:17 UTC