Re: reification test case

> Let me recast this then:
>
> We have to decide on Dan Brickley's equality test.  Does
>
> >  <stmt1> <rdf:type>      <rdf:Statement> .
> >  <stmt1> <rdf:subject>   <subject> .
> >  <stmt1> <rdf:predicate> <predicate> .
> >  <stmt1> <rdf:object>    <object> .
> >
> >  <stmt2> <rdf:type>      <rdf:Statement> .
> >  <stmt2> <rdf:subject>   <subject> .
> >  <stmt2> <rdf:predicate> <predicate> .
> >  <stmt2> <rdf:object>    <object> .
> >
> >  <stmt1> <property>      <foo> .
> >
> >  entail:
> >
> >  <stmt2> <property>      <foo> .

it of course all depends on the theory of RDF reification
if we want to go the way that a statement is a functional
property of a triple, then the answer to your question is YES

--
Jos

Received on Monday, 4 February 2002 10:25:22 UTC