[Activerdf] Class hierarchy and Ruby class realizations
Harshal Ganpatrao Hayatnagarkar
iamharshal at rediffmail.com
Mon Apr 23 16:58:04 IST 2007
Hi,
Please consider following schema -
<rdfs:Class rdf:ID="Person">
<rdfs:subClassOf rdf:resource="http://www.w3c.org/2000/01/rdf-schema#Class" />
</rdfs:Class>
<test:Person rdf:ID="Project_Manager">
<rdfs:subClassOf rdf:resource="http://www.w3c.org/2000/01/rdf-schema#Class" />
</test:Person>
<test:Project_Manager rdf:ID="manager1">
<!-- actual details -->
</test:Project_Manager>
The reason why I derived 'test:Person' from 'rdfs:Class' is that I want to help percolate the instantiation behaviour of 'rdfs:Class' to the 'test:Person', 'test:Project_Manager'. However, I guess that existing implementation of 'ActiveRDF' does not support this kind of hierarchy of classes to be generated, just looking at inheritance.
If this functionality is 'required', how do I get it implemented using ActiveRDF? Please guide me.
Thanks.
Sincerely,
Harshal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.deri.org/pipermail/activerdf/attachments/20070423/d6bdfbde/attachment.htm
More information about the ActiveRDF
mailing list