oliviaramos / simile-widgets

Automatically exported from code.google.com/p/simile-widgets
0 stars 0 forks source link

BABEL: RDF/XML reification breaks babel translation #82

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
RDF/XML structures like this break babel:

<ex:ClassInstance rdf:about="URI#Something">
     <ex:property rdf:resource="URI#somethingelse" rdf:ID="somethingelse1"/>
</ex:ClassInstance>

<rdf:Description rdf:about="somethingelse1">
     <ex:addproperties>annotating the statement</ex:addproperties>
</rdf:Description>

Maybe this isn't a bug; I know there are unresolved issues re reification,
but longwell does not complain at such statements and they are useful to
me. Babel may not be able to translate them to n3 (neither will CWM), but
how about jason?

[reported by Jon Crumb on simile.mit.edu]

Original issue reported on code.google.com by stefano.mazzocchi@gmail.com on 25 Mar 2009 at 6:33

GoogleCodeExporter commented 8 years ago

Original comment by stefano.mazzocchi@gmail.com on 25 Mar 2009 at 6:35

GoogleCodeExporter commented 8 years ago

Original comment by stefano.mazzocchi@gmail.com on 25 Mar 2009 at 7:19