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.

I want to develope an application by semantic web and I search on the internet and find this good book "semantic web programming : John Hebeler,Matthew Fisher,Ryan Blace ,Andrew Perez-Lopez" and also install protege 4 and work with it but i haven't understood how exactly produce an application like this,yet otherwise I found various information such as pdfs,websites ,.... and scan and read them but I confused more for example I don't know when I have protege for my ontologies how I should use RDF or use jena framework

exactly , please help me with a scenario of using my various tools and frameworks and relation between each other step by step to produce a simple semantic web

I'm in a hurry so please help me soon thank all

share|improve this question
Well, what do you want to do? Asking "How to produce a Semantic Web App?" is like asking "How to program a software tool?". You'd need to be more specific. – unor Dec 8 '12 at 18:54

1 Answer

The Semantic Web is—first of all—some kind of database. You can store whatever you want inside it. You can always invent your own vocabulary as long as there is no need to interlink your database with any other one. There is no mechanism for other databases to automatically interlink yours, as long as you don’t aim for it.

A use case of semantic web technology are libraries. By now, each library holds its own catalogue database. There is very much redundancy among these (each time two libraries own a copy of the same medium) but there is not yet one database holding all the knowledge, though aprroaches to this have been made again and again. Therefore they start publishing their catalogue data using semantic web technologies to allow others to interlink with them.

A simple use case for you could be to set up a small semantic web database with the books you own yourself, identified by their ISBNs. Then you can interconnect that with some library data ressource and retrieve information, let’s say birth places of the authors of the books you have. This would, however, require you to use the vocabulary they used on their catalogues to “talk to their data”.

Enjoy programming. Release as open source, if you want to, even if you don’t feel the result to be much useful. ;-)

share|improve this answer
thank you , but i want to know how to use this tools step by step for example first design the ontology in protege second ....third.... – sotoodefarali Dec 7 '12 at 11:43

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.