Best approach to convert XML to RDF/XML using an ontology

Posted by krisvandenbergh on Stack Overflow See other posts from Stack Overflow or by krisvandenbergh
Published on 2010-04-24T10:09:59Z Indexed on 2010/04/24 10:13 UTC
Read the original article Hit count: 562

Filed under:
|
|
|
|

I have an XML which uses the XPDL standard (which has an XML schema). What I'm trying to do now is to convert its content to RDF format (serialized in XML), in terms of a certain ontology. Clearly, there needs to be some sort of mapping here. I would like to do this using PHP. The thing is, I have no idea how to do this best. I know how to read an XML file, but how would the mappings occur? What would be a good approach?

© Stack Overflow or respective owner

Related posts about php

Related posts about Xml