Cool URIs for the Semantic Web
During practical RDF projects, one big challenge is always how to choose good URIs for your resources. The RDF standards say very little about this topic. There are some best practices and helpful recommendations, but they are scattered all over the web. Creating "cool URIs for the semantic web" is hard.
Richard Cyganiak, Max Völkel and myself have written an article about how to choose cool URIs, filled with practical knowledge and background information about the problem and solutions. We have collected what we have learned during projects such as Semantic MediaWiki, dbpedia, D2R Server, Gnowsis, and Nepomuk. We hope that this article is a help for you or your students to get started programming Semantic Web applications.
Read it
The Resource Description Framework RDF allows you to describe web documents and resources from the real world—people, organisations, things—in a computer-processable way. Publishing such descriptions on the web creates the semantic web. URIs are very important as the link between RDF and the web. This article presents guidelines for their effective use. We discuss two strategies, called 303 URIs and hash URIs. We give pointers to several web sites that use these solutions, and briefly discuss why several other proposals have problems.
Notice: we have written the article late last year, but published it this year. You can republish or copy this article under the Creative Commons Attribution-NoDerivs 2.0 License.
Richard Cyganiak, Max Völkel and myself have written an article about how to choose cool URIs, filled with practical knowledge and background information about the problem and solutions. We have collected what we have learned during projects such as Semantic MediaWiki, dbpedia, D2R Server, Gnowsis, and Nepomuk. We hope that this article is a help for you or your students to get started programming Semantic Web applications.
Read it
- Cool URIs for the Semantic Web (html)
- Cool URIs for the Semantic Web (PDF version)
The Resource Description Framework RDF allows you to describe web documents and resources from the real world—people, organisations, things—in a computer-processable way. Publishing such descriptions on the web creates the semantic web. URIs are very important as the link between RDF and the web. This article presents guidelines for their effective use. We discuss two strategies, called 303 URIs and hash URIs. We give pointers to several web sites that use these solutions, and briefly discuss why several other proposals have problems.
Notice: we have written the article late last year, but published it this year. You can republish or copy this article under the Creative Commons Attribution-NoDerivs 2.0 License.
|
leobard - 5. Mar, 16:50
|
|
rashoodollison - 5. Dec, 11:43
Instead, we should
Instead, we should use the web itself—an extremely robust and scalable information publishing system—as a lookup service for resource descriptions. Whenever a URI is mentioned, we can look it up to retrieve a description containing relevant information and links to related data. This is so important that we make it our number one requirement for good URIs:
honorary degree | affordable degree | fast degree
honorary degree | affordable degree | fast degree
rashoodollison - 5. Dec, 11:44
We note that our
We note that our requirements seem to conflict with each other. If we can't use URLs of documents to identify real-world object, then how can we retrieve a description about real-world objects based on their URL? The challenge is to find a solution that allows us to find the describing documents if we have just the resource's URI, using standard web technologies.
online diploma | free diploma
online diploma | free diploma
- add comment - 0 trackbacks






Richard Cyganiak blogged
http://dowhatimean.net/2007/03/uri-questions
http://dowhatimean.net/2007/03/uri-questions#comments