- From: Kingsley Idehen <kidehen@openlinksw.com>
- Date: Sat, 27 Jan 2018 21:34:30 -0500
- To: public-linked-json@w3.org
- Message-ID: <6bd6196f-eb1b-870f-f253-ceafaaa4df00@openlinksw.com>
On 1/26/18 7:50 PM, Gregg Kellogg wrote:
> I summarized information from the TPAC presentation into a wiki page maintained on the json-ld.org repo [1].
>
> Gregg Kellogg
> gregg@greggkellogg.net
>
> [1] https://github.com/json-ld/json-ld.org/wiki/Changes-in-Community-Group-Drafts-Targeted-for-1.1
>
>
>
Hi Gregg,
I still can't get the following to parse correctly via JSON-LD
playground or anywhere else. {
"@context":
{
"schema": "http://schema.org/",
"@base": "#"
},
"@id": "#BrewEats",
"@type": "schema:Restaurant",
"schema:name": "Brew Eats",
"databaseId": "23987520"
}
What is the JSON-LD equivalent for the following RDF-Turtle statement collection,
Where the rendered output does not exclude <#databaseId> key and "23987520" value?
@prefix schema: <http://schema.org/>.
<#BrewEats>
a schema:Restaurant;
schema:name "Brew Eats";
<#databaseId> "23987520".
--
Regards,
Kingsley Idehen
Founder & CEO
OpenLink Software (Home Page: http://www.openlinksw.com)
Weblogs (Blogs):
Legacy Blog: http://www.openlinksw.com/blog/~kidehen/
Blogspot Blog: http://kidehen.blogspot.com
Medium Blog: https://medium.com/@kidehen
Profile Pages:
Pinterest: https://www.pinterest.com/kidehen/
Quora: https://www.quora.com/profile/Kingsley-Uyi-Idehen
Twitter: https://twitter.com/kidehen
Google+: https://plus.google.com/+KingsleyIdehen/about
LinkedIn: http://www.linkedin.com/in/kidehen
Web Identities (WebID):
Personal: http://kingsley.idehen.net/public_home/kidehen/profile.ttl#i
: http://id.myopenlink.net/DAV/home/KingsleyUyiIdehen/Public/kingsley.ttl#this
Attachments
- application/pkcs7-signature attachment: S/MIME Cryptographic Signature
Received on Sunday, 28 January 2018 02:34:59 UTC