Skip to content

Instantly share code, notes, and snippets.

@acka47
Last active November 9, 2016 11:33
Show Gist options
  • Save acka47/a02159ef11442b79097adeffa4722702 to your computer and use it in GitHub Desktop.
Save acka47/a02159ef11442b79097adeffa4722702 to your computer and use it in GitHub Desktop.
{
"@context":{
"frapo":"http://purl.org/cerif/frapo/",
"rdf":"http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs":"http://www.w3.org/2000/01/rdf-schema#",
"schema":"http://schema.org/",
"xsd":"http://www.w3.org/2001/XMLSchema#",
"ex":"http://example.org/"
},
"@id":"urn:uuid:0801e4d4-3c7e-11e5-9f0e-54ee7558c81f",
"@type":"schema:Organization",
"schema:name":{
"@language":"en",
"@value":"William and Flora Hewlett Foundation"
},
"frapo:awards":{
"@type":"frapo:Grant",
"frapo:hasAwardDate":"2016-07-11",
"frapo:hasMonetaryValue":"$350,000",
"schema:duration":"P12M",
"schema:name": "Open Education Consortium – For General Operating Support",
"schema:description":{
"@language":"en",
"@value":"The Open Education Consortium is a worldwide community of more than 300 educational institutions and associated organizations committed to advancing OER and its impact on global education. The consortium will advocate for OER and open education around the world, expand the audience for Open Education Week, conduct a marketing campaign for openness in education, and work to increase sustainability of the OER model. Effective policy advocacy and field-building activities will support the growth of OER infrastructure"
},
"frapo:funds":{
"schema:name":{
"@language":"en",
"@value":"Open Education Consortium"
},
"@type":"Organization",
"ex:granteeNumber":"50640",
"ex:hewlettGrantList":"http://www.hewlett.org/grants/?search_grantee=50640",
"schema:location":{
"@type":"schema:Place",
"schema:address":{
"@type":"schema:PostalAddress",
"schema:addressCountry":"Germany",
"schema:addressLocality":"Concord",
"schema:addressRegion":"MA",
"schema:postalCode":"01742",
"schema:streetAddress":"60 Thoreau St, Suite 238"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment