问题
I am making use of a tool called as FRED (http://wit.istc.cnr.it/stlab-tools/fred) , which generates the RDF/XML for the given natural language text. But that tool is making use its own predefined schema and also the namespaces. There is no way for the user to give their own schema for the tool.
Whatever the RDF/XML data, which I have got from that tool is fed to Triple Data Store using Apache JENA library. Is it possible to extract the Schema like class properties, objects and Data Properties from the data present in the TDB (Triple DataBase) Store?
Basically I want to get the Schema which is being used by the tool, so that it helps for me to generate the SPARQL from the natural language based on the Schema.
来源:https://stackoverflow.com/questions/30572853/extract-schema-from-rdf-xml