I had assumed that every OSLC defined resource would have an rdf:type 
property that references either the spec defined Type URI OR is it a 
gettable URI that references the service provider's hosted version of the 
resource shape.

Here's my example, I have a OSLC-CM Change Request resource that looks 
like:

<oslc_cm:ChangeRequest  rdf:about="http://example.com/bugs/2314";>
  <rdf:type  rdf:reference="
http://open-services.net/xmlns/cm/2.0#ChangeRequest";> 
</oslc_cm:ChangeRequest>

Is it required for rdf:type to point to the OSLC defined Type URI?   How 
do I get to the resource shape of this resource?

I would instead think that we'd want an OSLC Common Property called 
"oslc:shape" which points to a gettable OSLC shape resource.  Any 
objections to adding this?  Any need use dc:type here instead (or clarify 
how it could be used) ?

Thanks,
Steve Speicher | IBM Rational Software | (919) 254-0645

Reply via email to