- From: Bert Spaan <bert@waag.org>
- Date: Fri, 14 Mar 2014 11:30:19 +0100
- To: Markus Lanthaler <markus.lanthaler@gmx.net>
- Cc: public-linked-json@w3.org
- Message-ID: <etPan.5322da3b.1190cde7.f26c@bertwaag.local>
Thanks!
That makes it even easier and a bit more elegant:
@context": {
"@base": "http://rdf.citysdk.eu/ams/",
"name": "dc:title",
"cdk_id": "cdk:cdk_id",
"features": "cdk:apiResult",
"properties": "_:properties",
"date_created": "dc:date",
"layers": {
"@id": "cdk:layerOnObject",
"@container": "@index"
},
"data": "cdk:layerData"
}
On 13 Mar 2014 at 18:19:16, Markus Lanthaler (markus.lanthaler@gmx.net) wrote:
In your context, set
"geojsonProperties": "_:geojsonProperties"
That's it
-------- Original Message -------
From: Bert Spaan [mailto:bert@waag.org]
Sent: Thursday, March 13, 2014 5:10 PM
To: Markus Lanthaler
Cc: public-linked-json@w3.org
Subject: RE: Ignore JSON nesting
How can I do this?
On 13 Mar 2014 at 17:05:44, Markus Lanthaler (markus.lanthaler@gmx.net) wrote:
On Thursday, March 13, 2014 5:01 PM, Gregg Kellogg wrote:
> On Mar 13, 2014, at 6:51 AM, Bert Spaan wrote:
> > I've found a solution for my problem, by using an extra
> > predicate ('geojsonProperties', which can be ignored), and
> > using the same @id twice. What do you think?
>
> Sure, that should do it, you end up with an extra triple is all.
... which would be eliminated by the API by default if you would map it to a
blank node.
--
Markus Lanthaler
@markuslanthaler
Received on Friday, 14 March 2014 10:30:47 UTC