- From: Lin Clark <lin.w.clark@gmail.com>
- Date: Thu, 9 Aug 2012 12:35:19 -0400
- To: Markus Lanthaler <markus.lanthaler@gmx.net>
- Cc: public-linked-json@w3.org
- Message-ID: <CACho_Atx9AD=NyNU01o52SDRo=HB_ftemDnf8yE9aaGKVbMCGQ@mail.gmail.com>
I'm not sure if I follow you on the literal and IRI distinction. Microdata
can distinguish too:
{
"type": [
"http://schema.org/Article"
],
"id": "
http://skillcompass.org/resource/taming-beast-pt-8-displays-and-overrides",
"properties": {
"about": [
{
"id": "http://drupal.org/project/views/7/3",
"properties": {}
}
]
}
}
It's true that most people using microdata don't structure their data this
way, and instead treat their URIs as literals, but I don't think that's a
syntax issue. I might be missing something here, though.
-Lin
On Thu, Aug 9, 2012 at 10:51 AM, Markus Lanthaler
<markus.lanthaler@gmx.net>wrote:
> Hi folks,
>
> you might be interested to join the discussion I started over at the whatwg
> list [1]. I looking at application/microdata+json and saw that it quite
> similar to JSON-LD but lacks IMO a few fundamental things (such as not
> being
> able to distinguish between a literal and an IRI). I therefore asked if
> JSON-LD was considered as an alternative to defining
> application/microdata+json. It wasn't.
>
> [1]
> http://lists.w3.org/Archives/Public/public-whatwg-archive/2012Aug/0080.html
>
>
> --
> Markus Lanthaler
> @markuslanthaler
>
>
>
--
Lin Clark
Drupal Consultant
lin-clark.com
twitter.com/linclark
Received on Thursday, 9 August 2012 16:35:49 UTC