Add "url" and "sameAs" to schema.org context.
authorDavid I. Lehn <dlehn@digitalbazaar.com>
Thu, 15 Aug 2013 15:27:12 -0400
changeset 1889 616995774b5e
parent 1888 e22c82545d17
child 1890 c694a997f232
Add "url" and "sameAs" to schema.org context.
contexts/schema.org.jsonld
--- a/contexts/schema.org.jsonld	Thu Aug 15 15:01:36 2013 -0400
+++ b/contexts/schema.org.jsonld	Thu Aug 15 15:27:12 2013 -0400
@@ -86,6 +86,9 @@
     "relatedTo": {
       "@type": "@id"
     },
+    "sameAs": {
+      "@type": "@id"
+    },
     "sibling": {
       "@type": "@id"
     },
@@ -101,6 +104,9 @@
     "superEvent": {
       "@type": "@id"
     },
+    "url" {
+      "@type": "@id"
+    },
     "workLocation": {
       "@type": "@id"
     },