USEPA / EPA_Non-geo_Metadata_Editor

3 stars 0 forks source link

Publisher needs to output object, not string #53

Closed torrin47 closed 5 years ago

torrin47 commented 6 years ago

We're currently producing:

"publisher": "Extramural Publisher's Organization"

but the specification requires:

"publisher": { "@type": "org:Organization", "name": "Extramural Publisher's Organization" }

The spec also allows for an organizational hierarchy using subOrganization objects, but we're not going to include that option in this tool, at least not at this time.

aergul commented 6 years ago

outputting object

jzichichi commented 6 years ago

@aergul - I see the new object created but it looks like name is actually recording user input for organization.

aergul commented 6 years ago

I believe the intent is to write out user provided organization. @torrin47 ?

torrin47 commented 6 years ago

Is good.