Address
Full address of the entity.
URI: gx:Address
classDiagram
class Address
click Address href "../Address"
Address : countryCode
Address --> "1" String : countryCode
click String href "../String"
Address : countryName
Address --> "0..1" String : countryName
click String href "../String"
Address : gps
Address --> "*" GPSLocation : gps
click GPSLocation href "../GPSLocation"
Address : locality
Address --> "0..1" String : locality
click String href "../String"
Address : postalCode
Address --> "0..1" String : postalCode
click String href "../String"
Address : region
Address --> "0..1" NUTS2Region : region
click NUTS2Region href "../NUTS2Region"
Address : streetAddress
Address --> "0..1" String : streetAddress
click String href "../String"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
countryCode | 1 xsd:string or CountryNameAlpha2 or CountryNameAlpha3 or CountryNameNumeric |
Country code in ISO 3166-1 alpha2, alpha-3 or numeric format | direct |
countryName | 0..1 xsd:string |
The name of the country | direct |
gps | * GPSLocation |
GPS in ISO 6709:2008/Cor 1:2009 format | direct |
streetAddress | 0..1 xsd:string |
The street address of a postal address | direct |
postalCode | 0..1 xsd:string |
The local postal code of the address | direct |
locality | 0..1 xsd:string |
The locality (e | direct |
region | 0..1 NUTS2Region |
The NUTS2 region code of the geographical location | direct |
Usages
used by | used in | type | used |
---|---|---|---|
AvailabilityZone | address | range | Address |
PointOfPresence | location | range | Address |
PhysicalInterconnectionPointIdentifier | location | range | Address |
InternetExchangePoint | location | range | Address |
InternetServiceProvider | legalAddress | range | Address |
InternetServiceProvider | headquartersAddress | range | Address |
ContactInformation | postalAddress | range | Address |
DataProvider | legalAddress | range | Address |
DataProvider | headquartersAddress | range | Address |
DataLicensor | legalAddress | range | Address |
DataLicensor | headquartersAddress | range | Address |
DataProducer | legalAddress | range | Address |
DataProducer | headquartersAddress | range | Address |
DataConsumer | legalAddress | range | Address |
DataConsumer | headquartersAddress | range | Address |
Federator | legalAddress | range | Address |
Federator | headquartersAddress | range | Address |
PhysicalResource | location | range | Address |
LegalPerson | legalAddress | range | Address |
LegalPerson | headquartersAddress | range | Address |
Datacenter | location | range | Address |
Region | address | range | Address |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/gaia-x/development#address
LinkML Source
Direct
name: Address
description: Full address of the entity.
from_schema: https://w3id.org/gaia-x/development#address
attributes:
countryCode:
name: countryCode
description: Country code in ISO 3166-1 alpha2, alpha-3 or numeric format.
from_schema: https://w3id.org/gaia-x/development#address
rank: 1000
domain_of:
- Address
- VatID
- LeiCode
required: true
any_of:
- range: CountryNameAlpha2
- range: CountryNameAlpha3
- range: CountryNameNumeric
countryName:
name: countryName
description: The name of the country.
from_schema: https://w3id.org/gaia-x/development#address
rank: 1000
domain_of:
- Address
range: string
gps:
name: gps
description: GPS in ISO 6709:2008/Cor 1:2009 format.
from_schema: https://w3id.org/gaia-x/development#address
rank: 1000
domain_of:
- Address
range: GPSLocation
multivalued: true
streetAddress:
name: streetAddress
description: The street address of a postal address.
from_schema: https://w3id.org/gaia-x/development#address
rank: 1000
slot_uri: https_vcard:street-address
domain_of:
- Address
range: string
postalCode:
name: postalCode
description: The local postal code of the address.
from_schema: https://w3id.org/gaia-x/development#address
rank: 1000
slot_uri: https_vcard:postal-code
domain_of:
- Address
locality:
name: locality
description: The locality (e.g. city or town) associated with the address.
from_schema: https://w3id.org/gaia-x/development#address
rank: 1000
slot_uri: https_vcard:locality
domain_of:
- Address
range: string
region:
name: region
description: The NUTS2 region code of the geographical location.
from_schema: https://w3id.org/gaia-x/development#address
rank: 1000
domain_of:
- Address
range: NUTS2Region
Induced
name: Address
description: Full address of the entity.
from_schema: https://w3id.org/gaia-x/development#address
attributes:
countryCode:
name: countryCode
description: Country code in ISO 3166-1 alpha2, alpha-3 or numeric format.
from_schema: https://w3id.org/gaia-x/development#address
rank: 1000
alias: countryCode
owner: Address
domain_of:
- Address
- VatID
- LeiCode
range: string
required: true
any_of:
- range: CountryNameAlpha2
- range: CountryNameAlpha3
- range: CountryNameNumeric
countryName:
name: countryName
description: The name of the country.
from_schema: https://w3id.org/gaia-x/development#address
rank: 1000
alias: countryName
owner: Address
domain_of:
- Address
range: string
gps:
name: gps
description: GPS in ISO 6709:2008/Cor 1:2009 format.
from_schema: https://w3id.org/gaia-x/development#address
rank: 1000
alias: gps
owner: Address
domain_of:
- Address
range: GPSLocation
multivalued: true
streetAddress:
name: streetAddress
description: The street address of a postal address.
from_schema: https://w3id.org/gaia-x/development#address
rank: 1000
slot_uri: https_vcard:street-address
alias: streetAddress
owner: Address
domain_of:
- Address
range: string
postalCode:
name: postalCode
description: The local postal code of the address.
from_schema: https://w3id.org/gaia-x/development#address
rank: 1000
slot_uri: https_vcard:postal-code
alias: postalCode
owner: Address
domain_of:
- Address
range: string
locality:
name: locality
description: The locality (e.g. city or town) associated with the address.
from_schema: https://w3id.org/gaia-x/development#address
rank: 1000
slot_uri: https_vcard:locality
alias: locality
owner: Address
domain_of:
- Address
range: string
region:
name: region
description: The NUTS2 region code of the geographical location.
from_schema: https://w3id.org/gaia-x/development#address
rank: 1000
alias: region
owner: Address
domain_of:
- Address
range: NUTS2Region