Skip to content

Instantly share code, notes, and snippets.

@acka47
Last active November 16, 2016 11:28
Show Gist options
  • Save acka47/29545e24a84dcac0fefa89bb6d47ebdc to your computer and use it in GitHub Desktop.
Save acka47/29545e24a84dcac0fefa89bb6d47ebdc to your computer and use it in GitHub Desktop.
{
"@context":"https://raw.githubusercontent.com/hbz/oerworldmap/master/public/json/context.json",
"@type":"schema:Action",
"duration":"P17M",
"name":{
"@language":"en",
"@value":"For the development of an OER World Map"
},
"agent":{
"name":{
"@language":"en",
"@value":"North Rhine-Westphalian Library Service Center (hbz)"
},
"location":{
"@type":"Place",
"address":{
"@type":"PostalAddress",
"addressCountry":"Germany",
"addressLocality":"Köln",
"streetAddress":"Jülicher Straße 650674"
}
}
},
"isFundedBy":{
"@type":"Grant",
"hasAwardDate":"2014-11-17",
"hasMonetaryValue":"$108,000",
"duration":"P17M",
"name":"North Rhine-Westphalian Library Service Center (hbz) – For The Development Of An OER World Map",
"description":{
"@language":"en",
"@value":"The North Rhine-Westphalian Library Service Center (hbz) is a central service and development organization for university libraries in North Rhine-Westphalia and has been a leader in the Open Movement. Through a Request for Proposals process, hbz submitted the strongest proposal to develop an OER World Map. This grant request builds upon a phase I effort (which funded three projects), in which hbz successfully built a prototype in a relatively short time frame. Key deliverables of this grant include: developing a functional website that builds upon existing OER mapping efforts, encouraging interoperability of mapping efforts, fostering international collaboration, and highlighting OER efforts around the world in a way that is easy for a wide variety of audiences to understand. This grant is designed to fill a long-recognized gap in the OER field."
},
"sameAs":"http://www.hewlett.org/grants/north-rhine-westphalian-library-service-center-hbz-for-the-development-of-an-oer-world-map-0/",
"isAwardedBy":"urn:uuid:0801e4d4-3c7e-11e5-9f0e-54ee7558c81f"
}
}
@literarymachine
Copy link

  • @context should be https://oerworldmap.org/assets/json/context.json
  • "@type":"schema:Action" should be "@type":"Action" in line 3
  • "isAwardedBy":"urn:uuid:0801e4d4-3c7e-11e5-9f0e-54ee7558c81f" should be "isAwardedBy": {"@id": "urn:uuid:0801e4d4-3c7e-11e5-9f0e-54ee7558c81f"} in line 35

@philboeselager
Copy link

philboeselager commented Nov 16, 2016

Would we want

"hewlettGrantList": "http://www.hewlett.org/grants/?search_grantee=51445"

and / or

"granteeNumber": "51445"

as part of the agent?

@philboeselager
Copy link

The agent is missing @type. So I would add

"@type": "Organization"

Right?

@philboeselager
Copy link

The name of the grant should be a Json object containing @value and @language, according to the names of action and agent, right?

@acka47
Copy link
Author

acka47 commented Nov 16, 2016

Would we want

"hewlettGrantList": "http://www.hewlett.org/grants/?search_grantee=51445"

and / or

"granteeNumber": "51445"

as part of the agent?

I removed it for now as we would have to create properties for the link. Also, we already have the sameAs link from the Grant to the Hewlett data base.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment