Added more terms
authorVikash Agrawal <vikashagrawal1990@gmail.com>
Fri, 09 Aug 2013 15:18:56 +0530
changeset 1885 b3bb14920aa6
parent 1884 08598e97b763
child 1886 6102b142f79a
Added more terms
contexts/schema.org.jsonld
--- a/contexts/schema.org.jsonld	Thu Aug 08 11:12:38 2013 +0530
+++ b/contexts/schema.org.jsonld	Fri Aug 09 15:18:56 2013 +0530
@@ -1,54 +1,138 @@
 {
-"@context" : {
+  "@context": {
     "@vocab": "http://schema.org/",
     "xsd": "http://www.w3.org/2001/XMLSchema#",
-    "image" : {
-        "@type" : "@id"
-    },
     "about": {
-        "@type": "@id"
+      "@type": "@id"
     },
     "address": {
-        "@type": "@id"
+      "@type": "@id"
+    },
+    "affiliation": {
+      "@type": "@id"
     },
     "alumni": {
-        "@type": "@id"
+      "@type": "@id"
     },
     "alumniOf": {
-       "@type": "@id"
+      "@type": "@id"
+    },
+    "attendee": {
+      "@type": "@id"
+    },
+    "attendees": {
+      "@type": "@id"
     },
     "birthDate": {
-        "@type": "xsd:date"
-    },
-    "nationality": {
-        "@type": "@id"
-    },
-    "spouse": {
-        "@type": "@id"
-    },
-    "workLocation": {
-        "@type": "@id"
+      "@type": "xsd:date"
     },
-    "worksFor": {
-        "@type": "@id"
+    "brand": {
+      "@type": "@id"
     },
-    "location" : {
-        "@type" : "@id"
+    "children": {
+      "@type": "@id"
     },
-    "startDate" : {
-        "@type": "xsd:date"
+    "colleague": {
+      "@type": "@id"
     },
-    "endDate" : {
-        "@type": "xsd:date"
+    "colleagues": {
+      "@type": "@id"
+    },
+    "contactPoint": {
+      "@type": "@id"
+    },
+    "contactPoints": {
+      "@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" : {
+    "map": {
+      "@type": "@id"
+    },
+    "maps": {
+      "@type": "@id"
+    },
+    "memberOf": {
+      "@type": "@id"
+    },
+    "nationality": {
+      "@type": "@id"
+    },
+    "offers": {
+      "@type": "@id"
+    },
+    "parent": {
+      "@type": "@id"
+    },
+    "parents": {
+      "@type": "@id"
+    },
+    "performer": {
+      "@type": "@id"
+    },
+    "performers": {
+      "@type": "@id"
+    },
+    "photo": {
+      "@type": "@id"
+    },
+    "photos": {
+      "@type": "@id"
+    },
+    "relatedTo": {
+      "@type": "@id"
+    },
+    "sibling": {
+      "@type": "@id"
+    },
+    "siblings": {
+      "@type": "@id"
+    },
+    "spouse": {
+      "@type": "@id"
+    },
+    "startDate": {
+      "@type": "xsd:date"
+    },
+    "subEvent": {
+      "@type": "@id"
+    },
+    "subEvents": {
+      "@type": "@id"
+    },
+    "superEvent": {
+      "@type": "@id"
+    },
+    "workLocation": {
+      "@type": "@id"
+    },
+    "worksFor": {
       "@type": "@id"
     }
   }
-}
+}
\ No newline at end of file