SlideShare a Scribd company logo
1 of 18
ISO 19115-1 – Questions and 
Answers 
Ted Habermann 
Director of Earth Science 
The HDF Group 
thabermann@hdfgroup.org 
The ISO Standards are evolving. 
Metadata has been revised from 19115 to 
19115-1 
Data Quality metadata has moved from 
ISO 19115 to ISO 19157. 
1 
Evolution is good.
ISO Metadata Standards 
Metadata Imagery Features 
Data 
Quality 
2 
“I am confused by all of these numbers!” 
Conceptual Models (UML) 
19115 19115-2 
Metadata Imagery 
19119 
Services 
Implementations (XML) 
19110 19115-1 19115-2 19110 
19157 
Features 
19139 19139-2 19115-3 19157-2 
Metadata 
XML 
Imagery 
XML 
Metadata 
XML 
Data 
Quality 
XML 
Then Now
Conceptual Models and Implementations 
“Conceptual models are useful, but I need XML implementations to get going.” 
Model Delay Schema 
19115 
2003-05 
19139 
3.3 Years 2006-08 
19115-2 
2009-02 
19139-2 
2012-10 
3.6 Years 
19115-1 
2014-04 
19115-3 
2015-05 
1.9 Years 
19157 
2013-04 
19157-2 
? 
? 
~50% Decrease 
19130 
2012-12 
? 
? 
? 
5.8 Years 
Now creating XML schemas directly from UML models using software developed in OGC 
Testbed (ShapeChange). This capability is also being added directly into the tool by the 
vendor (Sparx Systems).
Schema Repository 
“How do I become familiar with and help test the new implementations?” 
4 
The XML schemas and other resources 
and RDF/OWL implementations are 
available at: 
https://github.com/ISO-TC211
Metadata Migration 
5 
“Can I migrate my existing metadata to 19115-1?” 
Transform 
Available for 
Testing 
https://github.com/ISO-TC211/XML/blob/master/resources/transforms/19115to19115-1.xsl
GeoNetwork Testing 
“I use GeoNetwork to manage metadata. How can I try 19115-1?” 
6 
GeoNetwork 19115-3 resources 
are available at: 
https://github.com/geonetwork/sc 
hema-plugins/ 
tree/master/iso19115- 
3#iso-19115-3-schema-plugin
Identifying Metadata Records 
“I need to unambiguously identify metadata records in multiple repositories” 
ISO 19115 identified metadata records using a single character string that often 
times had to be overloaded to include the information required for unambiguous 
identification. 
ISO 19115-1 brings the advantages of the MD_Identifier (+codeSpace) to the 
identification of the metadata record itself. 
<mcc:code> 
<gco:CharacterString>05f314b8-bffe-cb8d-418e-744613aa4f01</gco:CharacterString> 
</mcc:code> 
<mcc:codeSpace> 
<gco:CharacterString>nz.govt.geodata</gco:CharacterString> 
</mcc:codeSpace> 
7 
05f314b8-bffe-cb8d-418e-744613aa4f01 
nice opaque identifier, but who 
owns the metadata record or the 
identifier?
Tracking the Metadata Life Cycle 
ISO 19115 includes a dateStamp with the creation time for the metadata. Many other 
kinds of times are also important in the life-cycle of metadata. 
8 
“I need to track when changes in my metadata happen” 
ISO 19115-1 includes any number of CI_Date objects for the metadata which allows 
tracking of the metadata throughout its life-cycle. 19115-1 includes many more 
dateTypes than 19115. 
19115 
included 3 
dateTypes 
19115-1 
adds 13 
new 
dateTypes 
<<CodeList>> 
MD_DateTypeCode 
+ creation 
+ publication 
+ revision 
+ expiry 
+ lastUpdate 
+ lastRevision 
+ nextUpdate 
+ unavailable 
+ inForce 
+ adopted 
+ deprecated 
+ superseded 
+ validityBegins 
+ validityExpires 
+ released 
+ distribution 
<mdb:dateInfo> 
<cit:CI_Date> 
<cit:date> 
<gco:DateTime>2111-11-11T11:11:11</gco:DateTime> 
</cit:date> 
<cit:dateType> 
<cit:CI_DateTypeCode 
codeList="codeListLocation#CI_DateTypeCode" 
codeListValue=”lastUpdate">lastUpdate 
</cit:CI_DateTypeCode> 
</cit:dateType> 
</cit:CI_Date> 
</mdb:dateInfo>
Connecting Other Documentation 
“I have many existing documentation resources that can help users” 
XML 
dataset / 
resource 
source 
Metadata 
keyword 
thesaurus 
& ontology 
evaluation 
procedure 
standard 
specification 
algorithm feature 
catalog 
application 
schema 
alternate 
metadata 
metadata 
& service 
standard 
associated 
resource 
name/metadata 
additional 
documentation 
constraints 
reference 
source 
metadata 
process 
reference & 
documentation 
software 
reference 
feature 
catalog 
format 
specification
Connecting to Resources on the Web 
The ISO 19115 CI_Citation worked well for citing books, journal articles, and other 
physical resources. 
ISO 19115-1 added two important new elements to the CI_Citation: 
1. onlineResource provides a web address for the cited resource 
2. graphic provides a graphic that can be used for display of the cited resource. 
10 
“I have many existing web resources that can help users” 
XML
Using Common Open Source Licensing 
11 
“I use a Creative Commons License for my data” 
ISO 19115 included limited descriptions of constraints related to the data 
(useLimitations) or imposed by organizations (legal and security constraints). This made 
it difficult to describe commonly used open source licenses. 
The Marine Community Profile extended 19115 to include Creative Commons License. 
ISO 19115-1 included the necessary elements. 
MD_Commons 
+ useLimitation [0..*] : CharacterString 
+ jurisdictionLink : URL 
+ licenseLink : URL 
+ imageLink : URL 
+ licenseName : CharacterString 
+ attributionConstraints : CharacterString 
MD_Constraints 
+ useLimitation [0..*] : CharacterString 
+ constraintApplicationScope [0..1]: MD_Scope 
+ graphic [0..*] : MD_BrowseGraphic 
+ reference [0..*] : CI_Citation 
+ MD_Releasability [0..1] : MD_Releasability 
+ responsibleParty [ 0..*] : CI_Responsibility 
jurisdictionLink : URL -----------------------------------------> responsibleParty 
licenseLink : URL -----------------------------------------------> reference 
imageLink : URL ------------------------------------------------> graphic 
licenseName : CharacterString -----------------------------> reference 
attributionConstraints : CharacterString -----------------> reference
Organizing Parameters 
“My datasets include measured parameters, reference and quality information” 
The ISO 19115 allowed only one type of information in each contentInfo section. 
ISO 19115-1 adds the capability to group similar coverages and introduces more 
coverage types. 
MD_Content Information 
12 
MD_CoverageDescription 
+ attributeDescription : RecordType 
+ processingLevelCode [0..1] : MD_Identifier 
+attributeGroup 0..* 
MD_AttributeGroup 
+ contentType [1..*] : MD_CoverageContentTypeCode 
+ attribute 0..* 
MD_RangeDimension 
+ sequenceIdentifier [0..1] : MemberName 
+ description [0..1] : CharacterString 
+ name [0..*] : MD_Identifier 
<<CodeList>> 
MD_CoverageContentTypeCode 
+ image 
+ thematicClassification 
+ physicalMeasurement 
+ referenceInformation 
+ auxilliaryData 
+ qualityInformation 
+ modelResult 
+ coordinate 
PM RI QI
Naming Parameters 
“My group uses local parameter names but we need standard names to share” 
The ISO 19115 sequenceIdentifier only allowed one local name for parameters 
ISO 19115-1 adds the capability to add multiple names for parameters and to 
identify the sources for those names. 
13 
MD_CoverageDescription 
+ attributeDescription : RecordType 
+ processingLevelCode [0..1] : MD_Identifier 
+attributeGroup 0..* 
MD_AttributeGroup 
+ contentType [1..*] : MD_CoverageContentTypeCode 
+ attribute 0..* 
MD_RangeDimension 
+ sequenceIdentifier [0..1] : MemberName 
+ description [0..1] : CharacterString 
+ name [0..*] : MD_Identifier 
<<DataType>> 
MD_Identifier 
+ authority [0..1] : CI_Citation 
+ code : CharacterString 
+ codespace: CharacterString [0..1] 
+ version : CharacterString [0..1] 
+ description : CharacterString [0..1] 
ATemp 
cf:air_temperature 
gcmd: Science Keywords > 
ATMOSPHERE > ATMOSPHERIC 
TEMPERATURE
Stand Alone Quality Reports 
“There are papers and web pages that describe the quality of my data.” 
Papers and reports that describe data quality are StandAloneReports. 
Metadata can include brief descriptions of the results (abstracts) and 
references to any number of these (citations). 
Abstract: The fire training-set may also have been biased 
against savanna and savanna woodland fires since their 
detection is more difficult than in humid, forest environments 
with cool background temperatures [Malingreau, 1990]. There 
may, therefore, be an under-sampling of fires in these warmer 
background environments. Citation: Malingreau J.P, 1990, The contribution 
14 
DQ_StandaloneQualityReportInformation 
+ reportReference: CI_Citation 
+ abstract : CharacterString 
of remote sensing to the global monitoring of 
fires in tropical and subtropical ecosystems. In: 
Fire in Tropical Biota, (J.G. Goldammer , editor), 
Springer Verlag , Berlin: 337-370.
Modular Data Quality Information 
“My data quality information exists in databases or web services.” 
Major elements of the 19157 conceptual model are separate components that can be 
independently connected to the metadata and reused in multiple records. 
15 
Measures 
Results 
Methods
Data Usage 
“Users increase our understanding of data quality. We need to keep them in 
the loop.” 
MD_Usage 
+ specificUsage : CharacterString 
+ usageDateTime [0..1] : DateTime 
+ userDeterminedLimitations [0..1] : CharacterString 
+ userContactInfo [1..*] : CI_ResponsibleParty 
+ response [0..*] : CharacterString 
+ additionalDocumentation [0..*] : CI_Citation 
+ identifiedIssues [0..1] : CI_Citation 
16
17 
Questions? 
tedhabermann@hdfgroup.org
Acknowledgements 
This work was partially supported by contract number NNG10HP02C from NASA. 
Any opinions, findings, conclusions, or recommendations expressed in this material are 
those of the author and do not necessarily reflect the views of NASA or The HDF Group.

More Related Content

Viewers also liked

Metadata For Humans and Machines
Metadata For Humans and MachinesMetadata For Humans and Machines
Metadata For Humans and MachinesTed Habermann
 
Metadata Evaluation and Improvement
Metadata Evaluation and ImprovementMetadata Evaluation and Improvement
Metadata Evaluation and ImprovementTed Habermann
 
Earth Science Platform
Earth Science PlatformEarth Science Platform
Earth Science PlatformTed Habermann
 
ESDIS Metadata Archive
ESDIS Metadata ArchiveESDIS Metadata Archive
ESDIS Metadata ArchiveTed Habermann
 
The HDF Product Designer – Interoperability in the First Mile
The HDF Product Designer – Interoperability in the First MileThe HDF Product Designer – Interoperability in the First Mile
The HDF Product Designer – Interoperability in the First MileTed Habermann
 
Citations in ISO Metadata
Citations in ISO MetadataCitations in ISO Metadata
Citations in ISO MetadataTed Habermann
 
Hdf Augmentation: Interoperability in the Last Mile
Hdf Augmentation: Interoperability in the Last MileHdf Augmentation: Interoperability in the Last Mile
Hdf Augmentation: Interoperability in the Last MileTed Habermann
 
Wikis, Rubrics and Views: An Integrated Approach to Improving Documentation
Wikis, Rubrics and Views: An Integrated Approach to Improving DocumentationWikis, Rubrics and Views: An Integrated Approach to Improving Documentation
Wikis, Rubrics and Views: An Integrated Approach to Improving DocumentationTed Habermann
 
Translation proofing
Translation proofingTranslation proofing
Translation proofingTed Habermann
 
Spatial data infrastructure in the cloud, 2011
Spatial data infrastructure in the cloud, 2011Spatial data infrastructure in the cloud, 2011
Spatial data infrastructure in the cloud, 2011Moullet
 
Geospatial Metadata and Spatial Data: It's all Greek to me!
Geospatial Metadata and Spatial Data: It's all Greek to me!Geospatial Metadata and Spatial Data: It's all Greek to me!
Geospatial Metadata and Spatial Data: It's all Greek to me!EDINA, University of Edinburgh
 
Introduction to metadata management
Introduction to metadata managementIntroduction to metadata management
Introduction to metadata managementOpen Data Support
 

Viewers also liked (13)

Metadata For Humans and Machines
Metadata For Humans and MachinesMetadata For Humans and Machines
Metadata For Humans and Machines
 
Metadata Evaluation and Improvement
Metadata Evaluation and ImprovementMetadata Evaluation and Improvement
Metadata Evaluation and Improvement
 
Earth Science Platform
Earth Science PlatformEarth Science Platform
Earth Science Platform
 
ESDIS Metadata Archive
ESDIS Metadata ArchiveESDIS Metadata Archive
ESDIS Metadata Archive
 
The HDF Product Designer – Interoperability in the First Mile
The HDF Product Designer – Interoperability in the First MileThe HDF Product Designer – Interoperability in the First Mile
The HDF Product Designer – Interoperability in the First Mile
 
Citations in ISO Metadata
Citations in ISO MetadataCitations in ISO Metadata
Citations in ISO Metadata
 
Hdf Inside
Hdf InsideHdf Inside
Hdf Inside
 
Hdf Augmentation: Interoperability in the Last Mile
Hdf Augmentation: Interoperability in the Last MileHdf Augmentation: Interoperability in the Last Mile
Hdf Augmentation: Interoperability in the Last Mile
 
Wikis, Rubrics and Views: An Integrated Approach to Improving Documentation
Wikis, Rubrics and Views: An Integrated Approach to Improving DocumentationWikis, Rubrics and Views: An Integrated Approach to Improving Documentation
Wikis, Rubrics and Views: An Integrated Approach to Improving Documentation
 
Translation proofing
Translation proofingTranslation proofing
Translation proofing
 
Spatial data infrastructure in the cloud, 2011
Spatial data infrastructure in the cloud, 2011Spatial data infrastructure in the cloud, 2011
Spatial data infrastructure in the cloud, 2011
 
Geospatial Metadata and Spatial Data: It's all Greek to me!
Geospatial Metadata and Spatial Data: It's all Greek to me!Geospatial Metadata and Spatial Data: It's all Greek to me!
Geospatial Metadata and Spatial Data: It's all Greek to me!
 
Introduction to metadata management
Introduction to metadata managementIntroduction to metadata management
Introduction to metadata management
 

Similar to ISO Metadata Improvements - Questions and Answers

spatial data infrastructure : data modelling and web services for data access
spatial data infrastructure : data modelling and web services for data accessspatial data infrastructure : data modelling and web services for data access
spatial data infrastructure : data modelling and web services for data accessDesconnets Jean-Christophe
 
19115-1 Geospatial metadata profile - Margie Smith (Geoscience Australia)
19115-1 Geospatial metadata profile - Margie Smith (Geoscience Australia)19115-1 Geospatial metadata profile - Margie Smith (Geoscience Australia)
19115-1 Geospatial metadata profile - Margie Smith (Geoscience Australia)ARDC
 
VRE Cancer Imaging BL RIC Workshop 22032011
VRE Cancer Imaging BL RIC Workshop 22032011VRE Cancer Imaging BL RIC Workshop 22032011
VRE Cancer Imaging BL RIC Workshop 22032011djmichael156
 
Consuming RealTime Signals in Solr
Consuming RealTime Signals in Solr Consuming RealTime Signals in Solr
Consuming RealTime Signals in Solr Umesh Prasad
 
metadata profiles for protected sites. analysis and propositions for annex III
metadata profiles for protected sites. analysis and propositions for annex IIImetadata profiles for protected sites. analysis and propositions for annex III
metadata profiles for protected sites. analysis and propositions for annex IIIDesconnets Jean-Christophe
 
Project findings paper TMForum catalyst 2014 B2B service bundling 1.0
Project findings paper TMForum catalyst 2014 B2B service bundling 1.0Project findings paper TMForum catalyst 2014 B2B service bundling 1.0
Project findings paper TMForum catalyst 2014 B2B service bundling 1.0gtilton
 
Compositional AI: Fusion of AI/ML Services
Compositional AI: Fusion of AI/ML ServicesCompositional AI: Fusion of AI/ML Services
Compositional AI: Fusion of AI/ML ServicesDebmalya Biswas
 
Presentation_P5_4560310_ISO_19650_inWebGIS.pdf
Presentation_P5_4560310_ISO_19650_inWebGIS.pdfPresentation_P5_4560310_ISO_19650_inWebGIS.pdf
Presentation_P5_4560310_ISO_19650_inWebGIS.pdfArief Rahman
 
Financial Industry Business Unified Model (FIBUM)
Financial Industry Business Unified Model (FIBUM)Financial Industry Business Unified Model (FIBUM)
Financial Industry Business Unified Model (FIBUM)Jurgen Ziemer
 
10 Ace 2010 Aras Federation Workshop
10 Ace 2010 Aras Federation Workshop10 Ace 2010 Aras Federation Workshop
10 Ace 2010 Aras Federation WorkshopProdeos
 
GRUG 2.0 8 Digital Guerrilla - shared parameters 20181025
GRUG 2.0 8 Digital Guerrilla - shared parameters 20181025GRUG 2.0 8 Digital Guerrilla - shared parameters 20181025
GRUG 2.0 8 Digital Guerrilla - shared parameters 20181025Glasgow Revit User Group
 
GDG Cloud Southlake #16: Priyanka Vergadia: Scalable Data Analytics in Google...
GDG Cloud Southlake #16: Priyanka Vergadia: Scalable Data Analytics in Google...GDG Cloud Southlake #16: Priyanka Vergadia: Scalable Data Analytics in Google...
GDG Cloud Southlake #16: Priyanka Vergadia: Scalable Data Analytics in Google...James Anderson
 
Using DICOM and NIfTI in R
Using DICOM and NIfTI in RUsing DICOM and NIfTI in R
Using DICOM and NIfTI in RBrandon Whitcher
 
Lenovo: Elastic Stack Practices in Enterprise Integration
Lenovo: Elastic Stack Practices in Enterprise IntegrationLenovo: Elastic Stack Practices in Enterprise Integration
Lenovo: Elastic Stack Practices in Enterprise IntegrationElasticsearch
 
Dublin Core In Practice
Dublin Core In PracticeDublin Core In Practice
Dublin Core In PracticeMarcia Zeng
 
IPTC News Exchange Formats 2011 Autumn Working Party Report
IPTC News Exchange Formats 2011 Autumn Working Party ReportIPTC News Exchange Formats 2011 Autumn Working Party Report
IPTC News Exchange Formats 2011 Autumn Working Party ReportStuart Myles
 

Similar to ISO Metadata Improvements - Questions and Answers (20)

spatial data infrastructure : data modelling and web services for data access
spatial data infrastructure : data modelling and web services for data accessspatial data infrastructure : data modelling and web services for data access
spatial data infrastructure : data modelling and web services for data access
 
19115-1 Geospatial metadata profile - Margie Smith (Geoscience Australia)
19115-1 Geospatial metadata profile - Margie Smith (Geoscience Australia)19115-1 Geospatial metadata profile - Margie Smith (Geoscience Australia)
19115-1 Geospatial metadata profile - Margie Smith (Geoscience Australia)
 
VRE Cancer Imaging BL RIC Workshop 22032011
VRE Cancer Imaging BL RIC Workshop 22032011VRE Cancer Imaging BL RIC Workshop 22032011
VRE Cancer Imaging BL RIC Workshop 22032011
 
Consuming RealTime Signals in Solr
Consuming RealTime Signals in Solr Consuming RealTime Signals in Solr
Consuming RealTime Signals in Solr
 
metadata profiles for protected sites. analysis and propositions for annex III
metadata profiles for protected sites. analysis and propositions for annex IIImetadata profiles for protected sites. analysis and propositions for annex III
metadata profiles for protected sites. analysis and propositions for annex III
 
Project findings paper TMForum catalyst 2014 B2B service bundling 1.0
Project findings paper TMForum catalyst 2014 B2B service bundling 1.0Project findings paper TMForum catalyst 2014 B2B service bundling 1.0
Project findings paper TMForum catalyst 2014 B2B service bundling 1.0
 
Compositional AI: Fusion of AI/ML Services
Compositional AI: Fusion of AI/ML ServicesCompositional AI: Fusion of AI/ML Services
Compositional AI: Fusion of AI/ML Services
 
Open micictdi
Open micictdiOpen micictdi
Open micictdi
 
I explore
I exploreI explore
I explore
 
Presentation_P5_4560310_ISO_19650_inWebGIS.pdf
Presentation_P5_4560310_ISO_19650_inWebGIS.pdfPresentation_P5_4560310_ISO_19650_inWebGIS.pdf
Presentation_P5_4560310_ISO_19650_inWebGIS.pdf
 
Financial Industry Business Unified Model (FIBUM)
Financial Industry Business Unified Model (FIBUM)Financial Industry Business Unified Model (FIBUM)
Financial Industry Business Unified Model (FIBUM)
 
Connecting HDF with ISO Metadata Standards
Connecting HDF with ISO Metadata StandardsConnecting HDF with ISO Metadata Standards
Connecting HDF with ISO Metadata Standards
 
10 Ace 2010 Aras Federation Workshop
10 Ace 2010 Aras Federation Workshop10 Ace 2010 Aras Federation Workshop
10 Ace 2010 Aras Federation Workshop
 
GRUG 2.0 8 Digital Guerrilla - shared parameters 20181025
GRUG 2.0 8 Digital Guerrilla - shared parameters 20181025GRUG 2.0 8 Digital Guerrilla - shared parameters 20181025
GRUG 2.0 8 Digital Guerrilla - shared parameters 20181025
 
GDG Cloud Southlake #16: Priyanka Vergadia: Scalable Data Analytics in Google...
GDG Cloud Southlake #16: Priyanka Vergadia: Scalable Data Analytics in Google...GDG Cloud Southlake #16: Priyanka Vergadia: Scalable Data Analytics in Google...
GDG Cloud Southlake #16: Priyanka Vergadia: Scalable Data Analytics in Google...
 
Using DICOM and NIfTI in R
Using DICOM and NIfTI in RUsing DICOM and NIfTI in R
Using DICOM and NIfTI in R
 
Controllogix 5000 Training
Controllogix 5000 TrainingControllogix 5000 Training
Controllogix 5000 Training
 
Lenovo: Elastic Stack Practices in Enterprise Integration
Lenovo: Elastic Stack Practices in Enterprise IntegrationLenovo: Elastic Stack Practices in Enterprise Integration
Lenovo: Elastic Stack Practices in Enterprise Integration
 
Dublin Core In Practice
Dublin Core In PracticeDublin Core In Practice
Dublin Core In Practice
 
IPTC News Exchange Formats 2011 Autumn Working Party Report
IPTC News Exchange Formats 2011 Autumn Working Party ReportIPTC News Exchange Formats 2011 Autumn Working Party Report
IPTC News Exchange Formats 2011 Autumn Working Party Report
 

Recently uploaded

Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.aasikanpl
 
Module 4: Mendelian Genetics and Punnett Square
Module 4:  Mendelian Genetics and Punnett SquareModule 4:  Mendelian Genetics and Punnett Square
Module 4: Mendelian Genetics and Punnett SquareIsiahStephanRadaza
 
Recombinant DNA technology( Transgenic plant and animal)
Recombinant DNA technology( Transgenic plant and animal)Recombinant DNA technology( Transgenic plant and animal)
Recombinant DNA technology( Transgenic plant and animal)DHURKADEVIBASKAR
 
Cytokinin, mechanism and its application.pptx
Cytokinin, mechanism and its application.pptxCytokinin, mechanism and its application.pptx
Cytokinin, mechanism and its application.pptxVarshiniMK
 
Neurodevelopmental disorders according to the dsm 5 tr
Neurodevelopmental disorders according to the dsm 5 trNeurodevelopmental disorders according to the dsm 5 tr
Neurodevelopmental disorders according to the dsm 5 trssuser06f238
 
THE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptx
THE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptxTHE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptx
THE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptxNandakishor Bhaurao Deshmukh
 
Welcome to GFDL for Take Your Child To Work Day
Welcome to GFDL for Take Your Child To Work DayWelcome to GFDL for Take Your Child To Work Day
Welcome to GFDL for Take Your Child To Work DayZachary Labe
 
Manassas R - Parkside Middle School 🌎🏫
Manassas R - Parkside Middle School 🌎🏫Manassas R - Parkside Middle School 🌎🏫
Manassas R - Parkside Middle School 🌎🏫qfactory1
 
‏‏VIRUS - 123455555555555555555555555555555555555555
‏‏VIRUS -  123455555555555555555555555555555555555555‏‏VIRUS -  123455555555555555555555555555555555555555
‏‏VIRUS - 123455555555555555555555555555555555555555kikilily0909
 
TOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physicsTOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physicsssuserddc89b
 
Heredity: Inheritance and Variation of Traits
Heredity: Inheritance and Variation of TraitsHeredity: Inheritance and Variation of Traits
Heredity: Inheritance and Variation of TraitsCharlene Llagas
 
Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Patrick Diehl
 
Temporomandibular joint Muscles of Mastication
Temporomandibular joint Muscles of MasticationTemporomandibular joint Muscles of Mastication
Temporomandibular joint Muscles of Masticationvidulajaib
 
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tanta
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tantaDashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tanta
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tantaPraksha3
 
Microphone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptxMicrophone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptxpriyankatabhane
 
Behavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfBehavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfSELF-EXPLANATORY
 
zoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzohaibmir069
 
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfAnalytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfSwapnil Therkar
 
Scheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docxScheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docxyaramohamed343013
 

Recently uploaded (20)

Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
 
Module 4: Mendelian Genetics and Punnett Square
Module 4:  Mendelian Genetics and Punnett SquareModule 4:  Mendelian Genetics and Punnett Square
Module 4: Mendelian Genetics and Punnett Square
 
Recombinant DNA technology( Transgenic plant and animal)
Recombinant DNA technology( Transgenic plant and animal)Recombinant DNA technology( Transgenic plant and animal)
Recombinant DNA technology( Transgenic plant and animal)
 
Cytokinin, mechanism and its application.pptx
Cytokinin, mechanism and its application.pptxCytokinin, mechanism and its application.pptx
Cytokinin, mechanism and its application.pptx
 
Neurodevelopmental disorders according to the dsm 5 tr
Neurodevelopmental disorders according to the dsm 5 trNeurodevelopmental disorders according to the dsm 5 tr
Neurodevelopmental disorders according to the dsm 5 tr
 
THE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptx
THE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptxTHE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptx
THE ROLE OF PHARMACOGNOSY IN TRADITIONAL AND MODERN SYSTEM OF MEDICINE.pptx
 
Hot Sexy call girls in Moti Nagar,🔝 9953056974 🔝 escort Service
Hot Sexy call girls in  Moti Nagar,🔝 9953056974 🔝 escort ServiceHot Sexy call girls in  Moti Nagar,🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Moti Nagar,🔝 9953056974 🔝 escort Service
 
Welcome to GFDL for Take Your Child To Work Day
Welcome to GFDL for Take Your Child To Work DayWelcome to GFDL for Take Your Child To Work Day
Welcome to GFDL for Take Your Child To Work Day
 
Manassas R - Parkside Middle School 🌎🏫
Manassas R - Parkside Middle School 🌎🏫Manassas R - Parkside Middle School 🌎🏫
Manassas R - Parkside Middle School 🌎🏫
 
‏‏VIRUS - 123455555555555555555555555555555555555555
‏‏VIRUS -  123455555555555555555555555555555555555555‏‏VIRUS -  123455555555555555555555555555555555555555
‏‏VIRUS - 123455555555555555555555555555555555555555
 
TOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physicsTOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physics
 
Heredity: Inheritance and Variation of Traits
Heredity: Inheritance and Variation of TraitsHeredity: Inheritance and Variation of Traits
Heredity: Inheritance and Variation of Traits
 
Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?
 
Temporomandibular joint Muscles of Mastication
Temporomandibular joint Muscles of MasticationTemporomandibular joint Muscles of Mastication
Temporomandibular joint Muscles of Mastication
 
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tanta
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tantaDashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tanta
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tanta
 
Microphone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptxMicrophone- characteristics,carbon microphone, dynamic microphone.pptx
Microphone- characteristics,carbon microphone, dynamic microphone.pptx
 
Behavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfBehavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdf
 
zoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistan
 
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfAnalytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
 
Scheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docxScheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docx
 

ISO Metadata Improvements - Questions and Answers

  • 1. ISO 19115-1 – Questions and Answers Ted Habermann Director of Earth Science The HDF Group thabermann@hdfgroup.org The ISO Standards are evolving. Metadata has been revised from 19115 to 19115-1 Data Quality metadata has moved from ISO 19115 to ISO 19157. 1 Evolution is good.
  • 2. ISO Metadata Standards Metadata Imagery Features Data Quality 2 “I am confused by all of these numbers!” Conceptual Models (UML) 19115 19115-2 Metadata Imagery 19119 Services Implementations (XML) 19110 19115-1 19115-2 19110 19157 Features 19139 19139-2 19115-3 19157-2 Metadata XML Imagery XML Metadata XML Data Quality XML Then Now
  • 3. Conceptual Models and Implementations “Conceptual models are useful, but I need XML implementations to get going.” Model Delay Schema 19115 2003-05 19139 3.3 Years 2006-08 19115-2 2009-02 19139-2 2012-10 3.6 Years 19115-1 2014-04 19115-3 2015-05 1.9 Years 19157 2013-04 19157-2 ? ? ~50% Decrease 19130 2012-12 ? ? ? 5.8 Years Now creating XML schemas directly from UML models using software developed in OGC Testbed (ShapeChange). This capability is also being added directly into the tool by the vendor (Sparx Systems).
  • 4. Schema Repository “How do I become familiar with and help test the new implementations?” 4 The XML schemas and other resources and RDF/OWL implementations are available at: https://github.com/ISO-TC211
  • 5. Metadata Migration 5 “Can I migrate my existing metadata to 19115-1?” Transform Available for Testing https://github.com/ISO-TC211/XML/blob/master/resources/transforms/19115to19115-1.xsl
  • 6. GeoNetwork Testing “I use GeoNetwork to manage metadata. How can I try 19115-1?” 6 GeoNetwork 19115-3 resources are available at: https://github.com/geonetwork/sc hema-plugins/ tree/master/iso19115- 3#iso-19115-3-schema-plugin
  • 7. Identifying Metadata Records “I need to unambiguously identify metadata records in multiple repositories” ISO 19115 identified metadata records using a single character string that often times had to be overloaded to include the information required for unambiguous identification. ISO 19115-1 brings the advantages of the MD_Identifier (+codeSpace) to the identification of the metadata record itself. <mcc:code> <gco:CharacterString>05f314b8-bffe-cb8d-418e-744613aa4f01</gco:CharacterString> </mcc:code> <mcc:codeSpace> <gco:CharacterString>nz.govt.geodata</gco:CharacterString> </mcc:codeSpace> 7 05f314b8-bffe-cb8d-418e-744613aa4f01 nice opaque identifier, but who owns the metadata record or the identifier?
  • 8. Tracking the Metadata Life Cycle ISO 19115 includes a dateStamp with the creation time for the metadata. Many other kinds of times are also important in the life-cycle of metadata. 8 “I need to track when changes in my metadata happen” ISO 19115-1 includes any number of CI_Date objects for the metadata which allows tracking of the metadata throughout its life-cycle. 19115-1 includes many more dateTypes than 19115. 19115 included 3 dateTypes 19115-1 adds 13 new dateTypes <<CodeList>> MD_DateTypeCode + creation + publication + revision + expiry + lastUpdate + lastRevision + nextUpdate + unavailable + inForce + adopted + deprecated + superseded + validityBegins + validityExpires + released + distribution <mdb:dateInfo> <cit:CI_Date> <cit:date> <gco:DateTime>2111-11-11T11:11:11</gco:DateTime> </cit:date> <cit:dateType> <cit:CI_DateTypeCode codeList="codeListLocation#CI_DateTypeCode" codeListValue=”lastUpdate">lastUpdate </cit:CI_DateTypeCode> </cit:dateType> </cit:CI_Date> </mdb:dateInfo>
  • 9. Connecting Other Documentation “I have many existing documentation resources that can help users” XML dataset / resource source Metadata keyword thesaurus & ontology evaluation procedure standard specification algorithm feature catalog application schema alternate metadata metadata & service standard associated resource name/metadata additional documentation constraints reference source metadata process reference & documentation software reference feature catalog format specification
  • 10. Connecting to Resources on the Web The ISO 19115 CI_Citation worked well for citing books, journal articles, and other physical resources. ISO 19115-1 added two important new elements to the CI_Citation: 1. onlineResource provides a web address for the cited resource 2. graphic provides a graphic that can be used for display of the cited resource. 10 “I have many existing web resources that can help users” XML
  • 11. Using Common Open Source Licensing 11 “I use a Creative Commons License for my data” ISO 19115 included limited descriptions of constraints related to the data (useLimitations) or imposed by organizations (legal and security constraints). This made it difficult to describe commonly used open source licenses. The Marine Community Profile extended 19115 to include Creative Commons License. ISO 19115-1 included the necessary elements. MD_Commons + useLimitation [0..*] : CharacterString + jurisdictionLink : URL + licenseLink : URL + imageLink : URL + licenseName : CharacterString + attributionConstraints : CharacterString MD_Constraints + useLimitation [0..*] : CharacterString + constraintApplicationScope [0..1]: MD_Scope + graphic [0..*] : MD_BrowseGraphic + reference [0..*] : CI_Citation + MD_Releasability [0..1] : MD_Releasability + responsibleParty [ 0..*] : CI_Responsibility jurisdictionLink : URL -----------------------------------------> responsibleParty licenseLink : URL -----------------------------------------------> reference imageLink : URL ------------------------------------------------> graphic licenseName : CharacterString -----------------------------> reference attributionConstraints : CharacterString -----------------> reference
  • 12. Organizing Parameters “My datasets include measured parameters, reference and quality information” The ISO 19115 allowed only one type of information in each contentInfo section. ISO 19115-1 adds the capability to group similar coverages and introduces more coverage types. MD_Content Information 12 MD_CoverageDescription + attributeDescription : RecordType + processingLevelCode [0..1] : MD_Identifier +attributeGroup 0..* MD_AttributeGroup + contentType [1..*] : MD_CoverageContentTypeCode + attribute 0..* MD_RangeDimension + sequenceIdentifier [0..1] : MemberName + description [0..1] : CharacterString + name [0..*] : MD_Identifier <<CodeList>> MD_CoverageContentTypeCode + image + thematicClassification + physicalMeasurement + referenceInformation + auxilliaryData + qualityInformation + modelResult + coordinate PM RI QI
  • 13. Naming Parameters “My group uses local parameter names but we need standard names to share” The ISO 19115 sequenceIdentifier only allowed one local name for parameters ISO 19115-1 adds the capability to add multiple names for parameters and to identify the sources for those names. 13 MD_CoverageDescription + attributeDescription : RecordType + processingLevelCode [0..1] : MD_Identifier +attributeGroup 0..* MD_AttributeGroup + contentType [1..*] : MD_CoverageContentTypeCode + attribute 0..* MD_RangeDimension + sequenceIdentifier [0..1] : MemberName + description [0..1] : CharacterString + name [0..*] : MD_Identifier <<DataType>> MD_Identifier + authority [0..1] : CI_Citation + code : CharacterString + codespace: CharacterString [0..1] + version : CharacterString [0..1] + description : CharacterString [0..1] ATemp cf:air_temperature gcmd: Science Keywords > ATMOSPHERE > ATMOSPHERIC TEMPERATURE
  • 14. Stand Alone Quality Reports “There are papers and web pages that describe the quality of my data.” Papers and reports that describe data quality are StandAloneReports. Metadata can include brief descriptions of the results (abstracts) and references to any number of these (citations). Abstract: The fire training-set may also have been biased against savanna and savanna woodland fires since their detection is more difficult than in humid, forest environments with cool background temperatures [Malingreau, 1990]. There may, therefore, be an under-sampling of fires in these warmer background environments. Citation: Malingreau J.P, 1990, The contribution 14 DQ_StandaloneQualityReportInformation + reportReference: CI_Citation + abstract : CharacterString of remote sensing to the global monitoring of fires in tropical and subtropical ecosystems. In: Fire in Tropical Biota, (J.G. Goldammer , editor), Springer Verlag , Berlin: 337-370.
  • 15. Modular Data Quality Information “My data quality information exists in databases or web services.” Major elements of the 19157 conceptual model are separate components that can be independently connected to the metadata and reused in multiple records. 15 Measures Results Methods
  • 16. Data Usage “Users increase our understanding of data quality. We need to keep them in the loop.” MD_Usage + specificUsage : CharacterString + usageDateTime [0..1] : DateTime + userDeterminedLimitations [0..1] : CharacterString + userContactInfo [1..*] : CI_ResponsibleParty + response [0..*] : CharacterString + additionalDocumentation [0..*] : CI_Citation + identifiedIssues [0..1] : CI_Citation 16
  • 18. Acknowledgements This work was partially supported by contract number NNG10HP02C from NASA. Any opinions, findings, conclusions, or recommendations expressed in this material are those of the author and do not necessarily reflect the views of NASA or The HDF Group.