RDF-ISSUE-152: CR comment: reified statements in Turtle [RDF Turtle]

RDF-ISSUE-152: CR comment: reified statements in Turtle [RDF Turtle]

http://www.w3.org/2011/rdf-wg/track/issues/152

Raised by: Guus Schreiber
On product: RDF Turtle

Comment by Joseph Rockmore:
http://lists.w3.org/Archives/Public/public-rdf-comments/2013Sep/0026.html

i don't know if the period for comments on the turtle recommendation are closed (the w3.org web site is a bit inconsistent), but in case its not, i'd like to offer the following.

i would like to strongly suggest that the turtle recommendation include statement identifiers for reification.  in the work i am doing it is imperative to maintain provenance on all statements, and the only way i have been able to do this in turtle is via explicit reification, such as:

foo:statement1 a rdf:Statement ;
 rdf:subject thingID1 ;
 rdf:predicate propertyID1 ;
 rdf:object value1 ;
 foo:source value 2 ;
 foo:dateAsserted value 3 ;
 etc.

this is ugly and overly verbose.  we would like a mechanism like in RDF/XML that supports expressing the statementID explicitly so that reified statements can be made about the statement, without having to express the statements regarding the subject, predicate, and object separately.

thank you for considering this addition.


     ...joe

      
A. Joseph Rockmore, PhD
technology consulting                                  
650/759-5399

Received on Tuesday, 8 October 2013 14:20:49 UTC