Git Product home page Git Product logo

Comments (8)

jlblcc avatar jlblcc commented on July 4, 2024

Everything under schema{ } > metadata{ } > associatedResource[ ] is missing an example. Looks like the translations are all accounted for. resourceType is mdJSON only - no translation.

from mdjson-schemas.

dwalt avatar dwalt commented on July 4, 2024

The translation info is missing in the schema viewer, so may just need to
be added in schema documentation. Stan indicated that resourceType maps to
MD_ScopeCode, but perhaps that is a -1 implementation.

On Fri, Jun 12, 2015 at 4:07 PM, Josh Bradley [email protected]
wrote:

Everything under schema{ } > metadata{ } > associatedResource[ ]
http://www.adiwg.org/mdTools/#viewer-page?v=2-3 is missing an example.
Looks like the translations are all accounted for. resourceType is
mdJSON only - no translation.


Reply to this email directly or view it on GitHub
#38 (comment)
.

from mdjson-schemas.

jlblcc avatar jlblcc commented on July 4, 2024

AFAIK there is no mapping for resourceType under associatedResource or additionalDocumentation. I believe we added those as mdJSON-only properties. We don't currently have a way to document codelists for mdJSON in the schemas.

from mdjson-schemas.

stansmith907 avatar stansmith907 commented on July 4, 2024

In 19115-2 MD_ScopeCode is set as hierarchyLevel[0..*] with default of
'dataset' (in our metadataInfo section). We just have it defaulting to
'dataset' and forgot to go back at pick it up once we added resourceType to
resourceInfo. We should go back and fix this. But should we make
resourceType an array?

In 19115-1 MD_MetadataScope is a new class with referenceScope of type
MD_ScopeCode defaulting to 'dataset'. MD_MetadataScope is linked to
MD_Metadata somehow, need to see 18115-3 to tell how.

On Fri, Jun 12, 2015 at 4:29 PM, Josh Bradley [email protected]
wrote:

AFAIK there is no mapping for resourceType under associatedResource
or additionalDocumentation. I believe we added those as mdJSON-only
properties. We don't currently have a way to document codelists for
mdJSON
in the schemas.


Reply to this email directly or view it on GitHub
#38 (comment)
.

Stan Smith
Alaska Science Center
Data Manager
907-786-7072 Office
907-223-8752 Mobile
[email protected]

from mdjson-schemas.

jlblcc avatar jlblcc commented on July 4, 2024

What do you mean by we "forgot to go back at pick it up"? Are you talking about in the writer?

The only reason I can see to make it array is to support some kind of "collection-level" metadata record where you have mixed data types. Not sure how much that happens, but it generally seems like a bad idea. However, we're not the metadata police...

As far as the mapping, I can map resourceType under associatedResource or additionalDocumentation to [MD_ScopeCode] directly. Does that work?

from mdjson-schemas.

stansmith907 avatar stansmith907 commented on July 4, 2024

"Are you talking about the writer?" - Yep. The writer just puts 'dataset'
for everything. We did this early on before we added resourceType to the
mdJson.

I also don't find a need to make resourceType an array and think it may be
more confusing than keeping it a scalar.

I was thinking that resourceType was under both associatedResource and
additionalDocuemtation. And both should map to MD_ScopeCode. I went to
look at mdTools and found that modes are not responding to mouse clicks.
Reloaded it twice to test. Did you push something out recently?

On Mon, Jun 15, 2015 at 9:02 AM, Josh Bradley [email protected]
wrote:

What do you mean by we "forgot to go back at pick it up"? Are you talking
about in the writer?

The only reason I can see to make it array is to support some kind of
"clloection-level" metadata record where you have mixed data types. Not
sure how much that happens, but it generally seems like a bad idea.
However, we're not the metadata police...

As far as the mapping, I can map resourceType under associatedResource
or additionalDocumentation to [MD_ScopeCode] directly. Does that work?


Reply to this email directly or view it on GitHub
#38 (comment)
.

Stan Smith
Alaska Science Center
Data Manager
907-786-7072 Office
907-223-8752 Mobile
[email protected]

from mdjson-schemas.

dwalt avatar dwalt commented on July 4, 2024

Correct, resource type appears in both Associated Resource and Additional
Documentation, according to the Schema Viewer.

On Mon, Jun 15, 2015 at 9:31 AM, stansmith907 [email protected]
wrote:

"Are you talking about the writer?" - Yep. The writer just puts 'dataset'
for everything. We did this early on before we added resourceType to the
mdJson.

I also don't find a need to make resourceType an array and think it may be
more confusing than keeping it a scalar.

I was thinking that resourceType was under both associatedResource and
additionalDocuemtation. And both should map to MD_ScopeCode. I went to
look at mdTools and found that modes are not responding to mouse clicks.
Reloaded it twice to test. Did you push something out recently?

On Mon, Jun 15, 2015 at 9:02 AM, Josh Bradley [email protected]
wrote:

What do you mean by we "forgot to go back at pick it up"? Are you talking
about in the writer?

The only reason I can see to make it array is to support some kind of
"clloection-level" metadata record where you have mixed data types. Not
sure how much that happens, but it generally seems like a bad idea.
However, we're not the metadata police...

As far as the mapping, I can map resourceType under
associatedResource
or additionalDocumentation to [MD_ScopeCode] directly. Does that
work?


Reply to this email directly or view it on GitHub
<
https://github.com/adiwg/mdJson-schemas/issues/38#issuecomment-112139642>
.

Stan Smith
Alaska Science Center
Data Manager
907-786-7072 Office
907-223-8752 Mobile
[email protected]


Reply to this email directly or view it on GitHub
#38 (comment)
.

from mdjson-schemas.

stansmith907 avatar stansmith907 commented on July 4, 2024

Hey Josh -

Just tested mdTools again and it was working (slowly) in IE but no response
from nodes in Chrome.

On Mon, Jun 15, 2015 at 9:38 AM, dwalt [email protected] wrote:

Correct, resource type appears in both Associated Resource and Additional
Documentation, according to the Schema Viewer.

On Mon, Jun 15, 2015 at 9:31 AM, stansmith907 [email protected]
wrote:

"Are you talking about the writer?" - Yep. The writer just puts 'dataset'
for everything. We did this early on before we added resourceType to the
mdJson.

I also don't find a need to make resourceType an array and think it may
be
more confusing than keeping it a scalar.

I was thinking that resourceType was under both associatedResource and
additionalDocuemtation. And both should map to MD_ScopeCode. I went to
look at mdTools and found that modes are not responding to mouse clicks.
Reloaded it twice to test. Did you push something out recently?

On Mon, Jun 15, 2015 at 9:02 AM, Josh Bradley [email protected]
wrote:

What do you mean by we "forgot to go back at pick it up"? Are you
talking
about in the writer?

The only reason I can see to make it array is to support some kind of
"clloection-level" metadata record where you have mixed data types. Not
sure how much that happens, but it generally seems like a bad idea.
However, we're not the metadata police...

As far as the mapping, I can map resourceType under
associatedResource
or additionalDocumentation to [MD_ScopeCode] directly. Does that
work?


Reply to this email directly or view it on GitHub
<
#38 (comment)

.

Stan Smith
Alaska Science Center
Data Manager
907-786-7072 Office
907-223-8752 Mobile
[email protected]


Reply to this email directly or view it on GitHub
<
https://github.com/adiwg/mdJson-schemas/issues/38#issuecomment-112147740>

.


Reply to this email directly or view it on GitHub
#38 (comment)
.

Stan Smith
Alaska Science Center
Data Manager
907-786-7072 Office
907-223-8752 Mobile
[email protected]

from mdjson-schemas.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.