W3C Semantic Web Frequently Asked Questions (2)

来源:互联网 发布:dns使用的端口号 编辑:程序博客网 时间:2024/05/18 16:14

3. How do I participate in the Semantic Web?

3.1. Does the Semantic Web require me to manually markup all the existing web-pages, or to convert all the data in relational databases into RDF? permalink
3.2. Does the Semantic Web require me to put all my data into the public domain? What about my sensitive data? permalink
3.3. Where do I find tools for Semantic Web development? permalink
3.4. Are the SW tools as robust and as ubiquitous as, say, the xerces XML parser? permalink
3.5. How do I put RDF into my (X)HTML Pages? permalink
3.6. How do I export my data from a Relational Database? permalink
3.7. How can I learn more about the Semantic Web? permalink
3.8. Where can I find papers/publications about the Semantic Web? permalink
3.9. Where do I find ontologies, terminologies, or datasets for my applications? permalink
3.10. Can I see Semantic Web data directly in my browser? permalink
3.11. Is there a community of developers I can join? permalink

4. Questions on RDF, Ontologies, SPARQL, Rules…

4.1. What is RDF? permalink
4.2. What formats can RDF be represented in? permalink
4.3. Isn’t RDF simply an XML application? permalink
4.4. Where is the “Web” in the Semantic Web? permalink

The Semantic Web standards follow the design principles of the Web in order to allow the growth of a planet-wide collection of semantically-rich data. The key element of this design is the use of Web addresses (URIs) to name things. Because the meaning of a term in a language without central control becomes established by its consistent use to achieve the same effect, and URIs are used around the World to access web pages, the Web is used to establish globally-shared meaning for URIs in the Semantic Web. (This is what people mean when they say RDF URIs are “grounded” in the Web.)

As with the Web in general, this approach allows the Semantic Web to grow and evolve without any central control or authority, but while still maintaining as much consistency and authorial control as needed for particular applications or particular enterprises. The techniques for doing all this are still evolving, but ideally whenever anyone sees a Semantic Web URI they can use it in their browser and see authoritative documentation about its use. Moreover, whenever some software encounters a URI in a Semantic Web context, it can dereference it and find an ontology which precisely specifies how the term is related to other terms. The software may thus learn and exploit new terms which are synonymous with terms it already knows, or related in more complex and useful (but logically precise) ways.

All this results in the ability to find and correctly merge data from multiple sources, sometimes even when they are provided with different ontologies.

“In the Semantic Web, it is not the Semantic which is new, it is the Web which is new” Chris Welty, IBM

4.5. How can I query RDF data? permalink
4.6. Why not use SQL and/or XQuery to query RDF data? Why develop yet another query language? permalink
4.7. What role do ontologies and/or rules have on the Semantic Web? permalink
4.8. What is “inference” on the Semantic Web? permalink
4.9. Must I use ontologies for Semantic Web Applications? permalink
4.10. Does the Semantic Web try to impose meaning from the top? permalink
4.11. Does the Semantic Web require everybody to subscribe to a single, predefined, giant ontology? permalink
4.12. What is involved in developing an ontology using Semantic Web technologies? permalink
4.13. Will W3C be standardizing any particular ontologies? permalink
4.14. Is there an uptake in public datasets for the Semantic Web? Are there major data published for the Semantic Web already? permalink
 
原创粉丝点击