--- /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