sesuncedu / owl1-1

Automatically exported from code.google.com/p/owl1-1
0 stars 0 forks source link

More typos in RDF mapping #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Table 2 needs a review. Here are some typos I found (but I've not conducted an 
exhaustive review 
yet):

EntityAnnotation(OWLClass(cID)
  Annotation(apID1 ct1) ... Annotation(apIDn ctn)) dID T(apIDi) T(cti)   1 ≤ i ≤ n

s/dID/cID/

Also, shouldn't it be T(cID)? Don't I need the OWLClassness to result in a cID 
rdf:type owl:Class?

Next line:

  Annotation(apID1 ct1) ... Annotation(apIDn ctn))

Shouldn't there be a line:
  EntityAnnotation(ObjectProperty(opID) ?

Two entries later, s/dpID/iID/

And in all of the entity annotations, I don't see where the type triple gets 
added.

Original issue reported on code.google.com by bparsia on 11 Jul 2007 at 10:56

GoogleCodeExporter commented 9 years ago
This seems to be a typo too:

EntityAnnotation( ObjectProperty(x)
  Annotation(a y1 ct1 ) ... Annotation( yn ctn ) )

The "a" doesn't make sense.

Also, translations for Label and Comment seem to be missing.

Original comment by bparsia on 12 Jul 2007 at 1:44

GoogleCodeExporter commented 9 years ago

Original comment by pfpschne...@gmail.com on 25 Oct 2007 at 8:08