From bf52a63f6b244ddf5101f9a4e3e02821116f3530 Mon Sep 17 00:00:00 2001 From: markusin Date: Thu, 20 Mar 2014 14:43:46 +0100 Subject: [PATCH] adding schema plugin for imagery and gridded data --- iso19139-2/extract-date-modified.xsl | 9 + iso19139-2/extract-gml.xsl | 36 + iso19139-2/extract-thumbnails.xsl | 24 + iso19139-2/extract-uuid.xsl | 10 + iso19139-2/index-fields.xsl | 716 ++++++ iso19139-2/loc/eng/codelists.xml | 435 ++++ iso19139-2/loc/eng/labels.xml | 723 ++++++ .../loc/eng/schematron-rules-geonetwork.xml | 17 + .../loc/eng/schematron-rules-inspire.xml | 318 +++ iso19139-2/loc/eng/schematron-rules-iso.xml | 106 + iso19139-2/loc/eng/strings.xml | 112 + iso19139-2/loc/ger/codelists.xml | 435 ++++ iso19139-2/loc/ger/labels.xml | 723 ++++++ .../loc/ger/schematron-rules-geonetwork.xml | 17 + .../loc/ger/schematron-rules-inspire.xml | 59 + iso19139-2/loc/ger/schematron-rules-iso.xml | 63 + iso19139-2/loc/ger/strings.xml | 112 + iso19139-2/loc/it/codelists.xml | 435 ++++ iso19139-2/loc/it/labels.xml | 723 ++++++ .../loc/it/schematron-rules-geonetwork.xml | 16 + .../loc/it/schematron-rules-inspire.xml | 317 +++ iso19139-2/loc/it/schematron-rules-iso.xml | 107 + iso19139-2/loc/it/strings.xml | 112 + iso19139-2/oasis-catalog.xml | 58 + iso19139-2/present/csw/iso-brief.xsl | 93 + iso19139-2/present/csw/iso-full.xsl | 36 + iso19139-2/present/csw/iso-summary.xsl | 206 ++ iso19139-2/present/csw/ogc-brief.xsl | 92 + iso19139-2/present/csw/ogc-full.xsl | 337 +++ iso19139-2/present/csw/ogc-summary.xsl | 123 + .../present/metadata-iso19139-2-edit.xsl | 234 ++ .../present/metadata-iso19139-2-fop.xsl | 16 + iso19139-2/present/metadata-iso19139-2.xsl | 423 ++++ .../present/metadata-iso19139-utils.xsl | 503 ++++ iso19139-2/process/inspire-add-conformity.xsl | 161 ++ .../process/keywords-comma-exploder.xsl | 58 + iso19139-2/process/keywords-mapper.xsl | 41 + iso19139-2/process/process-utility.xsl | 109 + iso19139-2/schema-ident.xml | 23 + iso19139-2/schema-substitutes.xml | 7 + iso19139-2/schema-suggestions.xml | 228 ++ iso19139-2/schema.xsd | 8 + iso19139-2/schema/geonetwork/schema-ident.xsd | 144 ++ .../schema/gmi/acquisitionInformation.xsd | 419 ++++ iso19139-2/schema/gmi/contentInformation.xsd | 147 ++ .../schema/gmi/dataQualityInformation.xsd | 233 ++ iso19139-2/schema/gmi/gmi.xsd | 16 + iso19139-2/schema/gmi/metadataEntitySet.xsd | 46 + .../schema/gmi/referenceSystemInformation.xsd | 124 + .../gmi/spatialRepresentationInformation.xsd | 146 ++ iso19139-2/schematron-rules-geonetwork.xsl | 275 +++ iso19139-2/schematron-rules-inspire.xsl | 2036 +++++++++++++++++ iso19139-2/schematron-rules-iso.xsl | 1650 +++++++++++++ iso19139-2/set-thumbnail.xsl | 154 ++ iso19139-2/set-uuid.xsl | 42 + iso19139-2/templates/Landsat_MD_template.xml | 789 +++++++ iso19139-2/unset-thumbnail.xsl | 26 + iso19139-2/update-fixed-info.xsl | 347 +++ 58 files changed, 14975 insertions(+) create mode 100644 iso19139-2/extract-date-modified.xsl create mode 100644 iso19139-2/extract-gml.xsl create mode 100644 iso19139-2/extract-thumbnails.xsl create mode 100644 iso19139-2/extract-uuid.xsl create mode 100644 iso19139-2/index-fields.xsl create mode 100644 iso19139-2/loc/eng/codelists.xml create mode 100644 iso19139-2/loc/eng/labels.xml create mode 100644 iso19139-2/loc/eng/schematron-rules-geonetwork.xml create mode 100644 iso19139-2/loc/eng/schematron-rules-inspire.xml create mode 100644 iso19139-2/loc/eng/schematron-rules-iso.xml create mode 100644 iso19139-2/loc/eng/strings.xml create mode 100644 iso19139-2/loc/ger/codelists.xml create mode 100644 iso19139-2/loc/ger/labels.xml create mode 100644 iso19139-2/loc/ger/schematron-rules-geonetwork.xml create mode 100644 iso19139-2/loc/ger/schematron-rules-inspire.xml create mode 100644 iso19139-2/loc/ger/schematron-rules-iso.xml create mode 100644 iso19139-2/loc/ger/strings.xml create mode 100644 iso19139-2/loc/it/codelists.xml create mode 100644 iso19139-2/loc/it/labels.xml create mode 100644 iso19139-2/loc/it/schematron-rules-geonetwork.xml create mode 100644 iso19139-2/loc/it/schematron-rules-inspire.xml create mode 100644 iso19139-2/loc/it/schematron-rules-iso.xml create mode 100644 iso19139-2/loc/it/strings.xml create mode 100644 iso19139-2/oasis-catalog.xml create mode 100644 iso19139-2/present/csw/iso-brief.xsl create mode 100644 iso19139-2/present/csw/iso-full.xsl create mode 100644 iso19139-2/present/csw/iso-summary.xsl create mode 100644 iso19139-2/present/csw/ogc-brief.xsl create mode 100644 iso19139-2/present/csw/ogc-full.xsl create mode 100644 iso19139-2/present/csw/ogc-summary.xsl create mode 100644 iso19139-2/present/metadata-iso19139-2-edit.xsl create mode 100644 iso19139-2/present/metadata-iso19139-2-fop.xsl create mode 100644 iso19139-2/present/metadata-iso19139-2.xsl create mode 100644 iso19139-2/present/metadata-iso19139-utils.xsl create mode 100644 iso19139-2/process/inspire-add-conformity.xsl create mode 100644 iso19139-2/process/keywords-comma-exploder.xsl create mode 100644 iso19139-2/process/keywords-mapper.xsl create mode 100644 iso19139-2/process/process-utility.xsl create mode 100644 iso19139-2/schema-ident.xml create mode 100755 iso19139-2/schema-substitutes.xml create mode 100755 iso19139-2/schema-suggestions.xml create mode 100755 iso19139-2/schema.xsd create mode 100755 iso19139-2/schema/geonetwork/schema-ident.xsd create mode 100644 iso19139-2/schema/gmi/acquisitionInformation.xsd create mode 100644 iso19139-2/schema/gmi/contentInformation.xsd create mode 100644 iso19139-2/schema/gmi/dataQualityInformation.xsd create mode 100644 iso19139-2/schema/gmi/gmi.xsd create mode 100644 iso19139-2/schema/gmi/metadataEntitySet.xsd create mode 100644 iso19139-2/schema/gmi/referenceSystemInformation.xsd create mode 100644 iso19139-2/schema/gmi/spatialRepresentationInformation.xsd create mode 100644 iso19139-2/schematron-rules-geonetwork.xsl create mode 100644 iso19139-2/schematron-rules-inspire.xsl create mode 100644 iso19139-2/schematron-rules-iso.xsl create mode 100644 iso19139-2/set-thumbnail.xsl create mode 100644 iso19139-2/set-uuid.xsl create mode 100644 iso19139-2/templates/Landsat_MD_template.xml create mode 100644 iso19139-2/unset-thumbnail.xsl create mode 100644 iso19139-2/update-fixed-info.xsl diff --git a/iso19139-2/extract-date-modified.xsl b/iso19139-2/extract-date-modified.xsl new file mode 100644 index 00000000..485b11d5 --- /dev/null +++ b/iso19139-2/extract-date-modified.xsl @@ -0,0 +1,9 @@ + + + + + + + + diff --git a/iso19139-2/extract-gml.xsl b/iso19139-2/extract-gml.xsl new file mode 100644 index 00000000..b5b8d539 --- /dev/null +++ b/iso19139-2/extract-gml.xsl @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ,, ,, ,, ,, , + + + + + + diff --git a/iso19139-2/extract-thumbnails.xsl b/iso19139-2/extract-thumbnails.xsl new file mode 100644 index 00000000..e1e86157 --- /dev/null +++ b/iso19139-2/extract-thumbnails.xsl @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/iso19139-2/extract-uuid.xsl b/iso19139-2/extract-uuid.xsl new file mode 100644 index 00000000..82bfd8ab --- /dev/null +++ b/iso19139-2/extract-uuid.xsl @@ -0,0 +1,10 @@ + + + + + + + + diff --git a/iso19139-2/index-fields.xsl b/iso19139-2/index-fields.xsl new file mode 100644 index 00000000..7f70588a --- /dev/null +++ b/iso19139-2/index-fields.xsl @@ -0,0 +1,716 @@ + + + + + + + + + + + + + + + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + &fname=&access + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + i + + + + ii + + + + iii + + + + + \ No newline at end of file diff --git a/iso19139-2/loc/eng/codelists.xml b/iso19139-2/loc/eng/codelists.xml new file mode 100644 index 00000000..85fa31ab --- /dev/null +++ b/iso19139-2/loc/eng/codelists.xml @@ -0,0 +1,435 @@ + + + + + + + attribute + + Information applies to the attribute class + + + + attributeType + + Information applies to the characteristic of a feature + + + + collectionHardware + + Information applies to the collection hardware class + + + + collectionSession + + Information applies to the collection session + + + + dataset + + Information applies to the dataset + + + + series + + Information applies to the series + + + + nonGeographicDataset + + Information applies to non-geographic data + + + + dimensionGroup + + Information applies to a dimension group + + + + feature + + Information applies to a feature + + + + featureType + + Information applies to a feature type + + + + propertyType + + Information applies to a property type + + + + fieldSession + + Information applies to a field session + + + + software + + Information applies to a computer program or routine + + + + service + + Information applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case + + + + model + + Information applies to a copy or imitation of an existing or hypothetical object + + + + tile + + Information applies to a tile, a spatial subset of geographic data + + + + + + modelSession + + Information applies to a model session or model run for a particular model + + + + document + + Information applies to a document such as a publication, report, record etc. + + + + profile + + Information applies to a profile of an ISO TC 211 standard or specification + + + + dataRepository + + Information applies to a data repository such as a Catalogue Service, Relational Database, Web Registry + + + + codeList + + Information applies to a code list according to the CT_CodelistCatalogue format + + + + project + + Information applies to a project or programme + + + + + observed + + Information applies to observed data + + + + derived + + Information applies to derived data + + + + publication + + Information applies to publications + + + + dataObject + + Information applies to data objects + + + + + + creation + + Date identifies when the resource was brought into existence + + + + publication + + Date identifies when the resource was issued + + + + revision + + Date identifies when the resource was examined or re-examined and improved or amended + + + + + unknown + + It is unknown what the date identifies + + + + + + resourceProvider + + Party that supplies the resource + + + + custodian + + Party that accepts accountability and responsability for the data and ensures appropriate care and maintenance of the resource + + + + owner + + Party that owns the resource + + + + user + + Party who uses the resource + + + + distributor + + Party who distributes the resource + + + + originator + + Party who created the resource + + + + pointOfContact + + Party who can be contacted for acquiring knowledge about or acquisition of the resource + + + + principalInvestigator + + Key party responsible for gathering information and conducting research + + + + processor + + Party wha has processed the data in a manner such that the resource has been modified + + + + publisher + + Party who published the resource + + + + author + + Party who authored the resource + + + + + coInvestigator + + One of the key parties responsible for gathering information and conducting research + + + + researchAssistant + + Party who helped gather information and conduct research + + + + licensor + + Party responsible for licensing + + + + ipOwner + + Party who owns the intellectual property + + + + metadataContact + + party who can be contacted about the metadata + + + + moralRightsOwner + + Party who owns the moral rights + + + + + + discipline + + Keyword identifies a branch of instruction or specialized + learning + + + + place + + Keyword identifies a location + + + + stratum + + Keyword identifies the layer(s) of any deposited substance + + + + temporal + + Keyword identifies a time period related to the dataset + + + + theme + + Keyword identifies a particular subject or topic + + + + + taxon + + Keyword identifies a taxonomy + + + + + + continual + + Data is repeatedly and frequently updated + + + + daily + + Data is updated each day + + + + weekly + + Data is updated on a weekly basis + + + + fortnightly + + Data is updated every two weeks + + + + monthly + + Data is updated each month + + + + quarterly + + Data is updated every three months + + + + biannually + + Data is updated twice each year + + + + annually + + Data is updated every year + + + + asNeeded + + Data is updated as deemed necessary + + + + irregular + + Data is updated in intervals that are uneven in duration + + + + notPlanned + + There are no plans to update the data + + + + unknown + + Frequency of maintenance for the data is not known + + + + + hourly + + Data is updated hourly + + + + + diff --git a/iso19139-2/loc/eng/labels.xml b/iso19139-2/loc/eng/labels.xml new file mode 100644 index 00000000..4dd652ce --- /dev/null +++ b/iso19139-2/loc/eng/labels.xml @@ -0,0 +1,723 @@ + + + + + + + + root entity which defines metadata about a resource or + resources + + + + + Spatial representation information about the grid + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Reference System Information + + + + + Information about the cartographic projection + + + + + Information about the reference ellipsoid + + + + + Information about the datum + + + + + Information about the projection parameters + + + + + Information about the zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Orientation used in creating the image + + + + + Information about the image characteristics. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Information about the band characteristics. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acquisition Information + + + + + + Acquisition information description + + + + + + + Platform + + + + + + + + + + + + + + + + Instrument + + + + + + + + + + + + + + + + + Environmental Record + + + + Environmental Record + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Objective + + + + Objective + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Requirement + + + + Requirement + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Operation + + + + Operation + + + + + + + + + + + + + + + + + + + Plan + + + + Plan + + + + + + + + + + + + + + + + + Description + + + + + + Type + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Please input an Integer value + + + + + Please input a Real value + + + + + Please tick if the answer is yes + + + + + Please input decimal number + + + + + This is the degree of conformity of the resource to the implementing + rules adopted under Article 7(1) of Directive 2007/2/EC + or other + specification. The value domain of this metadata element is defined in Part + D. + + + + + + + + + + Please choose one conformant degree + + + + \ No newline at end of file diff --git a/iso19139-2/loc/eng/schematron-rules-geonetwork.xml b/iso19139-2/loc/eng/schematron-rules-geonetwork.xml new file mode 100644 index 00000000..aec74d40 --- /dev/null +++ b/iso19139-2/loc/eng/schematron-rules-geonetwork.xml @@ -0,0 +1,17 @@ + + + [Language] - Metadata language is not defined and other language are declared and Main metadata language MUST NOT be defined in other language section. + +
Check that the main metadata language is not defined and other languages (ie. + gmd:locale) elements exist (see Advanced view / metadata section).
+ Suggestions: Define main metadata language or + remove other language definition.
+
+ Main metadata language is: + +
Declare the main metadata language only once (see Advanced view / metadata section).
+ Suggestions: remove it from the other language + section.
+
+ No duplicate languages found. +
diff --git a/iso19139-2/loc/eng/schematron-rules-inspire.xml b/iso19139-2/loc/eng/schematron-rules-inspire.xml new file mode 100644 index 00000000..58b36da6 --- /dev/null +++ b/iso19139-2/loc/eng/schematron-rules-inspire.xml @@ -0,0 +1,318 @@ + + + + + + Identification + Data Identification + Service Identification + Keyword and INSPIRE themes + INSPIRE Service taxonomy + Geographic location + Temporal reference + Quality and validity + Conformity + Constraints related to access and use + Responsible organisation + Metadata on metadata + + +

Resource title is missing.

+

Resource title found:

+

Resource abstract is missing.

+
+ Example:
+ Dataset contains large scale (1:1.000) topography, which covers the whole country. +
+

Resource abstract is :

+

Resource type is missing or has a wrong value.

+
+ Implementing instructions:
+ The values of MD_ScopeCode in the scope of the + directive (See SC4 in 1.2) are: +
    +
  • dataset for spatial datasets;
  • +
  • series for spatial dataset series;
  • +
  • services for spatial data services.
  • +
+ The hierarchyLevel property is not mandated by ISO + 19115, but is mandated for conformance to the INSPIRE + Metadata Implementing rules (See SC2 in 1.2). +
+

Resource type is:

+

Unique resource identifier is missing

+
+ Implementing instructions
+ Mandatory for dataset and dataset series.
+ Example: 527c4cac-070c-4bca-9aaf-92bece7be902 +
+
Unique resource identifier is:
+
Unique resource identifier codespace is:
+

INSPIRE - ISO topic category is mandatory


+ The topic categories defined in Part D 2 of the INSPIRE + Implementing rules for metadata are derived directly from + the topic categories defined in B.5.27 of ISO 19115. + INSPIRE Implementing rules for metadata define the + INSPIRE data themes to which each topic category is + Implementing instructions applicable, i.e., Administrative units (I.4) and Statistical + units (III.1) are INSPIRE themes for which the + boundaries topic category is applicable. The value of the + ISO 19115/ISO 19119 metadata element is the value + appearing in the “name” column of the table in B.5.27 of + ISO 19115. +
+
ISO topic category is:
+

INSPIRE theme is mandatory

+
INSPIRE theme(s) found.
+

INSPIRE - Geographic bounding box is mandatory


+
    +
  • + Mandatory for spatial dataset and dataset series. +
  • +
  • + Conditional for spatial services: Mandatory for services with + an explicit geographic extent +
  • +
+ + Implementing instructions +
    +
  • + There are as many bounding boxes defining the geographic + location of the resource as instances of + identificationInfo[1]/*/extent/*/geographicElement having the + westBoundLongitude, eastBoundLongitude, + southBoundLatitude and northBoundLatitude properties. The + four coordinates of the bounding box originate from the same + instance. +
  • +
  • + The bounding box shall be as small as possible. +
  • +
  • + If the bounding box crosses the 180 meridian, then the value + of the westBoundLongitude will be greater than the + eastBoundLongitude value. +
  • +
  • + The coordinates of the bounding box are expressed in any + geographic coordinate reference system with a Greenwich + Prime Meridian (See SC13 in 1.2). +
  • +
+ +
+
NorthBoundLongitude is missing or has wrong value
+
SouthBoundLongitude is missing or has wrong value
+
EastBoundLongitude is missing or has wrong value
+
WestBoundLongitude is missing or has wrong value
+
NorthBoundLongitude found:
+
SouthBoundLongitude found:
+
EastBoundLongitude found:
+
WestBoundLongitude found:
+ +

INSPIRE - Temporal reference is mandatory

+ No instance of Temporal reference has been found. + Implementing instructions
+ Each instance of the temporal extent may be an interval + of dates or an individual date. The overall time period + covered by the content of the resource may be + composed of one or many instances.
+ Or a reference date of the cited resource (publication, last revision or creation). +
+ Example: + From 1977-03-10T11:45:30 to 2005-01-15T09:10:00 +
+
There shall not be more than one instance of + MI_Metadata.identificationInfo[1].MI_Identification.citation.CI_Citation.date + declared as a creation date (i.e. CI_Date.dateType having the creation value)
+
Temporal extent (begin) found:
+
Temporal extent (end) found:
+
Date of publication of the resource found:
+
Date of creation of the resource found:
+
Date of revision of the resource found:
+ + +

INSPIRE - Lineage is mandatory


+
    +
  • Mandatory for spatial dataset and spatial dataset series.
  • +
  • Not applicable to services.
  • +
+ In addition to general explanation of the data producer’s knowledge + about the lineage of a dataset it is possible to put data quality + statements here.
+ A single ISO 19115 metadata set may comprise more than one set of + Implementing instructions quality information, each of them having one or zero lineage + statement. There shall be one and only one set of quality information + scoped to the full resource and having a lineage statement (See + SC6 in 1.2).
+ Example: Dataset has been digitised from the standard 1:5.000 map + +
+

Lineage is set.

+ + +

INSPIRE - Conformity is mandatory (in DQ_DomainConsistency.result.DQ_ConformanceResult)


+ Implementing instructions
+ The first two degrees of conformity defined in Part D 5 of + the INSPIRE Implementing rules for metadata map to two + values of the Boolean domain of ISO 19115. The last value + corresponds to the case where no conformance statement + is expressed in the metadata for the related specification.
+ + Example: title “INSPIRE Implementing rules laying down + technical arrangements for the interoperability and + harmonisation of administrative boundaries”. + +
+
The degree of conformity of the resource has not yet been evaluated.
+
Degree of conformity found:
+
Specification:
+ +

There shall be at least one instance of + MI_Metadata.identificationInfo[1].MD_Identification.resourceConstraints

+
Limitation on public access (accessConstraints) found:
+
Limitation on public access (classification) found:
+
The value of 'accessConstraints' must be 'otherRestrictions', + if there are instances of 'otherConstraints' expressing limitations on public access. Check access constraints list and other constraints text field.
+
Limitation on public access (otherConstraints) found:
+
Conditions applying to access and use is missing
+
Conditions applying to access and use found:
+ + +

INSPIRE - Conditions for access and use is mandatory


+
+

INSPIRE - Limitations on public access is mandatory

+ + + +

INSPIRE - Responsible organisation for the resource is mandatory


+ Relative to a responsible organisation, but there may be + many responsible organisations for a single resource. Organisation name and email are required. +
+ See identification section / point of contact. +
+
Responsible organisation for the resource found.
+
Organisation name and email not found for responsible organisation.
+
Organisation name and email found for :
+ +

INSPIRE - Metadata point of contact is mandatory


+ Implementing instructions:
+ The role of the responsible party serving as a metadata + point of contact is out of scope of the INSPIRE + Implementing Rules, but this property is mandated by ISO + 19115. Its value can be defaulted to pointOfContact.
+ See metadata section. +
+
Contact role is empty.
+
Metadata point of contact found.
+
Organisation name and email not found metadata point of contact.
+
Organisation name and email found for :
+ +

INSPIRE - Metadata language is mandatory


+ The language property is not mandated by ISO 19115, but + is mandated for conformance to the INSPIRE Metadata + Implementing rules +
+
Metadata language is :
+ +

Metadata date stamp is missing

+

Metadata date stamp is :

+ + +

INSPIRE (service) - Coupled resource is mandatory if linkage to data sets on which the service operates are available

+
+ Implementing instructions
+ Not applicable to dataset and dataset series
+ Conditional to services: Mandatory if linkage to datasets on which the service operates are available.
+ +
    +
  • The property shall be implemented by reference (See + SC11 in 1.2) and the MD_DataIdentification object + reference value is the code of the Coupled resource + metadata element.
  • +
  • For consistency, the code of the Couple resource + metadata element should also be the code of one of + the Unique resource identifiers of the corresponding + coupled resource.
  • +
+
+
Coupled resources found:
+

INSPIRE - Resource locator is mandatory if linkage is available


+ See advanved view / distribution section / only resource element. +
+ Implementing instructions:
+
    +
  • Specify a valid URL to the resource. If no direct link to + a resource is available, provide link to a contact point + where more information about the resource is + available.
  • +
  • For a service, the Resource Locator might be one of + the following:
  • +
      +
    • A link to the service capabilities document;
    • +
    • A link to the service WSDL document (SOAP Binding);
    • +
    • A link to a web page with further instructions
    • +
    • A link to a client application that directly accesses the service
    • +
    +
+ +
+
Resource locator found:
+

INSPIRE - There may be zero or one condition applying to access and use


+ Access constraints applied to assure the protection of + privacy or intellectual property, and any special restrictions + or limitations on obtaining the resource.
+ Example: intellectualPropertyRights (rights to financial benefit from + and control of distribution of non-tangible property that is a + result of creativity). +
+ Classification: + Example: restricted (not for general disclosure) +
+ Use limitation: + Example: not to be used for navigation +
+
+

INSPIRE - The value of accessConstraints is otherRestrictions, if and only if they are instances of otherConstraints expressing limitations on public access

+

INSPIRE (datasets and series) - Resource language is mandatory if the resource includes textual information


+ An instance of the language property is mandated by ISO + 19115 ; it can be defaulted to the value of the Metadata + Implementing instructions Language when the dataset or the dataset series does not + contain textual information. +
+ Implementing instructions:
+ Codelist (See ISO/TS 19139) based on alpha-3 codes of + ISO 639-2. +
+
Resource language is:
+

INSPIRE - Spatial resolution is mandatory if an equivalent scale or a resolution distance can be specified


+ Implementing instructions: +
    +
  • + Each spatial resolution is either an equivalent scale OR a ground + sample distance. +
  • +
  • + When two equivalent scales or two ground sample distances are + expressed, the spatial resolution is an interval bounded by these two + values. +
  • +
+ Example: 5000 (e.g. 1:5000 scale map) +
+
Spatial resolution is set.
+ +

[ISO19119 for services] - OperationName is mandatory

+ +
Missing service taxonomy information (select on or more keyword from "inspire-service-taxonomy.rdf" thesaurus)
+
service taxonomy classification defined.
+

[ISO19119 for services] - ConnectPoint is mandatory

+

[ISO19119 for services] - ServiceType is mandatory


+ Mandatory for services.
+ Not applicable to dataset and dataset series
+ Example: 'view', 'discovery', 'download', 'transformation', 'invoke', 'other' +
+
Service type is:
+ +
\ No newline at end of file diff --git a/iso19139-2/loc/eng/schematron-rules-iso.xml b/iso19139-2/loc/eng/schematron-rules-iso.xml new file mode 100644 index 00000000..bfcc8d70 --- /dev/null +++ b/iso19139-2/loc/eng/schematron-rules-iso.xml @@ -0,0 +1,106 @@ + + + CharacterString must have content or its parent must have a valid nilReason attribute. + CRS attributes constraints + [ISOFTDS19139:2005-TableA1-Row24] - A name is required for contact + [ISOFTDS19139:2005-TableA1-Row07] - OtherConstraints required if otherRestrictions + [ISOFTDS19139:2005-TableA1-Row16] - Units required for values + [ISOFTDS19139:2005-TableA1-Row13] - Description required if no sourceExtent + [ISOFTDS19139:2005-TableA1-Row14] - SourceExtent required if no description + [ISOFTDS19139:2005-TableA1-Row10] - Content mandatory for dataset or series + [ISOFTDS19139:2005-TableA1-Row11 Row12] - Lineage + [ISOFTDS19139:2005-TableA1-Row12] - Process step required if no statement or source + [ISOFTDS19139:2005-TableA1-Row08] - Dataset must have report or lineage + [ISOFTDS19139:2005-TableA1-Row09] - LevelDescription needed unless dataset or series + [ISOFTDS19139:2005-TableA1-Row17] - Units required for density values + [ISOFTDS19139:2005-TableA1-Row18] - Distribution format required + [ISOFTDS19139:2005-TableA1-Row23] - Extent element required + [ISOFTDS19139:2005-TableA1-Row04] - Dataset must have extent + [ISOFTDS19139:2005-TableA1-Row05] - Dataset or series must have a topic category + [ISOFTDS19139:2005-TableA1-Row06] - Either aggregateDataSetName or aggregateDataSetIdentifier must be documented + [ISOFTDS19139:2005-TableA1-Row01] - Language indication + [ISOFTDS19139:2005-TableA1-Row02] - Character set indication + [ISOFTDS19139:2005-TableA1-Row19] - Detail required unless simple term + [ISOFTDS19139:2005-TableA1-Row20] - Condition + [ISOFTDS19139:2005-TableA1-Row21] - DomainCode + [ISOFTDS19139:2005-TableA1-Row22] - ShortName + [ISOFTDS19139:2005-TableA1-Row15] - Check point description required if available + [ISOFTDS19139:2005-TableA1] - HierarchyLevelName must be documented if hierarchyLevel does not contain "dataset" + + +
Topic category is mandatory if MI_Metadata.hierarchyLevel equal 'dataset' or 'series' or doesn't exist.
+ Topic category is: +
CharacterString must have content or parent's nilReason attribute must be legitimate.
+
The presence of a dimension attribute implies the presence of the srsName attribute.
+
The presence of an axisLabels attribute implies the presence of the srsName attribute.
+
The presence of an uomLabels attribute implies the presence of the srsName attribute.
+
The presence of an uomLabels attribute implies the presence of the axisLabels attribute and vice versa.
+
You must specify one or more of individualName, organisationName or positionName. + Suggestions: Check contact information for metadata contact or cited responsable party in identification section for example. +
+ One or more of individualName, organisationName or positionName found in contact: +
Other constraints should be defined if access constraints is set to "Other restrictions".
+ otherConstraints: documented if accessConstraints = 'otherRestrictions'.
+ Suggestions: Add an other constraints element and explain the reason. +
+ +
Other restrictions set to:
+
+
Other constraints should be defined if use constraints is set to "Other restrictions".
+ otherConstraints: documented if useConstraints = 'otherRestrictions'.
+ Suggestions: Add an other constraints element and explain the reason. +
+
'units' is mandatory if 'maxValue' or 'minValue' are provided.
+ Units: + Max value: + Min value: +
'description' is mandatory if 'sourceExtent' is not documented. + Suggestions: Add a description or/and a source extent. +
+
Description and sourceExtent are documented for lineage.
+
Statement is mandatory if no source or process step defined for dataset or a serie.
+ If(count(source) + count(processStep) =0) and (DQ_DataQuality.scope.level = 'dataset' or 'series') then statement is mandatory.
+
Statement is documented.
+
'source' role is mandatory if LI_Lineage.statement and 'processStep' role are not documented.
+ Suggestions: Define lineage statement or process step role. +
+ Source required if no statement or processStep. +
'processStep' role is mandatory if LI_Lineage.statement and 'source' role are not documented.
+ Suggestions: Define lineage statement or source role. +
+ Process step required if no statement or source. +
'report' or 'lineage' role is mandatory if scope.DQ_Scope.level = 'dataset'.
+
Report or lineage is defined.
+
'levelDescription' is mandatory if 'level' notEqual 'dataset' or 'series'.
+ Level description set to: +
'densityUnits' is mandatory if 'density' is provided.
+ Density is: +
One distributor format is needed.
+ count (distributionFormat + distributor/MD_Distributor/distributorFormat) > 0.
+ distributor format(s) found. +
In extent section, one of the following elements need to be defined : description, geographicElement, + temporalElement, verticalElement.
+ count(description + geographicElement + temporalElement + verticalElement) > 0. +
+ One description, geographicElement, + temporalElement, verticalElement found. +
For a dataset, an extent has to be defined.
+ MI_Metadata.hierarchyLevel = 'dataset' (i.e. the default value of this property on the parent) implies count (extent.geographicElement.EX_GeographicBoundingBox) + count (extent.geographicElement.EX_GeographicDescription) >=1.
+ Extent defined for dataset. +
Either 'aggregateDataSetName' or 'aggregateDataSetIdentifier' must be documented.
+ aggregateDataSetName or aggregateDataSetIdentifier documented. +
language not present.
+
if 'dataType' notEqual 'codelist', 'enumeration' or 'codelistElement' then 'obligation' is mandatory.
+
if 'dataType' notEqual 'codelist', 'enumeration' or 'codelistElement' then 'maximumOccurence' is mandatory.
+
if 'dataType' notEqual 'codelist', 'enumeration' or 'codelistElement' then 'domainValue' is mandatory.
+
if 'obligation' = 'conditional' then 'condition' is mandatory.
+ Condition defined for conditional element. +
if 'dataType' = 'codelistElement' then 'domainCode' is mandatory.
+ Domain code documented for code list element. +
if 'dataType' not equal to 'codelistElement' then 'shortName' is mandatory.
+ Short name documented for none code list element. +
'checkPointDescription' is mandatory if 'checkPointAvailability' = 1 or true.
+ Check point description documented. +
hierarchyLevelName must be documented if hierarchyLevel does not contain 'dataset'
+ Hierarchy level name is: +
diff --git a/iso19139-2/loc/eng/strings.xml b/iso19139-2/loc/eng/strings.xml new file mode 100644 index 00000000..e951ff30 --- /dev/null +++ b/iso19139-2/loc/eng/strings.xml @@ -0,0 +1,112 @@ + + + Clear + Contact + Distribution and On-line Resource(s) + Deprecated - use time elements above + Lineage + Metadata Info + Reference System Info + Spatial Extent + Temporal Ext. + + + Creative Commons License + Creative Commons License Options + Creative Commons License Selector + http://creativecommons.org + Current License + Data Commons License + Data Commons License Options + Data Commons License Selector + http://bluenet.antcrc.utas.edu.au/datacommons + http://i.creativecommons.org + License Selector + 1. Select/Change the copyright jurisdiction + 2. Select/Change the License + + + Pick data parameters from existing metadata records + Enter a keyword (Australian users of Marine data should use the Keyword MARINE to limit the remote search) + Pick taxonomic names from existing metadata records + + Show HTML from remote server + By pressing the Accept button below you are agreeing to abide by the constraints shown on this page + Records published to these groups + Records NOT published to these groups + Credit + Pick individuals/organisations given credit in existing metadata records + Search for other records with this Credit + + + Change logo + Logo + Logo management + Add/modify/delete and show alternate logos + Massive Change Logos Operation + + + Copy thumbnails? + Copy downloadable files? + + + Data for Download + Data for download + Data Parameter + Display remote html? + Metadata Viewer/Editor + Editor is in use - 'Save and close' or 'Cancel' first + Download Email + Show Advanced Search + Take me to the MEST Search Page + +

Welcome to the BlueNet MEST!

+

The search result shown below is just one search that can be run on the catalogue. To find out more follow this link:

+
+ Link + Data Link + - ERROR: Cannot understand the response received from the remote server + Unable to show this record! + Thanks for your interest. Click on the download button to retrieve the following file(s): + WARNING: NO Resource Constraints have been defined in the Metadata record - constraints on data usage have not been defined! + Metadata URL + Data for download (URL) + Showcase product (URL) + Related link (URL) + Other File for download + Data File for download through FTP + Other File for download through FTP + to + The bounding box of the resource + the bounding box of + shown below: + Enter registration information + Enter registration details + No user found with that username, password and/or email + Yes + No + or Email + Are you already registered? + Please enter a username + Please enter the password or email address for this user + Please enter a valid email address + Show Sibling records + Tell us about yourself... + I want to make my data available... + Please fill in the Individual Name, Organisation Name, Delivery Point, State, Postcode, Country, Email, Title and Abstract + Email address of individual providing data/metadata is invalid + Email address of contact for Data Set is invalid + Next + Self-Registration Form + Key registration details entered: + Remote + Taxonomic Names + Search APC/AFD for Taxonomic Names + Time Span: + Universal Unique Identifier (UUID) + Save this metadata as an ISO19139-2 /Eurac Community Profile XML file + Organisation + Individual + Technical info. + Acquisition info. +
diff --git a/iso19139-2/loc/ger/codelists.xml b/iso19139-2/loc/ger/codelists.xml new file mode 100644 index 00000000..85fa31ab --- /dev/null +++ b/iso19139-2/loc/ger/codelists.xml @@ -0,0 +1,435 @@ + + + + + + + attribute + + Information applies to the attribute class + + + + attributeType + + Information applies to the characteristic of a feature + + + + collectionHardware + + Information applies to the collection hardware class + + + + collectionSession + + Information applies to the collection session + + + + dataset + + Information applies to the dataset + + + + series + + Information applies to the series + + + + nonGeographicDataset + + Information applies to non-geographic data + + + + dimensionGroup + + Information applies to a dimension group + + + + feature + + Information applies to a feature + + + + featureType + + Information applies to a feature type + + + + propertyType + + Information applies to a property type + + + + fieldSession + + Information applies to a field session + + + + software + + Information applies to a computer program or routine + + + + service + + Information applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case + + + + model + + Information applies to a copy or imitation of an existing or hypothetical object + + + + tile + + Information applies to a tile, a spatial subset of geographic data + + + + + + modelSession + + Information applies to a model session or model run for a particular model + + + + document + + Information applies to a document such as a publication, report, record etc. + + + + profile + + Information applies to a profile of an ISO TC 211 standard or specification + + + + dataRepository + + Information applies to a data repository such as a Catalogue Service, Relational Database, Web Registry + + + + codeList + + Information applies to a code list according to the CT_CodelistCatalogue format + + + + project + + Information applies to a project or programme + + + + + observed + + Information applies to observed data + + + + derived + + Information applies to derived data + + + + publication + + Information applies to publications + + + + dataObject + + Information applies to data objects + + + + + + creation + + Date identifies when the resource was brought into existence + + + + publication + + Date identifies when the resource was issued + + + + revision + + Date identifies when the resource was examined or re-examined and improved or amended + + + + + unknown + + It is unknown what the date identifies + + + + + + resourceProvider + + Party that supplies the resource + + + + custodian + + Party that accepts accountability and responsability for the data and ensures appropriate care and maintenance of the resource + + + + owner + + Party that owns the resource + + + + user + + Party who uses the resource + + + + distributor + + Party who distributes the resource + + + + originator + + Party who created the resource + + + + pointOfContact + + Party who can be contacted for acquiring knowledge about or acquisition of the resource + + + + principalInvestigator + + Key party responsible for gathering information and conducting research + + + + processor + + Party wha has processed the data in a manner such that the resource has been modified + + + + publisher + + Party who published the resource + + + + author + + Party who authored the resource + + + + + coInvestigator + + One of the key parties responsible for gathering information and conducting research + + + + researchAssistant + + Party who helped gather information and conduct research + + + + licensor + + Party responsible for licensing + + + + ipOwner + + Party who owns the intellectual property + + + + metadataContact + + party who can be contacted about the metadata + + + + moralRightsOwner + + Party who owns the moral rights + + + + + + discipline + + Keyword identifies a branch of instruction or specialized + learning + + + + place + + Keyword identifies a location + + + + stratum + + Keyword identifies the layer(s) of any deposited substance + + + + temporal + + Keyword identifies a time period related to the dataset + + + + theme + + Keyword identifies a particular subject or topic + + + + + taxon + + Keyword identifies a taxonomy + + + + + + continual + + Data is repeatedly and frequently updated + + + + daily + + Data is updated each day + + + + weekly + + Data is updated on a weekly basis + + + + fortnightly + + Data is updated every two weeks + + + + monthly + + Data is updated each month + + + + quarterly + + Data is updated every three months + + + + biannually + + Data is updated twice each year + + + + annually + + Data is updated every year + + + + asNeeded + + Data is updated as deemed necessary + + + + irregular + + Data is updated in intervals that are uneven in duration + + + + notPlanned + + There are no plans to update the data + + + + unknown + + Frequency of maintenance for the data is not known + + + + + hourly + + Data is updated hourly + + + + + diff --git a/iso19139-2/loc/ger/labels.xml b/iso19139-2/loc/ger/labels.xml new file mode 100644 index 00000000..4dd652ce --- /dev/null +++ b/iso19139-2/loc/ger/labels.xml @@ -0,0 +1,723 @@ + + + + + + + + root entity which defines metadata about a resource or + resources + + + + + Spatial representation information about the grid + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Reference System Information + + + + + Information about the cartographic projection + + + + + Information about the reference ellipsoid + + + + + Information about the datum + + + + + Information about the projection parameters + + + + + Information about the zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Orientation used in creating the image + + + + + Information about the image characteristics. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Information about the band characteristics. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acquisition Information + + + + + + Acquisition information description + + + + + + + Platform + + + + + + + + + + + + + + + + Instrument + + + + + + + + + + + + + + + + + Environmental Record + + + + Environmental Record + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Objective + + + + Objective + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Requirement + + + + Requirement + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Operation + + + + Operation + + + + + + + + + + + + + + + + + + + Plan + + + + Plan + + + + + + + + + + + + + + + + + Description + + + + + + Type + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Please input an Integer value + + + + + Please input a Real value + + + + + Please tick if the answer is yes + + + + + Please input decimal number + + + + + This is the degree of conformity of the resource to the implementing + rules adopted under Article 7(1) of Directive 2007/2/EC + or other + specification. The value domain of this metadata element is defined in Part + D. + + + + + + + + + + Please choose one conformant degree + + + + \ No newline at end of file diff --git a/iso19139-2/loc/ger/schematron-rules-geonetwork.xml b/iso19139-2/loc/ger/schematron-rules-geonetwork.xml new file mode 100644 index 00000000..aec74d40 --- /dev/null +++ b/iso19139-2/loc/ger/schematron-rules-geonetwork.xml @@ -0,0 +1,17 @@ + + + [Language] - Metadata language is not defined and other language are declared and Main metadata language MUST NOT be defined in other language section. + +
Check that the main metadata language is not defined and other languages (ie. + gmd:locale) elements exist (see Advanced view / metadata section).
+ Suggestions: Define main metadata language or + remove other language definition.
+
+ Main metadata language is: + +
Declare the main metadata language only once (see Advanced view / metadata section).
+ Suggestions: remove it from the other language + section.
+
+ No duplicate languages found. +
diff --git a/iso19139-2/loc/ger/schematron-rules-inspire.xml b/iso19139-2/loc/ger/schematron-rules-inspire.xml new file mode 100644 index 00000000..51ee82f2 --- /dev/null +++ b/iso19139-2/loc/ger/schematron-rules-inspire.xml @@ -0,0 +1,59 @@ + + + + [INSPIRE] - Titel ist obligatorisch + [INSPIRE] - Kurzbeschreibung ist obligatorisch + [INSPIRE] - Art der Ressource ist obligatorisch + [INSPIRE] - Identifikator der Ressource ist obligatorisch + [INSPIRE] - Thematik (ISO topic category) ist obligatorisch + [INSPIRE] - Schlüsselwort ist obligatorisch (GEMET) + [INSPIRE] - Geografisches Begrenzungsrechteck ist obligatorisch + [INSPIRE] - Zeitliche Angabe ist obligatorisch + [INSPIRE] - Herkunftsangabe ist obligatorisch + [INSPIRE] - Konformitätsangabe ist obligatorisch + [INSPIRE] - Eine Angabe zu Zugriffs- und Nutzungseinschränkungen ist obligatorisch + [INSPIRE] - Angabe zur Einschränkung des öffentlichen Zugangs ist obligatorisch + [INSPIRE] - Angabe der verantwortlichen Organistation ist obligatorisch + [INSPIRE] - Metadatenkontakt ist obligatorisch + [INSPIRE] - Metadatensprache ist obligatorisch + [INSPIRE] - Datum der Metadaten ist obligatorisch + [INSPIRE] (Dienste) - Coupled resource ist obligatorisch + [INSPIRE] - Resource locator ist obligatorisch wenn linkage vorhanden ist + [INSPIRE] - Es kann keine oder eine Bedingung für den Zugriff und die Nutzung der Ressource geben + [INSPIRE] - Der Wert bei Zugriffseinschränkungen lautet "Andere Einschränkungen" wenn, und NUR wenn "Andere Einschränkungen" Einschränkungen bezüglich öffentlichem Zugriff ausdrückt + [INSPIRE] (Datenbestand/Serie) - Sprache der Ressource ist obligatorisch + [INSPIRE] - Räumliche Auflösung ist obligatorisch + [ISO19119 for services] - OperationName ist obligatorisch + [ISO19119 for services] - DCP ist obligatorisch + [ISO19119 for services] - ConnectPoint ist obligatorisch + [ISO19119 for services] - ServiceType ist obligatorisch + +

INSPIRE - Titel ist obligatorisch

+

INSPIRE - Kurzbeschreibung ist obligatorisch

+

INSPIRE - Art der Ressource ist obligatorisch

+

INSPIRE - Identifikator der Ressource ist obligatorisch

+

INSPIRE - Thematik (ISO topic category) ist obligatorisch

+

INSPIRE - Schlüsselwort ist obligatorisch (GEMET)

+

INSPIRE - Geografisches Begrenzungsrechteck ist obligatorisch

+

INSPIRE - Zeitliche Angabe ist obligatorisch

+

INSPIRE - Herkunftsangabe ist obligatorisch

+

INSPIRE - Konformitätsangabe ist obligatorisch (in DQ_DomainConsistency.result.DQ_ConformanceResult)

+

INSPIRE - Eine Angabe zu Zugriffs- und Nutzungseinschränkungen ist obligatorisch

+

INSPIRE - Angabe zur Einschränkung des öffentlichen Zugangs ist obligatorisch

+

INSPIRE - Angabe der verantwortlichen Organistation ist obligatorisch

+

INSPIRE - Metadatenkontakt ist obligatorisch

+
Contact role is empty.
+

INSPIRE - Metadatensprache ist obligatorisch

+

INSPIRE - Datum der Metadaten ist obligatorisc

+

INSPIRE Dienste) - Coupled resource ist obligatorisch wenn die Verbindung zu Datensätzen die der Dienst nutzt vorhanden ist

+

INSPIRE - Resource locator ist obligatorisch wenn linkage vorhanden ist

+

INSPIRE - Es kann keine oder eine Bedingung für den Zugriff und die Nutzung der Ressource geben

+

INSPIRE - Der Wert bei Zugriffseinschränkungen lautet "Andere Einschränkungen" wenn, und NUR wenn "Andere Einschränkungen" Einschränkungen bezüglich öffentlichem Zugriff ausdrückt

+

INSPIRE (Datenbestand/Serie) - Sprache der Ressource ist obligatorisch, wenn sie textliche Inhalte enthält

+

INSPIRE - Räumliche Auflösung ist obligatorisch, wenn ein Massstab oder eine Rasterauflösung angegeben werden kann

+

[ISO19119 für Dienste] - Name der Operation ist obligatorisch

+

[ISO19119 für Dienste] - DCP (Distributionsplattform) ist obligatorisch

+

[ISO19119 für Dienste] - Verknüpfungspunkt (URL) ist obligatorisch

+

[ISO19119 für Dienste] - Art des Dienstes ist obligatorisch

+ +
diff --git a/iso19139-2/loc/ger/schematron-rules-iso.xml b/iso19139-2/loc/ger/schematron-rules-iso.xml new file mode 100644 index 00000000..bfbcd816 --- /dev/null +++ b/iso19139-2/loc/ger/schematron-rules-iso.xml @@ -0,0 +1,63 @@ + + + Attribut darf nicht leer sein + Bedingungen für CRS Attribute + [ISOFTDS19139:2005-TableA1-Row24] - Name, Organisation oder Position ist obligatorisch. + [ISOFTDS19139:2005-TableA1-Row07] - "Andere Einschränkungen" muss ausgefüllt werden, wenn unter Zugriffseinschränkungen oder Nutzungseinschränkungen "benutzerdefinierte Einschränkungen" ausgewält wurde. + [ISOFTDS19139:2005-TableA1-Row16] - Einheiten für Werte sind obligatorisch. + [ISOFTDS19139:2005-TableA1-Row13] - (Quelldaten-)Beschreibung obligatorisch wenn keine Ausdehnung (sourceExtent) angegeben ist. + [ISOFTDS19139:2005-TableA1-Row14] - Ausdehnung (sourceExtent) ist obligatorisch wenn keine (Quelldaten-)Beschreibung angegeben ist. + [ISOFTDS19139:2005-TableA1-Row10] - Inhalt obligatorisch für Datenbestand oder Serie + [ISOFTDS19139:2005-TableA1-Row11] - Angabe der Datenquelle ist obligatorisch wenn Erläuterung oder Bearbeitungsschritt nicht ausgefüllt sind. + [ISOFTDS19139:2005-TableA1-Row12] - Bearbeitungsschritt ist obligatorisch, wenn Erläuterung oder Datenquelle nicht ausgefüllt ist + [ISOFTDS19139:2005-TableA1-Row08] - Für Datenbestand muss entweder "Qualitätsbericht" oder "Herkunft" ausgefüllt werden. + [ISOFTDS19139:2005-TableA1-Row09] - Ebenenbeschreibung ist obligatorisch ausser für "Datenbestand" oder "Serie". + [ISOFTDS19139:2005-TableA1-Row17] - Einheit ist obligatorisch für Dichte-Werte. + [ISOFTDS19139:2005-TableA1-Row18] - Format (MD_Format) muss ausgefüllt werden. + [ISOFTDS19139:2005-TableA1-Row23] - Element erforderlich + [ISOFTDS19139:2005-TableA1-Row04] - Der Datenbestand muss eine Ausdehnung haben. + [ISOFTDS19139:2005-TableA1-Row05] - Datenbestand und Serie müssen ein Thema (topicCategory) haben. + [ISOFTDS19139:2005-TableA1-Row06] - Entweder Assoziierter Datenbestand (aggregateDataSetName) oder Identifikator (aggregateDataSetIdentifier) müssen ausgefüllt werden. + [ISOFTDS19139:2005-TableA1-Row01] - Sprache ist obligatorisch + [ISOFTDS19139:2005-TableA1-Row02] - Zeichensatz ist obligatorisch + [ISOFTDS19139:2005-TableA1-Row19] - detail required unless simple term + [ISOFTDS19139:2005-TableA1-Row20] - Bedingung + [ISOFTDS19139:2005-TableA1-Row21] - Code + [ISOFTDS19139:2005-TableA1-Row22] - shortName + [ISOFTDS19139:2005-TableA1-Row15] - Kontrollpunktbeschreibung ist obligatorisch + [ISOFTDS19139:2005-TableA1] - Bezeichnung der Hierarchieebene + + +
Thematik (ISO-Thema) ist obligatorisch, wenn Hierarchieebene entweder mit "Datenbestand", "Serie" oder gar nicht ausgefüllt ist.
+

Attribut darf nicht leer sein (ausfüllen oder entfernen)

+
Wenn das Attribut Dimension ausgefüllt ist, muss auch ein srsName angegeben werden.
+
Wenn ein "axisLabels" Attribut vorhanden ist, braucht es auch ein "srsName" Attribut.
+
Wenn ein "uomLabels" Attribut vorhanden ist, braucht es auch ein "srsName" Attribut.
+
Wenn ein "uomLabels" Attribut vorhanden ist, braucht es auch ein "axisLabels" Attribut und umgekehrt.
+
Es muss entweder ein Nachname, eine Organisation oder eine Position angegeben werden.
+
"Andere Einschränkungen" muss ausgefüllt werden, wenn unter Zugriffseinschränkungen "benutzerdefinierte Einschränkungen" ausgewält wurde.
+
"Andere Einschränkungen" muss ausgefüllt werden, wenn unter Nutzungseinschränkungen "benutzerdefinierte Einschränkungen" ausgewält wurde.
+
Die Angabe von Einheiten ist obligatorisch, wenn ein Maximalwert oder ein Minimalwert ausgefüllt wurde.
+
Die (Quelldaten-)Beschreibung obligatorisch wenn keine Ausdehnung (sourceExtent) angegeben ist.
+
Wenn (count(Quelldaten) + count(Bearbeitungsschritt) = 0) und (DQ_DataQuality.scope.level = "Datenbestand" oder "Serie") dann ist eine Erläuterung (statement) obligatorisch.
+
Obligatorisch wenn Erläuterung und Bearbeitungsschritt nicht ausgefüllt sind.
+
Obligatorisch wenn Erläuterung und Datenquelle nicht ausgefüllt sind.
+
Für Datenbestand muss entweder "Qualitätsbericht" oder "Herkunft" ausgefüllt werden.
+
Ebenenbeschreibung ist obligatorisch ausser es gibt einen "Datenbestand" oder eine "Serie".
+
Die Angabe einer Einheit ist obligatorisch für Dichte-Werte.
+
Es ist entweder das Datenformat beim Vertrieb (MD_Distribution.distributionFormat) oder + bei der Vertriebsstelle (MD_Distributor.distributorFormat) anzugeben.
+
count(description + geographicElement + temporalElement + verticalElement) > 0.
+
Es muss entweder description, geographicElement, temporalElement oder verticalElement ausgefüllt sein
+
Datenbestand und Serie müssen ein Thema (topicCategory) haben.
+
Entweder Assoziierter Datenbestand (aggregateDataSetName) oder Identifikator (aggregateDataSetIdentifier) müssen ausgefüllt werden.
+
Angabe der Verbindlichkeit ist obligatorisch ausser: Datentyp = "codelist", "enumeration" oder "codelistElement"
+
Angabe des Maximalen Vorkommens ist obligatorisch ausser: Datentyp = "codelist", "enumeration" oder "codelistElement"
+
Angabe des Wertebereichs ist obligatorisch ausser: Datentyp = "codelist", "enumeration" oder "codelistElement"
+
Angabe einer Bedingung ist obligatorisch falls Verbindlichkeit = "bedingt"
+
Angabe eines Codes (domainCode) ist obligatorisch wenn Datentyp = "codelistElement"
+
Angebe eines Shortnames ist obligatorisch ausser wenn Datentyp = CodelistElement
+
Kontrollpunktbeschreibung obligatorisch wenn unter "Kontrollpunktverfügbarkeit" mit Ja geantwortet wird
+

Bezeichnung der Hierarchieebene ist obligatorisch wenn Hierarchiebene nicht "Datenbestand"

+ +
diff --git a/iso19139-2/loc/ger/strings.xml b/iso19139-2/loc/ger/strings.xml new file mode 100644 index 00000000..e951ff30 --- /dev/null +++ b/iso19139-2/loc/ger/strings.xml @@ -0,0 +1,112 @@ + + + Clear + Contact + Distribution and On-line Resource(s) + Deprecated - use time elements above + Lineage + Metadata Info + Reference System Info + Spatial Extent + Temporal Ext. + + + Creative Commons License + Creative Commons License Options + Creative Commons License Selector + http://creativecommons.org + Current License + Data Commons License + Data Commons License Options + Data Commons License Selector + http://bluenet.antcrc.utas.edu.au/datacommons + http://i.creativecommons.org + License Selector + 1. Select/Change the copyright jurisdiction + 2. Select/Change the License + + + Pick data parameters from existing metadata records + Enter a keyword (Australian users of Marine data should use the Keyword MARINE to limit the remote search) + Pick taxonomic names from existing metadata records + + Show HTML from remote server + By pressing the Accept button below you are agreeing to abide by the constraints shown on this page + Records published to these groups + Records NOT published to these groups + Credit + Pick individuals/organisations given credit in existing metadata records + Search for other records with this Credit + + + Change logo + Logo + Logo management + Add/modify/delete and show alternate logos + Massive Change Logos Operation + + + Copy thumbnails? + Copy downloadable files? + + + Data for Download + Data for download + Data Parameter + Display remote html? + Metadata Viewer/Editor + Editor is in use - 'Save and close' or 'Cancel' first + Download Email + Show Advanced Search + Take me to the MEST Search Page + +

Welcome to the BlueNet MEST!

+

The search result shown below is just one search that can be run on the catalogue. To find out more follow this link:

+
+ Link + Data Link + - ERROR: Cannot understand the response received from the remote server + Unable to show this record! + Thanks for your interest. Click on the download button to retrieve the following file(s): + WARNING: NO Resource Constraints have been defined in the Metadata record - constraints on data usage have not been defined! + Metadata URL + Data for download (URL) + Showcase product (URL) + Related link (URL) + Other File for download + Data File for download through FTP + Other File for download through FTP + to + The bounding box of the resource + the bounding box of + shown below: + Enter registration information + Enter registration details + No user found with that username, password and/or email + Yes + No + or Email + Are you already registered? + Please enter a username + Please enter the password or email address for this user + Please enter a valid email address + Show Sibling records + Tell us about yourself... + I want to make my data available... + Please fill in the Individual Name, Organisation Name, Delivery Point, State, Postcode, Country, Email, Title and Abstract + Email address of individual providing data/metadata is invalid + Email address of contact for Data Set is invalid + Next + Self-Registration Form + Key registration details entered: + Remote + Taxonomic Names + Search APC/AFD for Taxonomic Names + Time Span: + Universal Unique Identifier (UUID) + Save this metadata as an ISO19139-2 /Eurac Community Profile XML file + Organisation + Individual + Technical info. + Acquisition info. +
diff --git a/iso19139-2/loc/it/codelists.xml b/iso19139-2/loc/it/codelists.xml new file mode 100644 index 00000000..85fa31ab --- /dev/null +++ b/iso19139-2/loc/it/codelists.xml @@ -0,0 +1,435 @@ + + + + + + + attribute + + Information applies to the attribute class + + + + attributeType + + Information applies to the characteristic of a feature + + + + collectionHardware + + Information applies to the collection hardware class + + + + collectionSession + + Information applies to the collection session + + + + dataset + + Information applies to the dataset + + + + series + + Information applies to the series + + + + nonGeographicDataset + + Information applies to non-geographic data + + + + dimensionGroup + + Information applies to a dimension group + + + + feature + + Information applies to a feature + + + + featureType + + Information applies to a feature type + + + + propertyType + + Information applies to a property type + + + + fieldSession + + Information applies to a field session + + + + software + + Information applies to a computer program or routine + + + + service + + Information applies to a capability which a service provider entity makes available to a service user entity through a set of interfaces that define a behaviour, such as a use case + + + + model + + Information applies to a copy or imitation of an existing or hypothetical object + + + + tile + + Information applies to a tile, a spatial subset of geographic data + + + + + + modelSession + + Information applies to a model session or model run for a particular model + + + + document + + Information applies to a document such as a publication, report, record etc. + + + + profile + + Information applies to a profile of an ISO TC 211 standard or specification + + + + dataRepository + + Information applies to a data repository such as a Catalogue Service, Relational Database, Web Registry + + + + codeList + + Information applies to a code list according to the CT_CodelistCatalogue format + + + + project + + Information applies to a project or programme + + + + + observed + + Information applies to observed data + + + + derived + + Information applies to derived data + + + + publication + + Information applies to publications + + + + dataObject + + Information applies to data objects + + + + + + creation + + Date identifies when the resource was brought into existence + + + + publication + + Date identifies when the resource was issued + + + + revision + + Date identifies when the resource was examined or re-examined and improved or amended + + + + + unknown + + It is unknown what the date identifies + + + + + + resourceProvider + + Party that supplies the resource + + + + custodian + + Party that accepts accountability and responsability for the data and ensures appropriate care and maintenance of the resource + + + + owner + + Party that owns the resource + + + + user + + Party who uses the resource + + + + distributor + + Party who distributes the resource + + + + originator + + Party who created the resource + + + + pointOfContact + + Party who can be contacted for acquiring knowledge about or acquisition of the resource + + + + principalInvestigator + + Key party responsible for gathering information and conducting research + + + + processor + + Party wha has processed the data in a manner such that the resource has been modified + + + + publisher + + Party who published the resource + + + + author + + Party who authored the resource + + + + + coInvestigator + + One of the key parties responsible for gathering information and conducting research + + + + researchAssistant + + Party who helped gather information and conduct research + + + + licensor + + Party responsible for licensing + + + + ipOwner + + Party who owns the intellectual property + + + + metadataContact + + party who can be contacted about the metadata + + + + moralRightsOwner + + Party who owns the moral rights + + + + + + discipline + + Keyword identifies a branch of instruction or specialized + learning + + + + place + + Keyword identifies a location + + + + stratum + + Keyword identifies the layer(s) of any deposited substance + + + + temporal + + Keyword identifies a time period related to the dataset + + + + theme + + Keyword identifies a particular subject or topic + + + + + taxon + + Keyword identifies a taxonomy + + + + + + continual + + Data is repeatedly and frequently updated + + + + daily + + Data is updated each day + + + + weekly + + Data is updated on a weekly basis + + + + fortnightly + + Data is updated every two weeks + + + + monthly + + Data is updated each month + + + + quarterly + + Data is updated every three months + + + + biannually + + Data is updated twice each year + + + + annually + + Data is updated every year + + + + asNeeded + + Data is updated as deemed necessary + + + + irregular + + Data is updated in intervals that are uneven in duration + + + + notPlanned + + There are no plans to update the data + + + + unknown + + Frequency of maintenance for the data is not known + + + + + hourly + + Data is updated hourly + + + + + diff --git a/iso19139-2/loc/it/labels.xml b/iso19139-2/loc/it/labels.xml new file mode 100644 index 00000000..4dd652ce --- /dev/null +++ b/iso19139-2/loc/it/labels.xml @@ -0,0 +1,723 @@ + + + + + + + + root entity which defines metadata about a resource or + resources + + + + + Spatial representation information about the grid + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Reference System Information + + + + + Information about the cartographic projection + + + + + Information about the reference ellipsoid + + + + + Information about the datum + + + + + Information about the projection parameters + + + + + Information about the zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Orientation used in creating the image + + + + + Information about the image characteristics. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Information about the band characteristics. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Acquisition Information + + + + + + Acquisition information description + + + + + + + Platform + + + + + + + + + + + + + + + + Instrument + + + + + + + + + + + + + + + + + Environmental Record + + + + Environmental Record + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Objective + + + + Objective + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Requirement + + + + Requirement + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Operation + + + + Operation + + + + + + + + + + + + + + + + + + + Plan + + + + Plan + + + + + + + + + + + + + + + + + Description + + + + + + Type + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Please input an Integer value + + + + + Please input a Real value + + + + + Please tick if the answer is yes + + + + + Please input decimal number + + + + + This is the degree of conformity of the resource to the implementing + rules adopted under Article 7(1) of Directive 2007/2/EC + or other + specification. The value domain of this metadata element is defined in Part + D. + + + + + + + + + + Please choose one conformant degree + + + + \ No newline at end of file diff --git a/iso19139-2/loc/it/schematron-rules-geonetwork.xml b/iso19139-2/loc/it/schematron-rules-geonetwork.xml new file mode 100644 index 00000000..daddfa5b --- /dev/null +++ b/iso19139-2/loc/it/schematron-rules-geonetwork.xml @@ -0,0 +1,16 @@ + + + [Language] - la lingua del metadato non è definita e sono dichiarati in altre lingue e la lingua principale per il metadato NON DEVE essere definita nella sezione lingua. + +
Verifica se la lingua principale non è impostata quando sono definite più lingue (es. gmd:locale) + (vedi la sezione Vista Avanzata / Metadato).
+ Suggerimento: Definire una lingua principale per il metadato + oppure eliminare le altre lingue.
+
+ La lingua principale per il metadato è: + +
Dichiarare la lingua principale per il metadato solo una volta (vedi Advanced view / metadata section).
+ Suggerimento: rimuoverlo dalla sezione di lingua.
+
+ Nessuna lingua duplicata trovata +
diff --git a/iso19139-2/loc/it/schematron-rules-inspire.xml b/iso19139-2/loc/it/schematron-rules-inspire.xml new file mode 100644 index 00000000..385c87a7 --- /dev/null +++ b/iso19139-2/loc/it/schematron-rules-inspire.xml @@ -0,0 +1,317 @@ + + + + + + Identificazione + Identificazione del dato + Identificazione del servizio + Parole chiave e classi INSPIRE + Tassonomia dei servizi INSPIRE + Località geografica + Riferimento temporale + Qualità e validazione + Conformità + Restrizioni d'accesso e uso + Ente responsabile + Metadati sui metadati + + +

Titolo della risorsa mancante.

+

Titolo della risorsa trovato:

+

Sunto della risorsa mancante.

+
+ Esempio:
+ Il dataset contiene topografia a larga scala (1:1.000), che copre l'intero Paese. +
+

Il sunto della risorsa è :

+

Tipo della risorsa mancante o errato.

+
+ Istruzioni di implementazione:
+ I valori di MD_ScopeCode nell'ambito della + direttiva (Vedi SC4 in 1.2) sono: +
    +
  • dataset per datasets spaziali;
  • +
  • serie per serie di dataset spaziali;
  • +
  • servizi per servizi di dati spaziali.
  • +
+ La proprietà hierarchyLevel non è obbligatoria secondo l'ISO + 19115, ma è obbligatorio per la conformità alle regole di implementazione INSPIRE + (Vedi SC2 in 1.2). +
+

Il tipo di risorsa è:

+

Identificatore univoco della risorsa mancante

+
+ Istruzioni di implementazione:
+ Obbligatorio per detaset e serie di dataset.
+ Esempio: 527c4cab-070c-4bca-9aaf-92bece7be902 +
+
L'identificatore univoco della risorsa è:
+
Il codespace dell''identificatore univoco della risorsa:
+

La categoria d'argomento INSPIRE - ISO è obbligatoria


+ La categoria d'argomento definita nella Parte D 2 delle regole di implementazione + dei metadati INSPIRE derivano direttamente dalle + categorie d'argomento definite nel paragrafo B.5.27 dell'ISO 19115. + Le regole di implementazione dei metadati INSPIRE definiscono + i temi di dati INSPIRE ai quali ogni categoria d'argomento è applicabile, + ad esempio Administrative units (I.4) e Statistical + units (III.1) sono temi INSPIRE per i quali la + categoria d'argomento ”confini” è applicabile. Il valore + dell'elemento del metadato ISO 19115/ISO 19119 è il valore + che appare nella colonna “name” della tabella B.5.27 dell' + ISO 19115. +
+
La categoria d'argomento ISO è:
+

Il tema INSPIRE è obbligatorio

+
Tema/i INSPIRE trovato/i.
+

INSPIRE - Il bounding box geografico è obbligatorio


+
    +
  • + Obbligatorio per dataset spaziali e serie di dataset. +
  • +
  • + Condizionale per servizi spaziali: Obbligatorio per servizi con + una estensione esplicita +
  • +
+ + Istruzioni di implementazione +
    +
  • + Ci sono tante bounding box che definiscono la località + geografica della risorsa quante sono le istanze di + identificationInfo[1]/*/extent/*/geographicElement che possiedono + le proprietà westBoundLongitude, eastBoundLongitude, + southBoundLatitude and northBoundLatitude. Le quattro + coordinate del bounding box sono create dalla medesima istanza. +
  • +
  • + Il bounding box deve essere il più piccolo possibile. +
  • +
  • + Se il bounding box attraversa il meridiano 180, il valore + di westBoundLongitude sarà più grande del valore di + eastBoundLongitude. +
  • +
  • + Le coordinate del bounding box sono espresse in un qualsiasi + sistema di riferimento di coordinate geografiche con un Greenwich + Prime Meridian (Vedi SC13 in 1.2). +
  • +
+ +
+
NorthBoundLongitude mancante o errato
+
SouthBoundLongitude mancante o errato
+
EastBoundLongitude mancante o errato
+
WestBoundLongitude mancante o errato
+
NorthBoundLongitude trovato:
+
SouthBoundLongitude trovato:
+
EastBoundLongitude trovato:
+
WestBoundLongitude trovato:
+ +

INSPIRE - Il riferimento temporale è obbligatorio

+ Non è stata trovata alcuna istanza di riferimento temporale. + Istruzioni di implementazione + Ogni istanza di estensione temporale può essere un intervallo + di date o una singola data. Il periodo temporale complessivo + coperto dal contenuto della risorsa può essere + composto da una o più istanze.
+ Oppure una data di riferimento della risorsa citata (pubblicazione, ultima revisione o creazione). +
+ Esempio: + Da 1977-03-10T11:45:30 a 2005-01-15T09:10:00 +
+
Non devono esserci istanze multiple di + MIE_Metadata.identificationInfo[1].MD_Identification.citation.CI_Citation.date + dichiarate come data di creazione (ossia CI_Date.dateType contenente il valore di creazione)
+
Estensione temporale (inizio) trovato:
+
Estensione temporale (fine) trovata:
+
Data di pubblicazione della risorsa trovata:
+
Data di creazione della risorsa trovata::
+
Data di revisione della risorsa trovata::
+ + +

INSPIRE - L'origine è obbligatorio


+
    +
  • Obbligatorio per dataset spaziali e serie di dataset spaziali.
  • +
  • Non applicabile ai servizi.
  • +
+ In addition to general explanation of the data producer’s knowledge + about the lineage of a dataset it is possible to put data quality + statements here.
+ A single ISO 19115 metadata set may comprise more than one set of + Implementing instructions quality information, each of them having one or zero lineage + statement. There shall be one and only one set of quality information + scoped to the full resource and having a lineage statement (See + SC6 in 1.2).
+ Example: Dataset has been digitised from the standard 1:5.000 map + +
+

Lineage is set.

+ + +

INSPIRE - Conformity is mandatory (in DQ_DomainConsistency.result.DQ_ConformanceResult)


+ Implementing instructions
+ The first two degrees of conformity defined in Part D 5 of + the INSPIRE Implementing rules for metadata map to two + values of the Boolean domain of ISO 19115. The last value + corresponds to the case where no conformance statement + is expressed in the metadata for the related specification.
+ + Example: title “INSPIRE Implementing rules laying down + technical arrangements for the interoperability and + harmonisation of administrative boundaries”. + +
+
The degree of conformity of the resource has not yet been evaluated.
+
Degree of conformity found:
+
Specification:
+ +

There shall be at least one instance of + MIE_Metadata.identificationInfo[1].MD_Identification.resourceConstraints

+
Limitation on public access (accessConstraints) found:
+
Limitation on public access (classification) found:
+
The value of 'accessConstraints' must be 'otherRestrictions', + if there are instances of 'otherConstraints' expressing limitations on public access. Check access constraints list and other constraints text field.
+
Limitation on public access (otherConstraints) found:
+
Conditions applying to access and use is missing
+
Conditions applying to access and use found:
+ + +

INSPIRE - Conditions for access and use is mandatory


+
+

INSPIRE - Limitations on public access is mandatory

+ + + +

INSPIRE - Responsible organisation for the resource is mandatory


+ Relative to a responsible organisation, but there may be + many responsible organisations for a single resource. Organisation name and email are required. +
+ See identification section / point of contact. +
+
Responsible organisation for the resource found.
+
Organisation name and email not found for responsible organisation.
+
Organisation name and email found for :
+ +

INSPIRE - Metadata point of contact is mandatory


+ Implementing instructions:
+ The role of the responsible party serving as a metadata + point of contact is out of scope of the INSPIRE + Implementing Rules, but this property is mandated by ISO + 19115. Its value can be defaulted to pointOfContact.
+ See metadata section. +
+
Contact role is empty.
+
Metadata point of contact found.
+
Organisation name and email not found metadata point of contact.
+
Organisation name and email found for :
+ +

INSPIRE - Metadata language is mandatory


+ The language property is not mandated by ISO 19115, but + is mandated for conformance to the INSPIRE Metadata + Implementing rules +
+
Metadata language is :
+ +

Metadata date stamp is missing

+

Metadata date stamp is :

+ + +

INSPIRE (service) - Coupled resource is mandatory if linkage to data sets on which the service operates are available

+
+ Implementing instructions
+ Not applicable to dataset and dataset series
+ Conditional to services: Mandatory if linkage to datasets on which the service operates are available.
+ +
    +
  • The property shall be implemented by reference (See + SC11 in 1.2) and the MD_DataIdentification object + reference value is the code of the Coupled resource + metadata element.
  • +
  • For consistency, the code of the Couple resource + metadata element should also be the code of one of + the Unique resource identifiers of the corresponding + coupled resource.
  • +
+
+
Coupled resources found:
+

INSPIRE - Resource locator is mandatory if linkage is available


+ See advanved view / distribution section / only resource element. +
+ Implementing instructions:
+
    +
  • Specify a valid URL to the resource. If no direct link to + a resource is available, provide link to a contact point + where more information about the resource is + available.
  • +
  • For a service, the Resource Locator might be one of + the following:
  • +
      +
    • A link to the service capabilities document;
    • +
    • A link to the service WSDL document (SOAP Binding);
    • +
    • A link to a web page with further instructions
    • +
    • A link to a client application that directly accesses the service
    • +
    +
+ +
+
Resource locator found:
+

INSPIRE - There may be zero or one condition applying to access and use


+ Access constraints applied to assure the protection of + privacy or intellectual property, and any special restrictions + or limitations on obtaining the resource.
+ Example: intellectualPropertyRights (rights to financial benefit from + and control of distribution of non-tangible property that is a + result of creativity). +
+ Classification: + Example: restricted (not for general disclosure) +
+ Use limitation: + Example: not to be used for navigation +
+
+

INSPIRE - The value of accessConstraints is otherRestrictions, if and only if they are instances of otherConstraints expressing limitations on public access

+

INSPIRE (datasets and series) - Resource language is mandatory if the resource includes textual information


+ An instance of the language property is mandated by ISO + 19115 ; it can be defaulted to the value of the Metadata + Implementing instructions Language when the dataset or the dataset series does not + contain textual information. +
+ Implementing instructions:
+ Codelist (See ISO/TS 19139) based on alpha-3 codes of + ISO 639-2. +
+
Resource language is:
+

INSPIRE - Spatial resolution is mandatory if an equivalent scale or a resolution distance can be specified


+ Implementing instructions: +
    +
  • + Each spatial resolution is either an equivalent scale OR a ground + sample distance. +
  • +
  • + When two equivalent scales or two ground sample distances are + expressed, the spatial resolution is an interval bounded by these two + values. +
  • +
+ Example: 5000 (e.g. 1:5000 scale map) +
+
Spatial resolution is set.
+ +

[ISO19119 for services] - OperationName is mandatory

+ +
Missing service taxonomy information (select on or more keyword from "inspire-service-taxonomy.rdf" thesaurus)
+
service taxonomy classification defined.
+

[ISO19119 for services] - ConnectPoint is mandatory

+

[ISO19119 for services] - ServiceType is mandatory


+ Mandatory for services.
+ Not applicable to dataset and dataset series
+ Example: 'view', 'discovery', 'download', 'transformation', 'invoke', 'other' +
+
Service type is:
+ +
\ No newline at end of file diff --git a/iso19139-2/loc/it/schematron-rules-iso.xml b/iso19139-2/loc/it/schematron-rules-iso.xml new file mode 100644 index 00000000..015318f5 --- /dev/null +++ b/iso19139-2/loc/it/schematron-rules-iso.xml @@ -0,0 +1,107 @@ + + + Il testo deve avere un contenuto oppure il suo genitore deve avere un attributo nilReason valido. + CRS attributes constraints + [ISOFTDS19139:2005-TableA1-Row24] - E' richiesto un nome per il contatto + [ISOFTDS19139:2005-TableA1-Row07] - Altri vincoli legali sono neccesari se altri vincoli giuridici + [ISOFTDS19139:2005-TableA1-Row16] - E' richiesta l'unità di misura + [ISOFTDS19139:2005-TableA1-Row13] - E' richiesta la descrizione se non c'è il Estensione di origine + [ISOFTDS19139:2005-TableA1-Row14] - E' richiesto l'Estensione di origine se non c'è la descrizione + [ISOFTDS19139:2005-TableA1-Row10] - Contenuto obbligatorio per dataset o la serie + [ISOFTDS19139:2005-TableA1-Row11 Row12] - Lingua + [ISOFTDS19139:2005-TableA1-Row12] - Process step required if no statement or source + [ISOFTDS19139:2005-TableA1-Row08] - Il dataset deve avere un report o un linguaggio + [ISOFTDS19139:2005-TableA1-Row09] - E' necessario il livello di descrizione a meno del dataset o serie + [ISOFTDS19139:2005-TableA1-Row17] - E' richiesta l'unita di misura per i valori di densità + [ISOFTDS19139:2005-TableA1-Row18] - E' richiesto il formato di descrizione + [ISOFTDS19139:2005-TableA1-Row23] - E' richiesto l'elemento esteso + [ISOFTDS19139:2005-TableA1-Row04] - Il dataset deve avere un estensione + [ISOFTDS19139:2005-TableA1-Row05] - Il dataset o la serie devono avere un tema principale + [ISOFTDS19139:2005-TableA1-Row06] - Sia il nome del dataset aggregato che l'identificatore aggregato del dataset devono essere documentati + [ISOFTDS19139:2005-TableA1-Row01] - Indicatore di lingua + [ISOFTDS19139:2005-TableA1-Row02] - Indicatore del set di caratteri + [ISOFTDS19139:2005-TableA1-Row19] - E' richiesto il dettaglio a meno di un termine semplice + [ISOFTDS19139:2005-TableA1-Row20] - Condition + [ISOFTDS19139:2005-TableA1-Row21] - Domain code + [ISOFTDS19139:2005-TableA1-Row22] - Nome breve + [ISOFTDS19139:2005-TableA1-Row15] - Verificare se possibile il punto della descrizione richiesto + [ISOFTDS19139:2005-TableA1] - Il nome del livello gerarchico deve essere documentato se il livello gerarchico non contiene "dataset" + + +
Topic category is mandatory if MIE_Metadata.hierarchyLevel equal 'dataset' or 'series' or doesn't exist.
+ Il tema principale è: +
Il testo deve avere un contenuto oppure il genitore di nilReason attribute deve essere legittimo.
+
La presenza di un attributo della dimensione implica la presenza dell'attributo srsName.
+
La presenza di un attributo axisLabels implica la presenza dell'attributo srsName.
+
La presenza di un attributo uomLabels implica la presenza dell'attributo srsName.
+
La presenza di un attributo uomLabels implica la presenza dell'attributo axisLabels e viceversa.
+
È necessario specificare uno o più nomi del responsabile, nome dell'ente. + Suggerimento: Verificare le informazioni sui contatti per i metadati oppure della parte responsabile citata nella sezione di ientificazione. +
+ Uno o più nomi dei responsabili o nome dell'ente si trovano in contatto: +
Altri vincoli dovrebbero essere definiti se i vincoli di accesso sono impostati su "Altre restrizioni".
+ Altri vincoli: documentato se i vincoli di accesso = 'otherRestrictions'.
+ Suggerimento: Aggiungere un altro vincolo all'elemento e spiegare il motivo. +
+ +
Altre restrizioni impostate su:
+
+
Altri vincoli dovrebbero essere definiti se i vincoli di accesso sono impostati su "Altre restrizioni".
+ Altri vincoli: documentato se i vincoli di accesso = 'otherRestrictions'.
+ Suggerimento: Aggiungere un altro vincolo al elemento e spiegare il motivo. +
+
'valore unitario' è obbligatorio se sono forniti 'valore massimo' o 'valore minimo'.
+ Valore unitario: + Valore massimo: + Valore minimo: +
'la descrizione' è obbligatoria se 'estensione di origine' non è documentata. + Suggerimento: Aggiungere una descrizione o/e una sorgente di estensione. +
+
La descrizione e L'estensione di origine sono documentati per lignaggio.
+
La dichiarazione è obbligatoria se non è definito nesun processo o fonte per dataset o per la serie.
+ If(count(source) + count(processStep) =0) and (DQ_DataQuality.scope.level = 'dataset' or 'series') allora dichiarazione è obbligatoria.
+
L'affermazione è documentata.
+
La 'fonte' il ruolo è obbligatorio se Genealogia.dichiarazione e la 'fase del processo' sono ruoli non documentati.
+ Suggerimento: Definire la discendenza o dichiarare process step role. +
+ Source required if no statement or processStep. +
La 'fase del processo' il ruolo è obbligatorio se Genealogia.dichiarazione e la 'fonte' sono ruoli non documentati.
+ Suggerimento: Definire la discendenza o dichiarare source role. +
+ Fase di processamento richiesta quando non sono presenti informazioni su sorgente. +
Il 'report' o 'genealogia' il ruolo è obbligatorio se scope.DQ_Scope.level = 'dataset'.
+
Il report o la genealogia sono definiti.
+
Il 'livello di descrizione' è obbligatorio se il 'livello' notEqual 'dataset' o 'series'.
+ La descrizione del livello impostato: +
La 'densityUnits' è obbligatoria se è fornita la 'densità'.
+ La densita è: +
E' necessario un formato di distribuzione.
+ count (distributionFormat + distributor/MD_Distributor/distributorFormat) > 0.
+ Formato/i del distributore. +
Nella sezione di estensione, uno dei seguenti elementi deve essere definito: descrizione, Elemento geografico, + Elemento temporale, Elemento verticale.
+ count(description + geographicElement + temporalElement + verticalElement) > 0. +
+ Trovato una descrizione, elemento geografico, + elemento temporale, elemento verticale. +
Una estensione deve essere definita per un dataset.
+ MIE_Metadata.hierarchyLevel = 'dataset' (cioè il valore predefinito di questa proprietà a favore del genitore) implies count (extent.geographicElement.EX_GeographicBoundingBox) + count (extent.geographicElement.EX_GeographicDescription) >=1.
+ Estensione definita per il dataset. +
Sia 'nome del dataset aggregato' o 'identificatore aggregato del dataset' devono essere documentati.
+ Il nome del dataset aggregato o l'identificatore aggregato del dataset documentati. +
lingua non è presente.
+
if 'dataType' notEqual 'codelist', 'enumeration' or 'codelistElement' then 'obligation' is mandatory.
+
if 'dataType' notEqual 'codelist', 'enumeration' or 'codelistElement' then 'maximumOccurence' is mandatory.
+
if 'dataType' notEqual 'codelist', 'enumeration' or 'codelistElement' then 'domainValue' is mandatory.
+
if 'obligation' = 'conditional' then 'condition' is mandatory.
+ La condizione per l'elemento condizionale è definita. +
if 'dataType' = 'codelistElement' then 'domainCode' is mandatory.
+ Codice di dominio documentato per l'elemento del code list. +
if 'dataType' not equal to 'codelistElement' then 'shortName' is mandatory.
+ Nome breve documentato per l'elemento nullo della code list. +
'checkPointDescription' is mandatory if 'checkPointAvailability' = 1 or true.
+ La descrizione del Check point è documentata. +
hierarchyLevelName must be documented if hierarchyLevel does not contain 'dataset'
+ Il livello gerarchico è: +
+ diff --git a/iso19139-2/loc/it/strings.xml b/iso19139-2/loc/it/strings.xml new file mode 100644 index 00000000..e951ff30 --- /dev/null +++ b/iso19139-2/loc/it/strings.xml @@ -0,0 +1,112 @@ + + + Clear + Contact + Distribution and On-line Resource(s) + Deprecated - use time elements above + Lineage + Metadata Info + Reference System Info + Spatial Extent + Temporal Ext. + + + Creative Commons License + Creative Commons License Options + Creative Commons License Selector + http://creativecommons.org + Current License + Data Commons License + Data Commons License Options + Data Commons License Selector + http://bluenet.antcrc.utas.edu.au/datacommons + http://i.creativecommons.org + License Selector + 1. Select/Change the copyright jurisdiction + 2. Select/Change the License + + + Pick data parameters from existing metadata records + Enter a keyword (Australian users of Marine data should use the Keyword MARINE to limit the remote search) + Pick taxonomic names from existing metadata records + + Show HTML from remote server + By pressing the Accept button below you are agreeing to abide by the constraints shown on this page + Records published to these groups + Records NOT published to these groups + Credit + Pick individuals/organisations given credit in existing metadata records + Search for other records with this Credit + + + Change logo + Logo + Logo management + Add/modify/delete and show alternate logos + Massive Change Logos Operation + + + Copy thumbnails? + Copy downloadable files? + + + Data for Download + Data for download + Data Parameter + Display remote html? + Metadata Viewer/Editor + Editor is in use - 'Save and close' or 'Cancel' first + Download Email + Show Advanced Search + Take me to the MEST Search Page + +

Welcome to the BlueNet MEST!

+

The search result shown below is just one search that can be run on the catalogue. To find out more follow this link:

+
+ Link + Data Link + - ERROR: Cannot understand the response received from the remote server + Unable to show this record! + Thanks for your interest. Click on the download button to retrieve the following file(s): + WARNING: NO Resource Constraints have been defined in the Metadata record - constraints on data usage have not been defined! + Metadata URL + Data for download (URL) + Showcase product (URL) + Related link (URL) + Other File for download + Data File for download through FTP + Other File for download through FTP + to + The bounding box of the resource + the bounding box of + shown below: + Enter registration information + Enter registration details + No user found with that username, password and/or email + Yes + No + or Email + Are you already registered? + Please enter a username + Please enter the password or email address for this user + Please enter a valid email address + Show Sibling records + Tell us about yourself... + I want to make my data available... + Please fill in the Individual Name, Organisation Name, Delivery Point, State, Postcode, Country, Email, Title and Abstract + Email address of individual providing data/metadata is invalid + Email address of contact for Data Set is invalid + Next + Self-Registration Form + Key registration details entered: + Remote + Taxonomic Names + Search APC/AFD for Taxonomic Names + Time Span: + Universal Unique Identifier (UUID) + Save this metadata as an ISO19139-2 /Eurac Community Profile XML file + Organisation + Individual + Technical info. + Acquisition info. +
diff --git a/iso19139-2/oasis-catalog.xml b/iso19139-2/oasis-catalog.xml new file mode 100644 index 00000000..045ae543 --- /dev/null +++ b/iso19139-2/oasis-catalog.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iso19139-2/present/csw/iso-brief.xsl b/iso19139-2/present/csw/iso-brief.xsl new file mode 100644 index 00000000..67319997 --- /dev/null +++ b/iso19139-2/present/csw/iso-brief.xsl @@ -0,0 +1,93 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iso19139-2/present/csw/iso-full.xsl b/iso19139-2/present/csw/iso-full.xsl new file mode 100644 index 00000000..74e1f2c7 --- /dev/null +++ b/iso19139-2/present/csw/iso-full.xsl @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iso19139-2/present/csw/iso-summary.xsl b/iso19139-2/present/csw/iso-summary.xsl new file mode 100644 index 00000000..42cce999 --- /dev/null +++ b/iso19139-2/present/csw/iso-summary.xsl @@ -0,0 +1,206 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iso19139-2/present/csw/ogc-brief.xsl b/iso19139-2/present/csw/ogc-brief.xsl new file mode 100644 index 00000000..2925e4be --- /dev/null +++ b/iso19139-2/present/csw/ogc-brief.xsl @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iso19139-2/present/csw/ogc-full.xsl b/iso19139-2/present/csw/ogc-full.xsl new file mode 100644 index 00000000..4e7dc618 --- /dev/null +++ b/iso19139-2/present/csw/ogc-full.xsl @@ -0,0 +1,337 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + urn:ogc:def:crs:EPSG:6.6:4326 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/gif + + + image/png + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iso19139-2/present/csw/ogc-summary.xsl b/iso19139-2/present/csw/ogc-summary.xsl new file mode 100644 index 00000000..a1c718dd --- /dev/null +++ b/iso19139-2/present/csw/ogc-summary.xsl @@ -0,0 +1,123 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/iso19139-2/present/metadata-iso19139-2-edit.xsl b/iso19139-2/present/metadata-iso19139-2-edit.xsl new file mode 100644 index 00000000..62ca883e --- /dev/null +++ b/iso19139-2/present/metadata-iso19139-2-edit.xsl @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iso19139-2/present/metadata-iso19139-2-fop.xsl b/iso19139-2/present/metadata-iso19139-2-fop.xsl new file mode 100644 index 00000000..21be27f6 --- /dev/null +++ b/iso19139-2/present/metadata-iso19139-2-fop.xsl @@ -0,0 +1,16 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/iso19139-2/present/metadata-iso19139-2.xsl b/iso19139-2/present/metadata-iso19139-2.xsl new file mode 100644 index 00000000..d5f151a3 --- /dev/null +++ b/iso19139-2/present/metadata-iso19139-2.xsl @@ -0,0 +1,423 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+
+ +
+ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + +
\ No newline at end of file diff --git a/iso19139-2/present/metadata-iso19139-utils.xsl b/iso19139-2/present/metadata-iso19139-utils.xsl new file mode 100644 index 00000000..297bce60 --- /dev/null +++ b/iso19139-2/present/metadata-iso19139-utils.xsl @@ -0,0 +1,503 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ara + chi + ger + spa + fre + dut + rus + eng + + + + + + + + + + + + + + + + # + + # + + + + + + + + + + + eng + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +

{/root/gui/strings/linkedParentMetadataHelp} +

+ + + + + + + + {/root/gui/strings/linkedParentMetadataHelp} + + + + + + + + + + + + + + + {/root/gui/strings/updateChildren} + + + + + + + +
+
+
+ + + + + + +

{/root/gui/strings/associateService}

+ +
+ + + + {/root/gui/strings/associateServiceHelp} + + + + + +
+
+
+ + + + +

+

+ + + + {/root/gui/strings/associateDatasetHelp} + + + + +
+
+
+ + + + + + +

+

+ + +
+ + +

+

+ + + + {/root/gui/strings/linkedFeatureCatalogueHelp} + + + + +
+
+
+ +
+
+
+
+ +
+ +
+ + + + + + + + + + txt + + + + + att + + + + + + + + + + + + + + + + &SERVICE=WMS&VERSION=1.1.1&REQUEST=GetCapabilities + + + + + OGC:WMS + + + + + ? + + + + + ? + + + + + + + + + + +
diff --git a/iso19139-2/process/inspire-add-conformity.xsl b/iso19139-2/process/inspire-add-conformity.xsl new file mode 100644 index 00000000..cd8a0a44 --- /dev/null +++ b/iso19139-2/process/inspire-add-conformity.xsl @@ -0,0 +1,161 @@ + + + + + + + + + + + INSPIRE theme(s) found. Run this task to add an INSPIRE conformity section. + thème(s) INSPIRE trouvé(s). Exécuter cette action pour ajouter une section conformité INSPIRE. + + + + + + + + + + + + + + + + + + + + + + + true +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + INSPIRE + Implementing + rules + + + + + + + + + + + + + + + + + -- more information on + the test -- + + + + + Conformant + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/iso19139-2/process/keywords-comma-exploder.xsl b/iso19139-2/process/keywords-comma-exploder.xsl new file mode 100644 index 00000000..ce70b87d --- /dev/null +++ b/iso19139-2/process/keywords-comma-exploder.xsl @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/iso19139-2/process/keywords-mapper.xsl b/iso19139-2/process/keywords-mapper.xsl new file mode 100644 index 00000000..e46982cc --- /dev/null +++ b/iso19139-2/process/keywords-mapper.xsl @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iso19139-2/process/process-utility.xsl b/iso19139-2/process/process-utility.xsl new file mode 100644 index 00000000..070a9f5f --- /dev/null +++ b/iso19139-2/process/process-utility.xsl @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iso19139-2/schema-ident.xml b/iso19139-2/schema-ident.xml new file mode 100644 index 00000000..578f190d --- /dev/null +++ b/iso19139-2/schema-ident.xml @@ -0,0 +1,23 @@ + + + iso19139-2 + 84181740-ed9b-11e0-8e14-0002a5d5c514 + 1.0 + iso19139 + + http://sdi.eurac.edu/metadata/iso19139-2/schema/gmi schema.xsd + + + + + + diff --git a/iso19139-2/schema-substitutes.xml b/iso19139-2/schema-substitutes.xml new file mode 100755 index 00000000..bd76139a --- /dev/null +++ b/iso19139-2/schema-substitutes.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/iso19139-2/schema-suggestions.xml b/iso19139-2/schema-suggestions.xml new file mode 100755 index 00000000..02b750b2 --- /dev/null +++ b/iso19139-2/schema-suggestions.xml @@ -0,0 +1,228 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iso19139-2/schema.xsd b/iso19139-2/schema.xsd new file mode 100755 index 00000000..05a7f7c9 --- /dev/null +++ b/iso19139-2/schema.xsd @@ -0,0 +1,8 @@ + + + + + diff --git a/iso19139-2/schema/geonetwork/schema-ident.xsd b/iso19139-2/schema/geonetwork/schema-ident.xsd new file mode 100755 index 00000000..3b3539c7 --- /dev/null +++ b/iso19139-2/schema/geonetwork/schema-ident.xsd @@ -0,0 +1,144 @@ + + + + + + XML Schema which can be used to validate GeoNetwork schema-ident.xml + file used in Schema Plugins. + + + + + + + + + + + + + + + + + All schema identity files must have the elements defined in this + type: + + name = unique name of the schema used in GeoNetwork (lower case, + and if a profile then it should be named after the base schema + using base-schema-name.profile-name eg. iso19139.mcp) + + id = unique identifier for the schema + + version = official version number of the schema + + depends = names of other schemas that this schema depends on. This + schema will fail to load if these schemas are not present. + + schemaLocation = official URL of XML schema definitions (XSD) for this + metadata schema + + autodetect = information used to detect whether a metadata record + belongs to this schema + + + + + + + + + + + + + + + + + + + + Define the information used to determine whether a + metadata record is defined using this schema. + + + + + + + + + + + + + + + + + + Describes the namespace(s) that must exist in a metadata record for it + to be identified as belonging to this schema. + + + + + + + + + + + + + + + Describes the attribute(s) that must exist in a metadata record for it + to be identified as belonging to this schema. + + + + + + + + + + + + + Contains the elements that must exist in a metadata record for it + to be identified as belonging to this schema. + + + + + + + + + Determines how the elements specified will be used to detect the + schema. + + root = the element defined is expected to be the root element + + search = the elements and their content must be present somewhere in + the record (default if unspecified) + + + + + + + + + + + + diff --git a/iso19139-2/schema/gmi/acquisitionInformation.xsd b/iso19139-2/schema/gmi/acquisitionInformation.xsd new file mode 100644 index 00000000..1350b444 --- /dev/null +++ b/iso19139-2/schema/gmi/acquisitionInformation.xsd @@ -0,0 +1,419 @@ + + + + + This file was generated from ISO TC/211 UML class diagrams == 07-30-2010 11:34:36 ====== + 2012-12-08: Documentation of MI_Objective_Type. Typo reported by XMG: "temportal" replaced by "temporal". + + This file was adapted by Innerebner Markus and Ekaterina Chuprikova ====== + + + + + + + + + + + + + + + + + + + + + + + Description: Designations for the measuring instruments and their bands, the platform carrying them, and the mission to + which the data contributes - FGDC: Platform_and_Instrument_Identification, Mission_Information - shortName: PltfrmInstId + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Description: requirement to be satisfied by the planned data acquisition - shortName: Requirement + + + + + + + + + + + + + + + + + + + + + + + + + + Description: Describes the characteristics, spatial and temporal extent of the intended object to be observed - + shortName: TargetId + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Description: Designations for the planning information related to meeting requirements - shortName: PlanId + + + + + + + + + + + + + + + + + + + + + + + + + + + + Description: Designations for the operation used to acquire the dataset - shortName: MssnId + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Description: Designations for the measuring instruments - FGDC: Platform_and_Instrument_Identification - shortName: + PltfrmInstId + + + + + + + + + + + + + + + + + + + + + + + + + + + + Description: Designations for the platform used to acquire the dataset - shortName: PltfrmId + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Description: identification of a significant collection point within an operation - shortName: Event + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Description: range of date validity - shortName: ReqstDate + + + + + + + + + + + + + + + + + + + + + + + + Description: identification of collection coverage - shortName: PlatformPass + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iso19139-2/schema/gmi/contentInformation.xsd b/iso19139-2/schema/gmi/contentInformation.xsd new file mode 100644 index 00000000..341d5ccb --- /dev/null +++ b/iso19139-2/schema/gmi/contentInformation.xsd @@ -0,0 +1,147 @@ + + + + + This file was generated from ISO TC/211 UML class diagrams == 07-30-2010 11:34:35 ====== Name: Content - Position: 5 + + + + + + + + + + + Description: description of specific range elements - shortName: RgEltDesc + + + + + + + + + + + + + + + + + + + + + + + + + Description: extensions to electromagnetic spectrum wavelength description - shortName: BandExt + + + + + + + + + + + + + + + + + + + + + + + + + + + Description: information about the content of a coverage, including the description of specific range elements - + shortName: CCovDesc + + + + + + + + + + + + + + + + + + + + + + + + Description: information about the content of an image, including the description of specific range elements - + shortName: ICovDesc + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iso19139-2/schema/gmi/dataQualityInformation.xsd b/iso19139-2/schema/gmi/dataQualityInformation.xsd new file mode 100644 index 00000000..42087168 --- /dev/null +++ b/iso19139-2/schema/gmi/dataQualityInformation.xsd @@ -0,0 +1,233 @@ + + + + + This file was generated from ISO TC/211 UML class diagrams == 07-30-2010 11:34:33 ====== Name: Lineage - Position: 2 + + 2012-12-08: Documentation of LE_ProcessStepReport_Type. Typo reported by XMG: "occured" replaced by "occurred". + + + + + + + + + + + Description: Information about an event or transformation in the life of the dataset including details of the algorithm + and software used for processing - FGDC: - shortName: DetailProcStep + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Description: Comprehensive information about the procedure(s), process(es) and algorithm(s) applied in the process step + - shortName: Procsg + + + + + + + + + + + + + + + + + + + + + + + + + + + + Description: Result of a data quality measure organising the measured values as a coverage - shortName: CoverageResult + + + + + + + + + + + + + + + + + + + + + + + + + + + + Description: Report of what occurred during the process step - shortName: ProcStepRep + + + + + + + + + + + + + + + + + + + + + + + + + Description: Details of the methodology by which geographic information was derived from the instrument readings - + FGDC: Algorithm_Information - shortName: Algorithm + + + + + + + + + + + + + + + + + + + + + + + + Description: information on source of data sets for processing step - shortName: SrcDataset + + + + + + + + + + + + + + + + + + + + + + + + Description: to: degree of adherence of a dataset to a specific set of user requirements - shortName: Usability + + + + + + + + + + + + + + + + + + + + Description: Distance between adjacent pixels - shortName: nomRes + + + + + + + + + + + + + + + + + diff --git a/iso19139-2/schema/gmi/gmi.xsd b/iso19139-2/schema/gmi/gmi.xsd new file mode 100644 index 00000000..6b59519a --- /dev/null +++ b/iso19139-2/schema/gmi/gmi.xsd @@ -0,0 +1,16 @@ + + + + + This file was generated from ISO TC/211 UML class diagrams == 07-30-2010 11:34:37 ====== + This file was adapted by Innerebner Markus and Ekaterina Chuprikova + + + + + + + diff --git a/iso19139-2/schema/gmi/metadataEntitySet.xsd b/iso19139-2/schema/gmi/metadataEntitySet.xsd new file mode 100644 index 00000000..c563ee7a --- /dev/null +++ b/iso19139-2/schema/gmi/metadataEntitySet.xsd @@ -0,0 +1,46 @@ + + + + + This file was generated from ISO TC/211 UML class diagrams == 07-30-2010 11:34:30 ====== + This file was adapted by Innerebner Markus and Ekaterina Chuprikova + + + + + + + + + + + + + + + + Description: Root entity that defines information about imagery or gridded data - shortName: IMetadata + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iso19139-2/schema/gmi/referenceSystemInformation.xsd b/iso19139-2/schema/gmi/referenceSystemInformation.xsd new file mode 100644 index 00000000..be4352a1 --- /dev/null +++ b/iso19139-2/schema/gmi/referenceSystemInformation.xsd @@ -0,0 +1,124 @@ + + + + + This file was created by Innerebner Markus and Ekaterina Chuprikova + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + *** "denominatorOfFlatteningRatio" is mandatory if not a spheroid + + + + + + + + + \ No newline at end of file diff --git a/iso19139-2/schema/gmi/spatialRepresentationInformation.xsd b/iso19139-2/schema/gmi/spatialRepresentationInformation.xsd new file mode 100644 index 00000000..ab15667e --- /dev/null +++ b/iso19139-2/schema/gmi/spatialRepresentationInformation.xsd @@ -0,0 +1,146 @@ + + + + + This file was generated from ISO TC/211 UML class diagrams == 07-30-2010 11:34:34 ====== Name: SpatialRepresentation - + Position: 3 + This file was adapted by Innerebner Markus and Ekaterina Chuprikova + + + + + + + + + + + + + Description: Description of information provided in metadata that allows the geographic or map location raster points + to be located - FGDC: Georeferencing_Description - shortName: IGeoref + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Description: extends georectified grid description to include associated checkpoints - shortName: IGeorect + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iso19139-2/schematron-rules-geonetwork.xsl b/iso19139-2/schematron-rules-geonetwork.xsl new file mode 100644 index 00000000..4a598606 --- /dev/null +++ b/iso19139-2/schematron-rules-geonetwork.xsl @@ -0,0 +1,275 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + / + + + + + [] + + + *[local-name()=' + + '] + + [] + + + + + / + + @ + + + @*[local-name()=' + + ' and namespace-uri()=' + + '] + + + + + + + + + / + + + [ + + ] + + + + /@ + + + + + + + / + + + [ + + ] + + + + /@ + + + + + + + + + + + + + + + + + + + + + + + + . + + + + +U + + U + + + + U. + + n + + + + U. + + _ + + _ + + + + + + + + +   +   +   + + + + + + + + + + + + + + + + + + + + +Schematron validation / GeoNetwork recommendations + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + " + + " + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/iso19139-2/schematron-rules-inspire.xsl b/iso19139-2/schematron-rules-inspire.xsl new file mode 100644 index 00000000..333678f0 --- /dev/null +++ b/iso19139-2/schematron-rules-inspire.xsl @@ -0,0 +1,2036 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + / + + + + + + *: + + [namespace-uri()=' + + '] + + + + [ + + ] + + + + / + + + @ + + + + @*[local-name()=' + + ' and namespace-uri()=' + + '] + + + + + + + + + / + + + [ + + ] + + + + + xsl:value-of select="name(.)" /> + + + + + + + / + + + [ + + ] + + + + + /@ + + + + + + + + + + + + + + + + + + + + + + + + + . + + + + + + U + + + U + + + + U. + + n + + + + U. + + _ + + _ + + + + + + + + + + +   + +   + +   + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + INSPIRE metadata implementing rule + validation + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + INSPIRE Theme thesaurus not found. Check installation in + codelist/external/thesauri/theme. + Download thesaurus from + https://geonetwork.svn.sourceforge.net/svnroot/geonetwork/utilities/gemet/thesauri/. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Thesaurus: + + + + , + + + + ( + + + + ) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + INSPIRE service taxonomy thesaurus not found. Check installation in + codelist/external/thesauri/theme. + Download thesaurus from + https://geonetwork.svn.sourceforge.net/svnroot/geonetwork/utilities/gemet/thesauri/. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + error lineage + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + , ( + + + + , + + + + ) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + missing value!!! + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ( + + + + ) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ( + + + + ) + + + + + + + + + + diff --git a/iso19139-2/schematron-rules-iso.xsl b/iso19139-2/schematron-rules-iso.xsl new file mode 100644 index 00000000..2f75ab7b --- /dev/null +++ b/iso19139-2/schematron-rules-iso.xsl @@ -0,0 +1,1650 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + / + + + + + + [ + + ] + + + + *[local-name()=' + + '] + + + [ + + ] + + + + + + / + + + @ + + + + @*[local-name()=' + + ' and namespace-uri()=' + + '] + + + + + + + + + / + + + [ + + ] + + + + + /@ + + + + + + + + / + + + [ + + ] + + + + + /@ + + + + + + + + + + + + + + + + + + + + + + + + + . + + + + + + U + + + U + + + + U. + + n + + + + U. + + _ + + _ + + + + + + + + + + +   + +   + +   + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Schematron validation for ISO + 19115(19139) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + / + + + + + + + [ + + + + + + + ] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + " + + + + " + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + " + + + + " + + + + + + + + + + diff --git a/iso19139-2/set-thumbnail.xsl b/iso19139-2/set-thumbnail.xsl new file mode 100644 index 00000000..c43b9b1e --- /dev/null +++ b/iso19139-2/set-thumbnail.xsl @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iso19139-2/set-uuid.xsl b/iso19139-2/set-uuid.xsl new file mode 100644 index 00000000..cfbdd8f7 --- /dev/null +++ b/iso19139-2/set-uuid.xsl @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/iso19139-2/templates/Landsat_MD_template.xml b/iso19139-2/templates/Landsat_MD_template.xml new file mode 100644 index 00000000..45056164 --- /dev/null +++ b/iso19139-2/templates/Landsat_MD_template.xml @@ -0,0 +1,789 @@ + + + +eng + + + + + + + + +EURAC Research - Institute for Applied Remote Sensing + + + + + + +remote.sensing@eurac.edu + + + + + + + + + + + +2013-07-24T08:09:42Z + + +http://landsat.usgs.gov + + + + +2 + + +area + + +true + + +true + + +LE71930282003203ASN02_GCP.txt + + + +494100.000 5207700.000 + + + + +732000.000 5207700.000 + + + + +494100.000 4990500.000 + + + + +732000.000 4990500.000 + + + +center + + +unknown + + + + + + + + +UTM + + + + + + +WGS84 + + + + + + +WGS84 + + + + + +32 + + + + + + + + + +Landsat Template + + +Landsat Template based on ISO 19139-2 + + + + +2013-07-24T08:09:42Z + + + + + + + + + +LE71930282003203ASN02 + + + + + + +Landsat represents the world's longest continuously acquired collection of + space-based moderate-resolution land remote sensing data. + + + + +Image courtesy of the U.S. Geological Survey + + + + + + +remote.sensing@eurac.edu + + + + + + +http://landsat.usgs.gov + + + + + + + + + + + + + +Satellite Image + + +Landsat + + +Environmental monitoring facilities + + + + + + + +GEMET - INSPIRE themes, version 1.0 + + + + +2008-06-01 + + + + + + + + + + + + + +otherRestrictions + + + + + + + + +no limitation + + + + +"eng" + + + + + +imageryBaseMapsEarthCover + + + + + + + + + +8.92236 + + +11.94513 + + +45.06794 + + +47.02279 + + + + + + + + + + +Band Description + + + + + + + + + +Spectral band + + + + +Band 1 + + + + + + +LE71930282003203ASN02_B1 + + +-6.200 + + + + + + + + +Spectral band + + + + +Band 2 + + + + + + +LE71930282003203ASN02_B2 + + +-6.400 + + + + + + + + +Spectral band + + + + +Band 3 + + + + + + +LE71930282003203ASN02_B3 + + +-5.000 + + + + + + + + +Spectral band + + + + +Band 4 + + + + + + +LE71930282003203ASN02_B4 + + +-5.100 + + + + + + + + +Spectral band + + + + +Band 5 + + + + + + +LE71930282003203ASN02_B5 + + +-1.000 + + + + + + + + +Spectral band + + + + +Band 6 VCID 1 + + + + + + +LE71930282003203ASN02_B6_VCID_1 + + +0.000 + + + + + + + + +Spectral band + + + + +Band 6 VCID 2 + + + + + + +LE71930282003203ASN02_B6_VCID_2 + + +3.200 + + + + + + + + +Spectral band + + + + +Band 7 + + + + + + +LE71930282003203ASN02_B7 + + +-0.350 + + + + + + + + +Spectral band + + + + +Band 8 + + + + + + +LE71930282003203ASN02_B8 + + +-4.700 + + + + + + + + + + + + + + + + + + + + + + +58.15700454 + + +136.15029645 + + + + + +9 + + + + +12.00 + + +true + + +true + + + + + + + + +GEOTIFF + + +LE71930282003203ASN02 + + + + + + + + +http://abz01dmi.eurac.edu/STORAGE/LE71930282003203ASN02.tar.gz + + +WWW:DOWNLOAD-1.0-ftp--download + + +LE71930282003203ASN02 + + + + + + + + + + + + + + + +dataset + + + + + + + + + + +INSPIRE Implementing rules + + + + +2000-01-01 + + + + + + + + + +N/A + + +1 + + + + + + + + +GEOMETRIC RMSE MODEL + + + + + +meter + +meter + + + + +4.116 + + + + + + + + +GEOMETRIC RMSE MODEL Y + + + + + +meter + +meter + + + + +3.210 + + + + + + + + +GEOMETRIC RMSE MODEL X + + + + + +meter + +meter + + + + +2.577 + + + + + + + + +Algorithm package used to process the data: Add algorithm + + + + + + + + + + + + + +EURAC Landsat Template + + +EURAC Landsat Template based on ISO-19139-2 + + + + +2013-07-24T08:09:42Z + + + + + + + + + +LE71930282003203ASN02 + + + + + + + + +LE71930282003203ASN02 + + + + + +SAM + + + + + + + + +EURAC Landsat Template + + +EURAC Landsat Template based on ISO-19139-2 + + + + +2013-07-24T08:09:42Z + + + + + + + + + +LE71930282003203ASN02 + + + + + + + + +LE71930282003203ASN02 + + + + +LANDSAT_7 + + + +Image courtesy of the U.S. Geological Survey + + + + + + +remote.sensing@eurac.edu + + + + + + +http://landsat.usgs.gov + + + + + + + + + + + + + + diff --git a/iso19139-2/unset-thumbnail.xsl b/iso19139-2/unset-thumbnail.xsl new file mode 100644 index 00000000..faaec672 --- /dev/null +++ b/iso19139-2/unset-thumbnail.xsl @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/iso19139-2/update-fixed-info.xsl b/iso19139-2/update-fixed-info.xsl new file mode 100644 index 00000000..884ff95e --- /dev/null +++ b/iso19139-2/update-fixed-info.xsl @@ -0,0 +1,347 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ISO 19115:2003/19139 Profil EURAC + + + + + + + + 1.0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + urn:x-ogc:def:crs:EPSG:6.6:4326 + + + + + + + + + + + + + + + + urn:x-ogc:def:crs:EPSG:6.6:4326 + + + + + + + + + + + + + + + + + missing + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +