GET RDF Resource

Hello,

reading the spec I can not find information about what content wise SHOULD to be returned upon HTTP GET on an RDF resource.
In the past I realized that servers return different content upon dereferencing an RDF resource, some servers return all triples where the requested resource occurs as the subject,
i.e. CONSTRUCT { ?s ?p ?o . } WHERE { ?s ?p ?o . FILTER (?s = <R>)}
others (such as DBpedia) return triples where the object occurs as subject OR object, 
i.e. CONSTRUCT { ?s ?p ?o . } WHERE {{ ?s ?p ?o . FILTER (?s = <R>)} UNION { ?s ?p ?o . FILTER (?o = <R>)}}.

Are there any suggestions for that?

Best
Magnus

-- 
Magnus Knuth

Hasso-Plattner-Institut für Softwaresystemtechnik GmbH
Prof.-Dr.-Helmert-Str. 2-3
14482 Potsdam

Amtsgericht Potsdam, HRB 12184
Geschäftsführung: Prof. Dr. Christoph Meinel

tel:     +49 331 5509 547
email:   magnus.knuth@hpi.de
web:     http://www.hpi.de/
webID:   http://magnus.13mm.de/

Received on Monday, 2 March 2015 12:47:54 UTC