Jump to content

Talk:XQuery/List OWL Classes

Page contents not supported in other languages.
Add topic
From Wikibooks, open books for an open world
Latest comment: 13 years ago by Tom Morris in topic Please, please, don't do this

Please, please, don't do this

[edit source]

If you want to parse RDF/XML, use an RDF parsing library, not an XML tool. Jena, RDF.rb, rdflib (python) and librdf exist. If you try and parse RDF/XML yourself as XML, you are in for a world of pain for one simple reason: the same set of triples can be represented in a wide number of different ways in RDF/XML. Two graphs can be the same at the triple level but not at the XML serialization level. This is why we have RDF parsing libraries. See Ian Davis' classic post The Sixteen Faces of Eve. Tom Morris (discusscontribs) 16:39, 24 August 2011 (UTC)Reply