| Name |
Format |
Description |
Link |
|
0 |
This software repository includes a Python package, "nistoar.nerdm", that aids in creating and handling NERDm documents. In particular, it includes converters that convert NERDm instances into other formats (like POD, schema.org, and DCAT). It can also transform NERDm documents conforming to earlier versions of the schemas to that of the latest versions. |
https://github.com/usnistgov/oar-metadata |
|
47 |
A general overview of the NERDm schema design and files |
https://github.com/usnistgov/oar-metadata/blob/integration/model/README-NERDm.md |
|
0 |
This directory contains the latest (and previous) versions of the core NERDm Schema and various extensions. All files with names of the form, "*-schema*.json" are JSON Schema definition files; those that do not include a version in the file name represent the latest versions. The latest version of the core schema is called "nerdm-schema.json", and schemas with names of the form, "nerdm-[ext]-schema.json", contain extension schemas. All NERDm schemas here are documented internally, including semantic definitions of all terms. |
https://github.com/usnistgov/oar-metadata/tree/integration/model |
|
0 |
This software repository provides Python software that extends the community software library, python-jsonschema (https://github.com/python-jsonschema/jsonschema) to support NERDm's extension framework. Use the scripts/validate script to validate NERDm documents on the command line. (Type "validate -h" for more information.) |
https://github.com/usnistgov/ejsonschema |
|
0 |
This folder contains example NERDm documents that illustrate the NERDm data model and use of extension schemas. These all can be validated using the ejsonschema validate script. |
https://github.com/usnistgov/oar-metadata/tree/integration/model/examples |