diff --git a/model/examples/ceramicsportal.json b/model/examples/ceramicsportal.json index fa9f603..9d10cfd 100644 --- a/model/examples/ceramicsportal.json +++ b/model/examples/ceramicsportal.json @@ -1,7 +1,7 @@ { "@context": "https://data.nist.gov/od/dm/nerdm-pub-context.jsonld", - "_schema": "https://data.nist.gov/od/dm/nerdm-schema/v0.3#", - "_extensionSchemas": [ "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.3#/definitions/DataPublication" ], + "_schema": "https://data.nist.gov/od/dm/nerdm-schema/v0.7#", + "_extensionSchemas": [ "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.8#/definitions/DataPublication" ], "@type": [ "nrdp:Portal", "nrdp:SRD", "nrdp:PublishedDataResource" ], "@id": "ark:/88434/sdp0fjspek352", @@ -106,6 +106,18 @@ "name": "National Institute of Standards and Technology" }, "language": [ "en" ], + "responsibleOrganization": [ + { + "@type": [ "org:Organization" ], + "title": "National Institute of Standards and Technology (NIST)", + "@id": "https://ror.org/05xpvk416#61/640", + "subunits": [ + "Materials Measurement Laboratory", + "Office of Data and Informatics", + "Data Services" + ] + } + ], "bureauCode": [ "006:55" ], diff --git a/model/nerdm-pub-schema.json b/model/nerdm-pub-schema.json index 9a77d5d..cf7e0b0 100644 --- a/model/nerdm-pub-schema.json +++ b/model/nerdm-pub-schema.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", "$extensionSchemas": ["https://data.nist.gov/od/dm/enhanced-json-schema/v0.1#"], - "id": "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.7#", + "id": "https://data.nist.gov/od/dm/nerdm-schema/pub/v0.8#", "rev": "wd1", "title": "The NERDm extension metadata for Public Data", "description": "These classes extend the based NERDm schema to different types of published data", @@ -49,6 +49,22 @@ } }, + "responsibleOrganization": { + "description": "The organizations that are responsible for the work resulting in this resource, from either a supervisory or funding role", + "notes": [ + "Similar to bureauCode and programCode, this attribute allows, say, an organization to select resources that they sponsored or otherwise oversaw." + ], + "type": "array", + "items": { + "$ref": "#/definitions/Affiliation" + }, + "asOntology": { + "@context": "profile-schema-onto.json", + "prefLabel": "Responsible Organization", + "referenceProperty": "cpmeta:hasResponsibleOrganization" + } + }, + "bureauCode": { "title": "Bureau Code", "description": "an identifier provided by the OMB Circular A-11, Appendix C that identifies the originating federal agency",