CARVIEW |
Select Language
HTTP/2 200
date: Thu, 09 Oct 2025 07:48:27 GMT
content-type: text/html
content-encoding: gzip
last-modified: Thu, 13 Jul 2023 17:27:09 GMT
cache-control: max-age=2592000, public
expires: Sat, 08 Nov 2025 07:48:27 GMT
vary: Accept-Encoding
access-control-allow-origin: *
x-request-id: 98bc46914d72c1b0
strict-transport-security: max-age=15552015; preload
x-frame-options: deny
x-xss-protection: 1; mode=block
cf-cache-status: EXPIRED
set-cookie: __cf_bm=XopQu6cwi4nQHx91Mx4aOLJFH1q15Mo2Ve3BTu3JIP8-1759996107-1.0.1.1-.OrHfAJloYxAneqoF2ihLUuQmnNeUgCn4wKmUmNbKYELrZYjSHMHuHCP2ebAw9MnCtKFfzz.PbQbGAWJwFX5epSvi.e2upc1E8Ugq1VJbOw; path=/; expires=Thu, 09-Oct-25 08:18:27 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
server: cloudflare
cf-ray: 98bc46914d72c1b0-BLR
alt-svc: h3=":443"; ma=86400
URI equivalence, URI's for "standard" identifiers from Eric Hellman on 2000-01-19 (www-rdf-interest@w3.org from January 2000)
URI equivalence, URI's for "standard" identifiers
- From: Eric Hellman <eric@openly.com>
- Date: Wed, 19 Jan 2000 01:10:23 -0500
- To: RDF Interest Group <www-rdf-interest@w3.org>
- Message-Id: <v04220817b4a026b3b711@[192.168.1.1]>
Forgive me if I've missed something obvious, but... Is there any consensus in the RDF community about what URI's to use for standard identifiers such as ISBN, ISSN, UPC codes, or for things like Stock tickers, cusips, patent numbers? It's not like it would take much effort. Assuming the answer is "not yet", I'd like to suggest a rather fundamental addition to RDF core properties. It seems to me that everyone should at least agree how to say that two URI's refer to the same thing. In other word, we need a universal property to be able to make the assertion that resource X is equivalent to resource Y. Something like: <?xml version='1.0'?> <rdf:RDF xmlns:rdf="https://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="https://www.w3.org/TR/1999/PR-rdf-schema-19990303#" > <rdf:Description ID="equivalent"> <rdf:type rdf:resource="https://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> <rdfs:comment>This property expresses the equivalence of 2 resources.</rdfs:comment> </rdf:Description> Example: <rdf:Description about="https://linkbaton.com/get?genre=book&item=0062515861"> <equivalent rdf:resource="https://linkbaton.com/get?item=0062515861&genre=book"> </rdf:Description> I hope the answer is something like "Working Group XYZ is working on this" Eric Eric Hellman Openly Informatics, Inc. https://www.openly.com/ 21st Century Information Infrastructure LinkBaton: Your Shortcuts to Information https://linkbaton.com/
Received on Wednesday, 19 January 2000 01:10:37 UTC