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
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 16:18:51 UTC