RE: Forms and principles of the JSOD-LD context

>     "@context": {
>       "title": "http://purl.org/dc/terms/title",
>       "description": "http://purl.org/dc/terms/description",
>       "identifier": {"http://purl.org/dc/terms/identifier":
> "xsd:string"},
>       "publisher": {"http://purl.org/dc/terms/publisher": "@iri"},
>       "created": {"http://purl.org/dc/terms/created": "xsd:dateTime"},
>       "authorList": {"http://purl.org/ontology/bibo/authorList":
> ["@list", "@iri"]}
>     }
> 
> I find this quite appealing.


At a first sight it looks indeed appealing but in the end I think it's
rather confusing - especially for newbies. A bit more verbosity won't hurt.

What is the definition of authorList supposed to mean? Is it a list where
the items are IRIs? Wouldn't it be 

  "authorList": {"http://purl.org/ontology/bibo/authorList": { "@list":
"@iri" } }

then? Or does it mean that authorList is a list and/or an IRI?



--
Markus Lanthaler
@markuslanthaler

Received on Sunday, 6 November 2011 11:55:48 UTC