Skip to content

Instantly share code, notes, and snippets.

@ivikash
Last active December 21, 2015 12:49
Show Gist options
  • Select an option

  • Save ivikash/6308419 to your computer and use it in GitHub Desktop.

Select an option

Save ivikash/6308419 to your computer and use it in GitHub Desktop.
{
"@context": {
"alumniOf": {
"@id": "http://schema.org/alumniOf",
"@type": "@id"
},
"date": {
"@id": "http://schema.org/Date",
"@type": "xsd:date"
},
"dateCreated": {
"@id": "http://schema.org/Date",
"@type": "xsd:date"
},
"familyName": "http://schema.org/familyName",
"follows": {
"@id": "http://schema.org/follows",
"@type": "@id"
},
"followsCompanies": {
"@id": "http://linkedin.com/vocab#followsCompanies",
"@type": "@id"
},
"givenName": "http://schema.org/givenName",
"image": {
"@id": "http://schema.org/image",
"@type": "@id"
},
"jobTitle": "http://schema.org/jobTitle",
"name": "http://schema.org/name",
"owns": {
"@id": "http://schema.org/owns",
"@type": "@id"
},
"pastWorksFor": {
"@id": "http://linkedin.com/vocab#pastWorksFor",
"@type": "@id"
},
"skills": {
"@id": "http://linkedin.com/vocab#skills",
"@type": "@id"
},
"specialties": {
"@id": "http://linkedin.com/vocab#specialties",
"@type": "@id"
},
"summary": {
"@id": "http://linkedin.com/vocab#summary",
"@type": "@id"
},
"twitterAccounts": {
"@id": "http://schema.org/ProfilePage",
"@type": "@id"
},
"url": {
"@id": "http://schema.org/url",
"@type": "@id"
},
"volunteerCauses": {
"@id": "http://linkedin.com/vocab#volunteerCauses",
"@type": "@id"
},
"volunteerExperiences": {
"@id": "http://linkedin.com/vocab#volunteerExperiences",
"@type": "@id"
},
"worksFor": {
"@id": "http://schema.org/worksFor",
"@type": "@id"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment