- From: Anders Riutta <anders.riutta@gladstone.ucsf.edu>
- Date: Tue, 18 Nov 2014 10:44:23 -0800 (PST)
- To: public-linked-json <public-linked-json@w3.org>
Yes, that sounds right for @id. For @type, however, you can specify multiple in an array. ----- Original Message ----- > From: "Jauco Noordzij" <jauco.noordzij@gmail.com> > To: "Anders Riutta" <anders.riutta@gladstone.ucsf.edu>, "public-linked-json" <public-linked-json@w3.org> > Sent: Tuesday, November 18, 2014 12:13:02 AM > Subject: Re: [public-linked-json] <none> > > Thanks, that clarified it. > > If I understand it correctly the answer is: No. in JSON-LD an object's key > is indexed by a term which maps to 1 IRI (and only 1 IRI). A consumer of a > JSON-LD document can then specify somewhere else that "a foaf:friend > is owl:sameAs > a hydra:Link" and can then use a query engine that understands such > mappings to be able to query the document with that added inferencing. > > Is that correct? > > regards, > Jauco > > On Mon, Nov 17, 2014 at 7:46 PM, Anders Riutta < > anders.riutta@gladstone.ucsf.edu> wrote: > > > Hi Jauco, > > > > If the question is generic to semantic technology, you can use owl:sameAs > > [1] or skos:exactMatch [2]. > > > > Specific to JSON-LD, this discussion is at least tangentially relevant: > > https://github.com/digitalbazaar/jsonld.js/issues/75 > > > > Regards, > > Anders Riutta > > > > [1] http://www.w3.org/TR/owl-ref/#sameAs-def > > [2] http://www.w3.org/TR/skos-reference/#exactMatch > > > > > > ----- Original Message ----- > > > From: "Jauco Noordzij" <jauco.noordzij@gmail.com> > > > To: public-linked-json@w3.org > > > Sent: Monday, November 17, 2014 2:55:52 AM > > > Subject: [public-linked-json] <none> > > > > > > Hi All, > > > > > > Is it possible to state that a key refers to to two namespaced urls? e.g. > > > that a a foaf:friend is _also_ a hydra:Link? > > > > > > And related: Can I say the same for @types. e.g. that a xsd:datetime is > > > _also_ and xsd:date? > > > > > > regards, > > > Jauco > > > > > >
Received on Tuesday, 18 November 2014 18:45:11 UTC