Basic Schema.org context
authorVikash Agrawal <vikashagrawal1990@gmail.com>
Thu, 08 Aug 2013 11:01:48 +0530
changeset 1883 cc0ccca245c3
parent 1848 c8d75103bbcb
child 1884 08598e97b763
Basic Schema.org context
contexts/schema.org.jsonld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contexts/schema.org.jsonld	Thu Aug 08 11:01:48 2013 +0530
@@ -0,0 +1,54 @@
+{
+"@context" : {
+    "@vocab": "http://schema.org/",
+    "xsd": "http://www.w3.org/2001/XMLSchema#",
+    "image" : {
+        "@type" : "@id"
+    },
+    "about": {
+        "@type": "@id"
+    },
+    "address": {
+        "@type": "@id"
+    },
+    "alumni": {
+        "@type": "@id"
+    },
+    "alumniOf": {
+       "@type": "@id"
+    },
+    "birthDate": {
+        "@type": "xsd:date"
+    },
+    "nationality": {
+        "@type": "@id"
+    },
+    "spouse": {
+        "@type": "@id"
+    },
+    "workLocation": {
+        "@type": "@id"
+    },
+    "worksFor": {
+        "@type": "@id"
+    },
+    "location" : {
+        "@type" : "@id"
+    },
+    "startDate" : {
+        "@type": "xsd:date"
+    },
+    "endDate" : {
+        "@type": "xsd:date"
+    },
+    "latitude": {
+      "@type": "xsd:float"
+    },
+    "longitude": {
+      "@type": "xsd:float"
+    },
+    "map" : {
+      "@type": "@id"
+    }
+  }
+}
\ No newline at end of file