Category | Alternate Structures for specific types or type hierarchies |
Description | Citations are another element type that is used in many different places throughout the INSPIRE data specifications. ISO 19115 defines The simplified citation is based on a link to an external publication and adds minimal information with four properties:
Each of these properties maps directly to an existing property of the original citation types. The |
Original instance in default encoding: |
<am:ManagementRestrictionOrRegulationZone>
<!-- ... -->
<am:legalBasis
xlink:href="http://www.retsinformation.dk/eli/lta/2017/122"
xlink:title="Bekendtgørelse af lov om skove">
<base2:LegislationCitation>
<base2:name>Bekendtgørelse af lov om skove</base2:name>
<base2:shortName>LBK nr 122 af 26/01/2017</base2:shortName>
<base2:date>
<gmd:CI_Date>
<gmd:date>
<gco:Date>2017-01-26</gco:Date>
</gmd:date>
<gmd:dateType>
<gmd:CI_DateTypeCode
codeListValue="creation"
codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/ML_gmxCodelists.xml#CI_DateTypeCode" />
</gmd:dateType>
</gmd:CI_Date>
</base2:date>
<base2:link>http://www.retsinformation.dk/eli/lta/2017/122</base2:link>
<base2:level xlink:href="http://inspire.ec.europa.eu/codelist/LegislationLevelValue/national" xlink:title="national" />
</base2:LegislationCitation>
</am:legalBasis>
<!-- ... -->
</am:ManagementRestrictionOrRegulationZone> |
Transformed instance in default encoding: |
<ems:EnvironmentalMonitoringFacility>
<!-- ... -->
<ems:legalBackground>
<simple:SimpleCitiation>
<simple:name>Bekendtgørelse af lov om skove</simple:name>
<simple:type>LegislationCitation</simple:type>
<simple:date>2017-01-26</simple:date>
<simple:link>http://www.retsinformation.dk/eli/lta/2017/122</simple:link>
<simple:level xlink:href="http://inspire.ec.europa.eu/codelist/LegislationLevelValue/national" xlink:title="national" />
</simple:SimpleCitation>
</ems:legalBackground>
<!-- ... -->
</ems:EnvironmentalMonitoringFacility> |
Model transformation rule: |
Substitute existing |
Instance transformation rule: |
|
Solves usability issues: | The transformed data structure can easily be edited, filtered and symbolized in desktop GIS and web GIS software. This transformation also reduces data volume. |
Known usability issues: | None. |
INSPIRE Compliance: | This rule works only with one external link, and it removed finer grained information about dates. It can be combined with the [Property Composition to Association](./PropertyCompositiontoAssociation.md) rule to add more information from an external register. |
Notes:
- None.