Permalink
Browse files

Support schema.org in RDF.js (#1634)

* RDF: fixed runningTime assignment

* [RDF] Add some support for schema.org types

* [RDF] Parse publisher from schema.org vocabulary

* Update schema.org support in RDF.js

* Extended the function getFirstResults such that multiple
nodes in an array are supported.
* Fix isPartOf calculation for larger hierarchies.
* Integrate type detection from schema.org with similar
detection based on rdf:type in bib/bibo ontology.
* Update schema.org type mapping and exclude also some
generic types.
* Add more fields from schema.org
* Delete itemID which is sometimes dynamic and therefore not
reliable for the test cases.
* Some clean up work, e.g. semi-colons, inlcudes, array/object notation
* Add a test case for a journal article in schema.org

* Add support for Codemeta format

Most of the properties are from schema.org and
therefore already supported. Adjust them here
and add some more for software citations.
  • Loading branch information...
zuphilip authored and adam3smith committed May 14, 2018
1 parent b220cd0 commit 5a17ede6bbac51d66f08df0f9080ac7ec7f2f20b
Showing with 427 additions and 139 deletions.
  1. +427 −139 RDF.js
Oops, something went wrong.

0 comments on commit 5a17ede

Please sign in to comment.