I have created a Family ontology, and now I want to convert the data in csv into rdf using the ontology, plz correct if I am wrong, how can I do this ? The Excel Import utility of Protege is no longer supported ! I am using Protege 4.3
Asked
Active
Viewed 961 times
0
-
There's no single way to convert RDF data into CSV/tabular data. I'd guess that you're looking to do something like having a row for each of a number of individuals, and have a column for each of a number of properties, but this isn't at all clear from your question. Please show a sample of the RDF data that you have, and a sample of the CSV you'd like to obtain. It's probably not too hard to do such a construction with SPARQL. – Joshua Taylor Aug 14 '15 at 15:19
-
I want to convert CSV to RDF, I have created a Family Ontology, so how can I relate it to the csv / map it to the columns of csv so that it will create rdf with logically correct Subject Predicate Objects ? – Swapneel Golapkar Aug 17 '15 at 07:42
-
2That should be much easier, but without seeing your ontology or data, we can't really say much more than that. – Joshua Taylor Aug 17 '15 at 11:13
-
Ok but how ? Can you plz suggest a tool ? thanks for your help – Swapneel Golapkar Aug 18 '15 at 05:35