> The particular example I have in mind comes > from an rdf schema for p3p I have been working on where I have statements > of the form: > > <site> <collects> _:1 . > _:1 <rdf:type> <rdf:Statement> . > _:1 <rdf:predicate> <p3p:birthdate> . > > which is a way of saying this site collects information about peoples > birthdays. I'm very happy with the notion that partially specified reified statements are allowed. If the decision had gone the other way presumably you could have used the interpretation of bNodes as existentially quantified variables to model this, viz: <site> <collects> _:1 . _:1 <rdf:type> <rdf:Statement> . _:1 <rdf:predicate> <p3p:birthdate> . _:1 <rdf:subject> _:2 . _:1 <rdf:object> _:3 . DaveReceived on Tuesday, 22 January 2002 04:54:46 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 23 April 2007 18:19:56 GMT