Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lineage 2.0 #63

Closed
stansmith907 opened this issue Sep 9, 2016 · 0 comments
Closed

lineage 2.0 #63

stansmith907 opened this issue Sep 9, 2016 · 0 comments
Labels
enhancement Improve or modify an existing feature
Milestone

Comments

@stansmith907
Copy link
Contributor

stansmith907 commented Sep 9, 2016

"resourceLineage" object was renamed from "dataQuality" in mdJson 1.0. The name change fits since dataQuality was separated from lineage in -1 and now is described by ISO 19157. We did not implement any of the ISO 19157 quantitative data quality elements in mdJson 1.0 and as yet have no plans to do so in mdJson 2.0.

Changes:

  1. "scope" is a new object ("scope" in ISO) of type MD_Scope. Definition: "type of resource and/or extent to which the lineage information applies." See issue scope 2.0 #100.
  2. "citation" is a new array of type CI_Citation ("additionalDocumentation" in ISO). Definition: "EXAMPLE: A publication that describes the whole process to generate this resource."
  3. "source" is an array of type LI_Source. Definition: "information about the source data used in creating the data specified by the scope."
    1. *processStep" is an array of type LI_ProcessStep. Definition: "information about events in the life of a resource specified by the scope".
  4. At least one "statement", "source", or "processStep" is required for a valid "resourceLineage" record.
{
   "resourceLineage": [
      {
         "statement": "",
         "scope": {
            "scope": "scope 2.0"
         },
         "citation": [
            {
               "see": "citation 2.0"
            }
         ],
         "source": [
            {
               "see": "source 2.0"
            }
         ],
         "processStep": [
            {
               "see": "processStep 2.0"
            }
         ]
      }
   ]
}

see ISO XML example lineage -3.xml

@stansmith907 stansmith907 added the enhancement Improve or modify an existing feature label Sep 9, 2016
@stansmith907 stansmith907 added this to the 2.0 milestone Sep 9, 2016
jlblcc added a commit that referenced this issue Jan 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve or modify an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant