Re: Can json-ld convert identifiers to IRIs?

Hello,

I think there are real use cases for id to IRI conversion.

For example, many bibliographic records contain variety of
identifiers, and one of them could be used as subject IRI in order to
turn those records into Linked Data. However, identifiers in bib
records are most likely simple strings, not IRIs, e.g.

{
	"isbn" : "006251587X",
	"title" : "Weaving the Web",
	"creator": "Tim Berners-Lee"
}

We may want to turn this ISBN code into <urn:isbn:006251587X> or
<http://www.amazon.com/exec/obidos/ASIN/006251587X>, but for either
case, it is not possible to put the JSON-LD file on the location where
the ISBN resolves to those IRIs.

cheers,

2012/7/11 Gregg Kellogg <gregg@greggkellogg.net>:
> As Markus noted, @id references will be resolved against the document location, so if you were to make your identifier "fcbcdc39-8851-4efc-a02a-ab0e13be224f#_", it would likely resolve to "http://musicbrainz.org/release/abcd76db-7d5f-3eb7-b386-051c97bfe2e4#_".
>


-- 
@prefix : <http://www.kanzaki.com/ns/sig#> . <> :from [:name
"KANZAKI Masahide"; :nick "masaka"; :email "mkanzaki@gmail.com"].

Received on Wednesday, 11 July 2012 14:34:18 UTC