Hi, I'm using an DAML+OIL ontology for defining some instances. Instances are based on http://www.cs.umd.edu/projects/plus/DAML/onts/cs1.0.daml . I'm trying to make reference from one object to another in the definition. For example, organization CIA is subOrganization of ITESM. What i'm writing is: <University rdf:ID="ITESM"> <rdfs:comment>Instituto Tecnologico y de Estudios Superiores de Mty</rdfs:comment> </University> <Organization rdf:ID="CIA"> <rdfs:comment>Centro de Inteligencia Artificial.</rdfs:comment> <subOrganization>"#ITESM"</subOrganization> </Organization> Is this wrong? how should I reference ITESM from CIA? Thanks in advance Hector G. CeballosReceived on Monday, 18 February 2002 16:59:50 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:34:49 GMT