W3C home > Mailing lists > Public > public-swbp-wg@w3.org > July 2004

Re: [ANN] Working drafts by SW Best Practices group -- request for comments

From: Natasha Noy <noy@smi.stanford.edu>
Date: Wed, 28 Jul 2004 19:22:42 -0700
Message-Id: <2B67C3E2-E106-11D8-A5BA-000A958B5C28@smi.stanford.edu>
Cc: public-swbp-wg@w3.org
To: Eric Jain <Eric.Jain@isb-sib.ch>


On Jul 22, 2004, at 1:43 PM, Eric Jain wrote:

>
> Wouldn't reification seem like a natural fit for this problem? E.g.
>
> :Diagnosis_Relation
>       a       owl:Class ;
>       rdfs:subClassOf rdf:Statement
>       rdfs:subClassOf
>               [ a       owl:Restriction ;
>                 owl:allValuesFrom :Probability_values ;
>                 owl:onProperty :diagnosis_probability
>               ] .
>
> And then:
>
> :Christine
>       a       :Person ;
>       :has_diagnosis :Breast_Tumor .
>
> :Diagnosis_Relation_1
>       a       :Diagnosis_Relation ;
>       rdf:subject :Christine ;
>       rdf:predicate :has_diagnosis ;
>       rdf:object :Breast_Tumor ;
>       :diagnosis_probability :HIGH .
>
This is actually equivalent to the second pattern in the note, although 
without the specific use of rdf;Statement. Or am I missing something?
	
Natasha
Received on Thursday, 29 July 2004 01:46:16 GMT

This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 8 January 2008 14:17:12 GMT