> <rdfs:Class rdf:about="http://www.example.com/terms/MyContainer">
> <rdfs:label>My Container</rdfs:label>
> <rdfs:comment>My refined Aggregation of extra special
> aggregates.</rdfs:comment>
> <rdfs:subClassOf rdf:resource="http://www.openarchives.org/ore/
> terms/Aggregation" />
> </rdfs:Class>
> <rdf:Property rdf:about="http://www.example.com/terms/contains">
> <rdfs:label>Contains</rdfs:label>
> <rdfs:comment>A Subclass of Aggregation explicitly for
> Containership.</rdfs:comment>
> <rdfs:subPropertyOf
> rdf:resource="http://www.openarchives.org/
> ore/terms/aggregates"/>
> <rdfs:domain rdf:resource="http://www.example.com/terms/
> MyContainer" />
> <rdfs:range rdf:resource="http://www.openarchives.org/ore/terms/
> AggregatedResource" />
> </rdf:Property>
I won't say yet why I'm exploring this. I just want to see opinion on
the subject.
Cheers,
Mark
~~~~~~~~~~~~~
Mark R. Diggory - DSpace Developer and Systems Manager
MIT Libraries, Systems and Technology Services
Massachusetts Institute of Technology
Home Page: http://purl.org/net/mdiggory/homepage
As devils advocate, I wanted to know opinions on actually extending
the ORE classes directly, as in
...
I won't say yet why I'm exploring this. I just want to see opinion on
the subject.
I would add that you would need to ensure that your extended ontology
is accessible according to Linking Open Data guidelines.
Which means you would need to ensure that the definition of the
classes and properties appear at http://www.example.com/terms/....
Than it is a matter of ensuring that the inferencing is done correctly
by the clients. I think (but I would need to check with my colleagues)
that semantic indexing services like Sindice could help at this point.
However, I agree with Jim - if you really need to extend the ontology
- I hope there is more to it than just giving your own names; I mean -
your classes and properties will have some specific meaning.
Cheers,
Sebastian
-- sebasti...@gmail.com
-- GG: 335067,
-- Jabber: sebasti...@gmail.com
-- Skype: sebastiankruk
-- WWW: http://www.sebastiankruk.com/