I have developed an Ontology for University by using Protege and currently I used SPARQL for accessing data from this university ontology as I have installed Protege in my local machine but once I upload this ontology on World Wide Web, then how people can fire query to this ontology because on their machine Protege may not be available? In current WWW, we just write text in google search engine but how we can search any information from Ontology by using Semantic Web Search enginee like SWOOGLE?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
First, you should store your ontology within a triple store e.g Jena. In the next step, your application should provide a service like in the http://dbpedia.org/sparql/ so that other people can query your underlying ontology through SPARQL. Jena has support for SPARQL execution. You can see the link ARQ. For doing keyword search on the ontology, I think you can you use LARQ (ARQ+Lucene). It provides indexing of ontology resources and enables keyword search on them. |
|||
|
|
|
You can utilise an online SPARQL editor, such as this one from sparql.org, or you can index your ontology by Sindice and leaverage the capacities of this search engine. |
|||
|
|