- From: Alan Ruttenberg <alanruttenberg@gmail.com>
- Date: Tue, 17 Apr 2007 20:53:56 -0400
- To: public-owl-dev@w3.org
- Cc: chris mungall <cjm@fruitfly.org>
From http://webont.org/owl/1.1/rdf_mapping.html > Axioms with annotations are reified. If s p o is the RDF > serialization of the corresponding axiom without annotations given > in Table 2 and the axiom contains annotations Annotation(apIDi > cti), 1 ² i ² n, then, instead of being serialized as s p o, the > axiom is serialized as follows: > > _:x rdf:type owl11:Axiom > _:x T(apIDi) T(cti) 1 ² i ² n > _:x rdf:subject s > _:x rdf:predicate p > _:x rdf:object o What happens when an Axiom serializes as multiple triples: > EquivalentClasses(c1 ... cn) => > T(ci) owl:equivalentClass T(ci+1) 1 ² i ² n-1 -Alan
Received on Wednesday, 18 April 2007 00:54:41 UTC