Re: [libdb-develop] Re: [Bibliophile-development] citation ids?
Status: Inactive
Brought to you by:
morbus
From: <ar...@uw...> - 2004-11-29 15:42:50
|
Bruce writes: "So how do we make this work in an internet-enabled collaborative context?" and I wonder about candidates for hosting a globally accessible and low barrier registry to avoid clashing namespaces. I have been thinking about this in terms of trust networks and the use of FOAF (Friend Of A Friend), and have been turning to the Open Directory Project (ODP) <http://dmoz.org> for subject URIs (see example at the end). The CiteSeer project is pretty amazing, and is very citation-centric, but they have been dealing with a lot of system load issues. I also wonder if OCLC might also be a possibility, they do something like this for Names already, for example: <http://errol.oclc.org/laf/nr2003-18130.html>. art --- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:trust="http://www.perceive.net/schemas/20020725/trust#"> <foaf:Person> <foaf:nick>morbus</foaf:nick> <trust:trustsHighly> <foaf:Person rdf:about="#Morbus_Iff"> <rdfs:subject rdf:resource="http://dmoz.org/Computers/Programming/Languages/Perl/" /> </foaf:Person> </trust:trustsHighly> </foaf:Person> </rdf:RDF> |