Difference between revisions of "Documenting Resource Content"

From Earth Science Information Partners (ESIP)
(<div id="rubricContent"> updated)
(<div id="rubricContent"> updated)
Line 1: Line 1:
 
<div id="rubricContent">
 
<div id="rubricContent">
 
==Content==
 
==Content==
Describing the content of a resource is critical for supporting parameter searches and for unambiguously identifying resources that include identical parameters.<table xmlns:xsl="http://www.w3.org/1999/XSL/Transform" width="95%" border="1" cellpadding="3" cellspacing="3" style="border-collapse: collapse;" id="rubricContent"><tr><th width="15%">Concept</th><th width="25%">Description</th><th width="60%">Dialect (Fit) Paths</th></tr><tr><td>[[Concepts_Glossary#Coverage_Content_Type|Coverage Content Type]]</td><td>An item from a shared vocabulary of content types: image, thematicClassification, physicalMeasurement, auxiliaryInformation, qualityInformation, referenceInformation, modelResult</td><td style="word-break:break-all;"><b>ISO</b> /*/gmd:contentInfo/gmd:MD_CoverageDescription/gmd:contentType/gmd:MD_CoverageContentTypeCode<br><b>ISO-1</b> /mdb:MD_Metadata/mdb:contentInfo/mrc:MD_CoverageDescription/mrc:attributeGroup/mrc:MD_AttributeGroup/mrc:contentType/mrc:MD_CoverageContentTypeCode<br><b>netCDF</b> /nc:netcdf/nc:variable/nc:attribute[@nc:name=coverage_content_type]/@nc:value<br></td></tr><tr><td>[[Concepts_Glossary#Parameter_Name|Parameter Name]]</td><td>The name of a parameter included in the resource. Intended to be used by applications accessing a variable in a file.</td><td style="word-break:break-all;"><b>ISO</b> /*/gmd:contentInfo/gmd:MD_CoverageDescription/gmd:dimension/gmd:MD_Band/gmd:sequenceIdentifier/gco:MemberName/gco:aName/gco:CharacterString<br><b>ISO-1</b> /mdb:MD_Metadata/mdb:contentInfo/mrc:MD_CoverageDescription/mrc:attributeGroup/mrc:MD_AttributeGroup/mrc:attribute/mrc:MD_SampleDimension/mrc:sequenceIdentifier/gco:MemberName/gco:aName/gco:CharacterString<br><b>netCDF</b> /nc:netcdf/nc:variable/@name<br></td></tr><tr><td>[[Concepts_Glossary#Parameter_Name_(Long)|Parameter Name (Long)]]</td><td>The long name of a parameter included in the resource. Intended to be used as an axis lable in a plot.</td><td style="word-break:break-all;"><b>netCDF</b> /nc:netcdf/nc:variable/nc:attribute[@nc:name='long_name']/@nc:value<br></td></tr><tr><td>[[Concepts_Glossary#Parameter_Name_(Standard)|Parameter Name (Standard)]]</td><td>The name of a parameter included in the resource from a standard vocabulary.</td><td style="word-break:break-all;"><b>ISO-1</b> /mdb:MD_Metadata/mdb:contentInfo/mrc:MD_CoverageDescription/mrc:attributeGroup/mrc:MD_AttributeGroup/mrc:attribute/*/mrc:name/mcc:MD_Identifier/mcc:code/gco:CharacterString<br><b>netCDF</b> /nc:netcdf/nc:variable/nc:attribute[@nc:name='standard_name']/@nc:value<br></td></tr><tr><td>[[Concepts_Glossary#Parameter_Definition|Parameter Definition]]</td><td>The definition/description of a parameter included in the resource.</td><td style="word-break:break-all;"><b>ISO</b> /*/gmd:contentInfo/gmd:MD_CoverageDescription/gmd:dimension/gmd:MD_Band/gmd:descriptor/gco:CharacterString<br><b>ISO-1</b> /mdb:MD_Metadata/mdb:contentInfo/mrc:MD_CoverageDescription/mrc:attributeGroup/mrc:MD_AttributeGroup/mrc:attribute/*/mrc:description/gco:CharacterString<br><b>netCDF</b> /nc:netcdf/nc:variable/nc:attribute[@nc:name='description']/@nc:value<br></td></tr><tr><td>[[Concepts_Glossary#Parameter_Units|Parameter Units]]</td><td>The units of a parameter included in the resource.</td><td style="word-break:break-all;"><b>ISO</b> /*/gmd:contentInfo/gmd:MD_CoverageDescription/gmd:dimension/gmd:MD_Band/gmd:units<br><b>ISO-1</b> /mdb:MD_Metadata/mdb:contentInfo/mrc:MD_CoverageDescription/mrc:attributeGroup/mrc:MD_AttributeGroup/mrc:attribute/mrc:MD_SampleDimension/mrc:units<br><b>netCDF</b> /nc:netcdf/nc:variable/nc:attribute[@nc:name='units']/@nc:value<br></td></tr></table></div>
+
Describing the content of a resource is critical for supporting parameter searches and for unambiguously identifying resources that include identical parameters.<table xmlns:xsl="http://www.w3.org/1999/XSL/Transform" width="95%" border="1" cellpadding="3" cellspacing="3" style="border-collapse: collapse;" id="rubricContent"><tr><th width="15%">Concept</th><th width="25%">Description</th><th width="60%">Dialect (Fit) Paths</th></tr><tr><td>[[Concepts_Glossary#Coverage_Content_Type|Coverage Content Type]]</td><td>The coverage content type is an item from an ISO 19115 shared vocabulary describing the basic content type the record contains. These content types are: image, thematicClassification, physicalMeasurement, auxiliaryInformation, qualityInformation, referenceInformation, modelResult</td><td style="word-break:break-all;"><b>ISO</b> /*/gmd:contentInfo/gmd:MD_CoverageDescription/gmd:contentType/gmd:MD_CoverageContentTypeCode<br><b>ISO-1</b> /mdb:MD_Metadata/mdb:contentInfo/mrc:MD_CoverageDescription/mrc:attributeGroup/mrc:MD_AttributeGroup/mrc:contentType/mrc:MD_CoverageContentTypeCode<br><b>netCDF</b> /nc:netcdf/nc:variable/nc:attribute[@nc:name=coverage_content_type]/@nc:value<br></td></tr><tr><td>[[Concepts_Glossary#Parameter_Name|Parameter Name]]</td><td>The name of a parameter included in the resource. Intended to be used by applications accessing a variable in a file.</td><td style="word-break:break-all;"><b>ISO</b> /*/gmd:contentInfo/gmd:MD_CoverageDescription/gmd:dimension/gmd:MD_Band/gmd:sequenceIdentifier/gco:MemberName/gco:aName/gco:CharacterString<br><b>ISO-1</b> /mdb:MD_Metadata/mdb:contentInfo/mrc:MD_CoverageDescription/mrc:attributeGroup/mrc:MD_AttributeGroup/mrc:attribute/mrc:MD_SampleDimension/mrc:sequenceIdentifier/gco:MemberName/gco:aName/gco:CharacterString<br><b>netCDF</b> /nc:netcdf/nc:variable/@name<br></td></tr><tr><td>[[Concepts_Glossary#Parameter_Name_(Long)|Parameter Name (Long)]]</td><td>The long name of a parameter included in the resource. Intended to be used as an axis lable in a plot.</td><td style="word-break:break-all;"><b>netCDF</b> /nc:netcdf/nc:variable/nc:attribute[@nc:name='long_name']/@nc:value<br></td></tr><tr><td>[[Concepts_Glossary#Parameter_Name_(Standard)|Parameter Name (Standard)]]</td><td>The name of a parameter included in the resource from a standard vocabulary.</td><td style="word-break:break-all;"><b>ISO-1</b> /mdb:MD_Metadata/mdb:contentInfo/mrc:MD_CoverageDescription/mrc:attributeGroup/mrc:MD_AttributeGroup/mrc:attribute/*/mrc:name/mcc:MD_Identifier/mcc:code/gco:CharacterString<br><b>netCDF</b> /nc:netcdf/nc:variable/nc:attribute[@nc:name='standard_name']/@nc:value<br></td></tr><tr><td>[[Concepts_Glossary#Parameter_Definition|Parameter Definition]]</td><td>The definition/description of a parameter included in the resource.</td><td style="word-break:break-all;"><b>ISO</b> /*/gmd:contentInfo/gmd:MD_CoverageDescription/gmd:dimension/gmd:MD_Band/gmd:descriptor/gco:CharacterString<br><b>ISO-1</b> /mdb:MD_Metadata/mdb:contentInfo/mrc:MD_CoverageDescription/mrc:attributeGroup/mrc:MD_AttributeGroup/mrc:attribute/*/mrc:description/gco:CharacterString<br><b>netCDF</b> /nc:netcdf/nc:variable/nc:attribute[@nc:name='description']/@nc:value<br></td></tr><tr><td>[[Concepts_Glossary#Parameter_Units|Parameter Units]]</td><td>The units of a parameter included in the resource.</td><td style="word-break:break-all;"><b>ISO</b> /*/gmd:contentInfo/gmd:MD_CoverageDescription/gmd:dimension/gmd:MD_Band/gmd:units<br><b>ISO-1</b> /mdb:MD_Metadata/mdb:contentInfo/mrc:MD_CoverageDescription/mrc:attributeGroup/mrc:MD_AttributeGroup/mrc:attribute/mrc:MD_SampleDimension/mrc:units<br><b>netCDF</b> /nc:netcdf/nc:variable/nc:attribute[@nc:name='units']/@nc:value<br></td></tr></table></div>
 
''xPath Note:'' The xPaths included in this table use several wildcards. // means
 
''xPath Note:'' The xPaths included in this table use several wildcards. // means
 
any path, so //gmd:CI_ResponsibleParty indicates a gmd:CI_ResponsibleParty anywhere
 
any path, so //gmd:CI_ResponsibleParty indicates a gmd:CI_ResponsibleParty anywhere

Revision as of 03:20, November 12, 2015

Content

Describing the content of a resource is critical for supporting parameter searches and for unambiguously identifying resources that include identical parameters.
ConceptDescriptionDialect (Fit) Paths
Coverage Content TypeThe coverage content type is an item from an ISO 19115 shared vocabulary describing the basic content type the record contains. These content types are: image, thematicClassification, physicalMeasurement, auxiliaryInformation, qualityInformation, referenceInformation, modelResultISO /*/gmd:contentInfo/gmd:MD_CoverageDescription/gmd:contentType/gmd:MD_CoverageContentTypeCode
ISO-1 /mdb:MD_Metadata/mdb:contentInfo/mrc:MD_CoverageDescription/mrc:attributeGroup/mrc:MD_AttributeGroup/mrc:contentType/mrc:MD_CoverageContentTypeCode
netCDF /nc:netcdf/nc:variable/nc:attribute[@nc:name=coverage_content_type]/@nc:value
Parameter NameThe name of a parameter included in the resource. Intended to be used by applications accessing a variable in a file.ISO /*/gmd:contentInfo/gmd:MD_CoverageDescription/gmd:dimension/gmd:MD_Band/gmd:sequenceIdentifier/gco:MemberName/gco:aName/gco:CharacterString
ISO-1 /mdb:MD_Metadata/mdb:contentInfo/mrc:MD_CoverageDescription/mrc:attributeGroup/mrc:MD_AttributeGroup/mrc:attribute/mrc:MD_SampleDimension/mrc:sequenceIdentifier/gco:MemberName/gco:aName/gco:CharacterString
netCDF /nc:netcdf/nc:variable/@name
Parameter Name (Long)The long name of a parameter included in the resource. Intended to be used as an axis lable in a plot.netCDF /nc:netcdf/nc:variable/nc:attribute[@nc:name='long_name']/@nc:value
Parameter Name (Standard)The name of a parameter included in the resource from a standard vocabulary.ISO-1 /mdb:MD_Metadata/mdb:contentInfo/mrc:MD_CoverageDescription/mrc:attributeGroup/mrc:MD_AttributeGroup/mrc:attribute/*/mrc:name/mcc:MD_Identifier/mcc:code/gco:CharacterString
netCDF /nc:netcdf/nc:variable/nc:attribute[@nc:name='standard_name']/@nc:value
Parameter DefinitionThe definition/description of a parameter included in the resource.ISO /*/gmd:contentInfo/gmd:MD_CoverageDescription/gmd:dimension/gmd:MD_Band/gmd:descriptor/gco:CharacterString
ISO-1 /mdb:MD_Metadata/mdb:contentInfo/mrc:MD_CoverageDescription/mrc:attributeGroup/mrc:MD_AttributeGroup/mrc:attribute/*/mrc:description/gco:CharacterString
netCDF /nc:netcdf/nc:variable/nc:attribute[@nc:name='description']/@nc:value
Parameter UnitsThe units of a parameter included in the resource.ISO /*/gmd:contentInfo/gmd:MD_CoverageDescription/gmd:dimension/gmd:MD_Band/gmd:units
ISO-1 /mdb:MD_Metadata/mdb:contentInfo/mrc:MD_CoverageDescription/mrc:attributeGroup/mrc:MD_AttributeGroup/mrc:attribute/mrc:MD_SampleDimension/mrc:units
netCDF /nc:netcdf/nc:variable/nc:attribute[@nc:name='units']/@nc:value

xPath Note: The xPaths included in this table use several wildcards. // means any path, so //gmd:CI_ResponsibleParty indicates a gmd:CI_ResponsibleParty anywhere in an XML file. /*/ indicates a single level with several possible elements. This usually indicates one of several concrete realizations of an abstract object. For example /*/gmd:identificationInfo could be gmd:MD_Metadata/gmd:identificationInfo or gmi:MI_Metadata/gmd:identificationInfo and gmd:identificationInfo//*/gmd:descriptiveKeywords could be gmd:identificationInfo/gmd:MD_DataIdentification/gmd:descriptiveKeywords or gmd:identificationInfo/srv:SV_ServiceIdentification/gmd:descriptiveKeywords.


Metadata Implementation