objekttype

INSPIRE Ukjent

Administrative and social governmental services provided by, or on behalf of, a Public Administrative Body, in order to be used in the treatment of environmental issues (broad meaning) for public use or to the benefit of citizens -- Description -- Administrative and social governmental services such as public administrations, civil protection, sites, schools, hospitals. The kinds of sites are commonly presented in governmental and municipal portals and map system as "point of interest"-data, and may be point-based location of a variety of categories of municipal and governmental services and social infrastructure
Egenskap Stereotype Beskrivelse Type Multiplisitet
additionalLocationDescription voidable PT_FreeText 0..1
areaOfResponsibility voidable AreaOfResponsibilityType 0..1
beginLifespanVersion lifeCycleInfo DateTime 1..1
emergencyPlan voidable CI_Citation 0..*
endLifespanVersion lifeCycleInfo DateTime 0..1
hoursOfService voidable PT_FreeText 1..1
inspireId Identifier 1..1
name voidable GeographicalName 0..*
note voidable PT_FreeText 0..1
occupancy voidable OccupancyType 0..*
resources voidable ResourceType 0..*
responsiblePartyContact voidable CI_ResponsibleParty 1..*
serviceLevel voidable ServiceLevelValue 0..*
serviceLocation ServiceLocationType 1..1
serviceType ServiceTypeValue 1..1
validFrom voidable DateTime 1..1
validTo voidable DateTime 0..1
website voidable URL 0..1
Navn Type Lengde Multiplisitet
PT_FreeText 0..1
AreaOfResponsibilityType 0..1
DateTime 1..1
CI_Citation 0..*
DateTime 0..1
PT_FreeText 1..1
Identifier 1..1
GeographicalName 0..*
PT_FreeText 0..1
OccupancyType 0..*
ResourceType 0..*
CI_ResponsibleParty 1..*
ServiceLevelValue 0..*
ServiceLocationType 1..1
ServiceTypeValue 1..1
DateTime 1..1
DateTime 0..1
URL 0..1
Name Type English Description
additionalLocationDescription PT_FreeText Additional information that helps to easily find the specific governmental service, more than provided by the service location (i.e. correct level in a building, prefered entrance, etc.) -- Description -- EXAMPLE A heart defibrillator is located at the “information desk, ground floor"
areaOfResponsibility AreaOfResponsibilityType The spatial responsibility of a service instance -- Description -- EXAMPLES: An administration is responsible for a municipality; A winter service is responsible for a number of roads
beginLifespanVersion DateTime Date and time at which this version of the spatial object was inserted or changed in the spatial data set -- Description -- related to the life-cycle of the spatial object in the data set
emergencyPlan CI_Citation Document describing actions to be undertaken by the governmental service users and responsible parties, when a certain (or several) risk(s) occurs -- Description -- EXAMPLE: Emergency Plan in case of volcano's eruption in Vesuvio's region, in Italy. The document can provide information to minimize such risks preventively or how to react in front of such risks. Such documents may be required by the legislations of several European countries
endLifespanVersion DateTime Date and time at which this version of the spatial object was superseded or retired in the spatial data set -- Description -- related to the life-cycle of the spatial object in the data set
hoursOfService PT_FreeText Time, when the service can be used
inspireId Identifier External object identifier of the governmental service -- Description -- NOTE 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
name GeographicalName Usual name (designation of an object by a linguistic expression) of the service -- Description -- EXAMPLE "Hotel de ville" The name can be refering: (a) to the description of the type of governmental service, if providing more detailled information than the ServiceTypeValue (e.g. "Children Library" when the value in the codelist is only "Library"); (b) to a proper noun, given to the service (e.g. "Reichstag" or "Buckhingam Palace"); or (c) to a mix of both solutions (a) and (b) (e.g. "Lycee Professionnel Jean Jaures" or "KinderGarten W.A. Mozart") Recommandation: It's useless to have a name only repeating the value of the codelist ServiceTypeValue The text is multi-linguistic (PT_FreeText), so several names can be provided (Tour Eiffel (FR), Eiffel Tower (EN), EiffelTurm (DE), etc.)
note PT_FreeText Any comment that help the user to better understand what is the governmental service (i.e. litteral description of the service) -- Description -- This atribute is not used for internal matters, such as database management, but to provide more detailleed information that cannot be included in other attributes (e.g. "This home for the handicapped is speciallized for the blind people only")
occupancy OccupancyType Capacity of a governmental service with the purpose of accommodation (e.g. home for the elderly) or attendance of persons (e.g. stadium). -- Description -- The capacity of the service shall be provided, not the current occupancy.
resources ResourceType Description of technical resources of services
responsiblePartyContact CI_ResponsibleParty Contact (i.e. person, telephone number, e-mail, etc.) of the responsible party, given a specific role (owner, maintainer, etc.) of the governmental service. This information can be used for emergency purposes or for gathering more detailled information about the governmental service -- Description -- Prefer to use designation of the function and generic informations, rather than data unsing the names of the responsible persons, who may change within shorter period than data update (e.g. for e-mail addresses)
serviceLevel ServiceLevelValue Allowed types for the adminstrative level where the service is provided from
serviceLocation ServiceLocationType Location from where the service is offered
serviceType ServiceTypeValue Type of a governmental service
validFrom DateTime The time when the phenomenon started to exist in the real world -- Description -- related to the existence of the phenomenon in the real world
validTo DateTime The time from which the phenomenon no longer exists in the real world -- Description -- related to the existence of the phenomenon in the real world
website URL Official Internet site of the governmental service, where can be found more detailled information. The URL can also link to a document provinding such information (preferebly .pdf or universally readable format) -- Description -- EXAMPLES: http://www.opapisa.it/fr/home.html for the Leaning Tower of Pisa or http://www.teatroallascala.org/en/index.html for the Opera of Milano

Vis GovernmentalService i NVDB Datakatalog

Id Navn Type Multiplisitet
PT_FreeText 0 ..1
AreaOfResponsibilityType 0 ..1
DateTime 1 ..1
CI_Citation 0 ..*
DateTime 0 ..1
PT_FreeText 1 ..1
Identifier 1 ..1
GeographicalName 0 ..*
PT_FreeText 0 ..1
OccupancyType 0 ..*
ResourceType 0 ..*
CI_ResponsibleParty 1 ..*
ServiceLevelValue 0 ..*
ServiceLocationType 1 ..1
ServiceTypeValue 1 ..1
DateTime 1 ..1
DateTime 0 ..1
URL 0 ..1
Navn Beskrivelse
endLifespanVersion /* If set, the date endLifespanVersion shall be later than beginLifespanVersion. */ inv: self.endLifespanVersion .isAfter(self.beginLifespanVersion)
validTo /* If set, the date validTo shall be equal or later than validFrom. */ inv: self.validTo .isEqual(self.validFrom) or self.validTo .isAfter(self.validFrom)