SpeciesDistributionCoverage

objekttype

Inspire revision 4711 Gyldig

-- Name -- species distribution coverage
The spatial representation of a species occurrence. -- Description --
Egenskap Stereotype Beskrivelse Type Multiplisitet
beginLifespanVersion -- Name -- begin lifespan version DateTime 1..1
endLifespanVersion -- Name -- end lifespan version DateTime 1..1
inspireId -- Name -- inspire id Identifier (datatype) 1..1
- localId CharacterString 1..1
- namespace CharacterString 1..1
- versionId CharacterString 0..1
referenceSpeciesId -- Name -- reference species id CharacterString 1..1
referenceSpeciesScheme -- Name -- reference species scheme ReferenceSpeciesSchemeValue (kodeliste) 1..1
domainExtent -- Name -- domain extent EX_GeographicExtent 1..1
CoverageByDomainAndRange
coverageFunction -- Name -- coverage function CoverageFunction 0..1
domainSet -- Name -- domain set Any 1..1
rangeSet -- Name -- range set Any 0..*
Coverage
metadata -- Name -- metadata Any 0..*
rangeType -- Name -- range type RecordType 1..1
Navn Type Lengde Multiplisitet
CoverageFunction 0..1
Any 1..1
Any 0..*
Any 0..*
RecordType 1..1
DateTime 1..1
DateTime 1..1
Identifier 1..1
CharacterString 1..1
ReferenceSpeciesSchemeValue 1..1
EX_GeographicExtent 1..1
Name Type English Description
coverageFunction CoverageFunction Description of how range values at locations in the coverage domain can be obtained.
domainSet Any Configuration of the domain of the coverage described in terms of coordinates. -- Description -- NOTE The values of this property will typically be constrained in subtypes to specific spatial and/or temporal geometries.
rangeSet Any Set of feature attribute values associated by a function with the elements of the domain of the coverage.
metadata Any Application specific metadata of the coverage. -- Description -- NOTE The values of this property will typically be constrained in subtypes or in profiles specified by information communities.
rangeType RecordType Description of the structure of the range values.
beginLifespanVersion DateTime Date and time at which this version of the spatial object was inserted or changed in the spatial data set. -- Description -- NOTE This date is recorded to enable the generation of change only update files.
endLifespanVersion DateTime Date and time at which this version of the spatial object was superseded or retired in the spatial data set. -- Description -- NOTE This date is recorded primarily for those systems which "close" an entry in the spatial data set in the event of an attribute change.
inspireId Identifier External object identifier of the spatial object. -- Description -- An external object identifier is a unique object identifier published by the responsible body, which may be used by external applications to reference the spatial object. The identifier is an identifier of the spatial object, not an identifier of the real-world phenomenon.
referenceSpeciesId CharacterString ID of one of the reference lists given by the referenceSpeciesScheme.
referenceSpeciesScheme ReferenceSpeciesSchemeValue Reference list defining a nomenclatural and taxonomical standard where all local names and taxonomic concepts have to be mapped to. -- Description -- Closed codelist of accepted PAN-european taxonomical reference lists defining the nomenclature and taxonomical concept of a given species name. This must not be regarded as the ultimate taxonomic truth: this will always change. It serves as a definition of a taxonomic concept described by systematic and synonym relations where other names and there inherent taxonomic concepts can be mapped to. The code list comprises of Eu-Nomen, EUNIS and Natura2000. In these sources harmonized species GUIDs and names are maintained by institutions with an assignment outside INSPIRE and the species names are to be retrieved through webservices using GUIDs. Only one of these list must be used for one taxon. The priority is as follows: 1) EU-Nomen, 2) EUNIS, 3) Natura2000. This implies: if a taxon is listed in EU-Nomen, this reference must be used as first choice. If it is not listed in EU-Nomen, the second choice is EUNIS, if not in EUNIS, Natura2000 can be used.
domainExtent EX_GeographicExtent The geographic extent of the domain of the coverage.

Vis SpeciesDistributionCoverage i NVDB Datakatalog

Id Navn Type Multiplisitet
DateTime 1 ..1
DateTime 1 ..1
Identifier 1 ..1
CharacterString 1 ..1
ReferenceSpeciesSchemeValue 1 ..1
EX_GeographicExtent 1 ..1
Assosiasjonstype Navn Kilde Destinasjon
arv subtype SpeciesDistributionCoverage supertype CoverageByDomainAndRange
Navn Beskrivelse
domainIsMultiSurfaceOrRectifiedGridOrMultiPoint /* domain is a multi surface, rectified grid or multi point*/ inv: domainSet.oclIsKindOf(GM_MultiSurface) or domainSet.oclIsKindOf(CV_RectifiedGrid) or domainSet.oclIsKindOf(GM_MultiPoint)
rangeSetIsSpeciesDistributionUnit /* range set is described by species distribution*/ inv: rangeSet.oclIsKindOf(SpeciesDistributionUnit)