vendredi 27 juin 2014

How to add triples by using Jena API to a created Ontoglogy by Protoge


Vote count:

0




I have a data set in XML format and I transform that xml into Turtle format ( set of triples). I designed my OWL ontology using Protégé to be used as an ontology schema for the transformed triples. I want to use this OWL ontology to add the transferred xml (RDF format) data to be fit on my ontology design by using Jena. How could i do that?


one resource of the transformed xml data (int turtle format):



@prefix rdf: <http://ift.tt/1cmhbSZ;.
@prefix contact: <http://ift.tt/1iE5IV7;.

<http://ift.tt/1nOtFWN;
rdf:type contact:Person;
contact:fullName "Eric Miller";
contact:mailbox <mailto:em@w3.org>;
contact:personalTitle "Dr.".

...


Would you please help



asked 23 secs ago






Aucun commentaire:

Enregistrer un commentaire