10 years ago hypertext was in the same situation - existing systems didn't scale - existing KR systems don't scale/central architectures - there is only one ontology in these systems (Tim Berners-Lee, WSWS2001 Introduction)


The problem with today's social networks is that they are often closed to the outside web (illustration by David Simonds, The Economist, 2008)
http:スキームのURIを使う<meta name="keywords" content="セマンティックウェブ" scheme="NDLSH" />
<link rel="dc:subject"
resource="http://example.org/ndlsh#セマンティックウェブ" />
urn:ndlsh:セマンティックウェブでも参照やデータ併合は可能http:スキームを用いるのが得策http://www.ieice.org/ というURIが、あるときは「電子情報通信学会」という組織を識別し、別のときは「電子情報通信学会ホームページ」というウェブリソースを識別する、という使い分けはしないhttp://www.kanzaki.com/ns/ndlsh/セマンティックウェブ
http://id.loc.gov/authorities/sh2002000569#concept
http://example.org/ndlsh#セマンティックウェブ
http://www.ieice.org/ で「電子情報通信学会」を識別できるのかhttp://id.loc.gov/authorities/sh2002000569 という主題説明ページと、http://id.loc.gov/authorities/sh2002000569#concept を使い分ける
ndlsh:セマンティックウェブ skos:exactMatch
<http://id.loc.gov/authorities/sh2002000569#concept> .

http://dbpedia.org/resource/Roger_NorringtonというURIで識別されるhttp://dbpedia.org/page/...に転送されるhttp://dbpedia.org/data/...からRDFデータが返される
dbtuneartist:2403f8c6-8ccc-48d6-977f-de0baa2d6fed
mo:musicbrainz mbartist:2403f8c6-8ccc-48d6-977f-de0baa2d6fed ;
owl:sameAs <http://dbpedia.org/resource/Roger_Norrington> .
<http://sws.geonames.org/2643743/>
gn:name "London" ;
gn:parentFeature <http://sws.geonames.org/6269131/> ;
geo:lat "51.5084152563931" ;
geo:long "-0.125532746315002" ;
owl:sameAs <http://dbpedia.org/resource/London> .



owl:sameAsを利用しているが<http://dbpedia.org/resource/Osaka> owl:sameAs <http://sws.geonames.org/1853907/> . <http://sws.geonames.org/1853907/> gn:name "Osaka" ; owl:sameAs <http://dbpedia.org/resource/Osaka_station> .
owl:sameAsは、あらゆる面で同じリソースを表すもので、非常に強い関係。skos:closeMatchやdc:relationなど、緩やかな関係でリンクする方が良い場合も少なくない。