--- /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"
+ }
+ }
+}