Merge pull request #290 from ivikash/contexts-schema.org
authorManu Sporny <msporny@digitalbazaar.com>
Thu, 15 Aug 2013 06:22:29 -0700
changeset 1887 cb0a81750ee0
parent 1882 a8719b7b78b3 (current diff)
parent 1886 6102b142f79a (diff)
child 1888 e22c82545d17
Merge pull request #290 from ivikash/contexts-schema.org

Added basic Schema.org context.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contexts/schema.org.jsonld	Thu Aug 15 06:22:29 2013 -0700
@@ -0,0 +1,111 @@
+{
+  "@context": {
+    "@vocab": "http://schema.org/",
+    "xsd": "http://www.w3.org/2001/XMLSchema#",
+    "about": {
+      "@type": "@id"
+    },
+    "address": {
+      "@type": "@id"
+    },
+    "affiliation": {
+      "@type": "@id"
+    },
+    "alumni": {
+      "@type": "@id"
+    },
+    "alumniOf": {
+      "@type": "@id"
+    },
+    "attendee": {
+      "@type": "@id"
+    },
+    "birthDate": {
+      "@type": "xsd:date"
+    },
+    "brand": {
+      "@type": "@id"
+    },
+    "children": {
+      "@type": "@id"
+    },
+    "colleague": {
+      "@type": "@id"
+    },
+    "contactPoint": {
+      "@type": "@id"
+    },
+    "duration": {
+      "@type": "xsd:duration"
+    },
+    "endDate": {
+      "@type": "xsd:date"
+    },
+    "follows": {
+      "@type": "@id"
+    },
+    "homeLocation": {
+      "@type": "@id"
+    },
+    "image": {
+      "@type": "@id"
+    },
+    "knows": {
+      "@type": "@id"
+    },
+    "latitude": {
+      "@type": "xsd:float"
+    },
+    "location": {
+      "@type": "@id"
+    },
+    "longitude": {
+      "@type": "xsd:float"
+    },
+    "map": {
+      "@type": "@id"
+    },
+    "memberOf": {
+      "@type": "@id"
+    },
+    "nationality": {
+      "@type": "@id"
+    },
+    "offers": {
+      "@type": "@id"
+    },
+    "parent": {
+      "@type": "@id"
+    },
+    "performer": {
+      "@type": "@id"
+    },
+    "photo": {
+      "@type": "@id"
+    },
+    "relatedTo": {
+      "@type": "@id"
+    },
+    "sibling": {
+      "@type": "@id"
+    },
+    "spouse": {
+      "@type": "@id"
+    },
+    "startDate": {
+      "@type": "xsd:date"
+    },
+    "subEvent": {
+      "@type": "@id"
+    },
+    "superEvent": {
+      "@type": "@id"
+    },
+    "workLocation": {
+      "@type": "@id"
+    },
+    "worksFor": {
+      "@type": "@id"
+    }
+  }
+}