How do you create a model of this strings using HTTP GET and/or POST?

String uri = "http://workingontologist.org/Examples/Chapter3/Product.n3";;
String uri2 = "http://dbpedia.org/page/Pizza";;

My project involves getting an external ontology and customizing it and
storing the custom ontology locally.

The pseudocode is

Create an HTTP GET or POST, add the string URL
Add appropriate Header info for handling N3, Turtle, RDF/XML
Read the file, return the String ontology
Create a model using the String ontology

Thank you very much

-- 
Regards,
Daryl

Reply via email to