Class: Address
Full address of the entity.
URI: [vcard:Address](https://www.w3.org/2006/vcard/ns#Address)
[String](String.md) | ISO 3166-1 alpha-2 country code | direct | | [locality](locality.md) | 0..1
[String](String.md) | City or locality | direct | | [postalCode](postalCode.md) | 0..1
[String](String.md) | Postal code | direct | | [streetAddress](streetAddress.md) | 0..1
[String](String.md) | Street address | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [LegalPerson](LegalPerson.md) | [legalAddress](legalAddress.md) | range | [Address](Address.md) | | [LegalPerson](LegalPerson.md) | [headquarterAddress](headquarterAddress.md) | range | [Address](Address.md) | | [LegalParticipant](LegalParticipant.md) | [legalAddress](legalAddress.md) | range | [Address](Address.md) | | [LegalParticipant](LegalParticipant.md) | [headquarterAddress](headquarterAddress.md) | range | [Address](Address.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://$BASE_URL$/d4nx-conformity ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | vcard:Address | | native | https://$BASE_URL$/d4nx-conformity/Address | ## LinkML Source ### Direct
### Induced
classDiagram
class Address
click Address href "../Address/"
Address : countryCode
Address : locality
Address : postalCode
Address : streetAddress
## Class Properties
| Property | Value |
| --- | --- |
| Class URI | [vcard:Address](https://www.w3.org/2006/vcard/ns#Address) |
## Slots
| Name | Cardinality and Range | Description | Inheritance |
| --- | --- | --- | --- |
| [countryCode](countryCode.md) | 1 [String](String.md) | ISO 3166-1 alpha-2 country code | direct | | [locality](locality.md) | 0..1
[String](String.md) | City or locality | direct | | [postalCode](postalCode.md) | 0..1
[String](String.md) | Postal code | direct | | [streetAddress](streetAddress.md) | 0..1
[String](String.md) | Street address | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [LegalPerson](LegalPerson.md) | [legalAddress](legalAddress.md) | range | [Address](Address.md) | | [LegalPerson](LegalPerson.md) | [headquarterAddress](headquarterAddress.md) | range | [Address](Address.md) | | [LegalParticipant](LegalParticipant.md) | [legalAddress](legalAddress.md) | range | [Address](Address.md) | | [LegalParticipant](LegalParticipant.md) | [headquarterAddress](headquarterAddress.md) | range | [Address](Address.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://$BASE_URL$/d4nx-conformity ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | vcard:Address | | native | https://$BASE_URL$/d4nx-conformity/Address | ## LinkML Source ### Direct
name: Address
description: Full address of the entity.
from_schema: https://$BASE_URL$/d4nx-conformity
slots:
- countryCode
- locality
- postalCode
- streetAddress
class_uri: vcard:Address
name: Address
description: Full address of the entity.
from_schema: https://$BASE_URL$/d4nx-conformity
attributes:
countryCode:
name: countryCode
description: ISO 3166-1 alpha-2 country code.
from_schema: https://$BASE_URL$/d4nx-conformity
rank: 1000
slot_uri: vcard:country-name
owner: Address
domain_of:
- Address
range: string
required: true
locality:
name: locality
description: City or locality.
from_schema: https://$BASE_URL$/d4nx-conformity
rank: 1000
slot_uri: vcard:locality
owner: Address
domain_of:
- Address
range: string
postalCode:
name: postalCode
description: Postal code.
from_schema: https://$BASE_URL$/d4nx-conformity
rank: 1000
slot_uri: vcard:postal-code
owner: Address
domain_of:
- Address
range: string
streetAddress:
name: streetAddress
description: Street address.
from_schema: https://$BASE_URL$/d4nx-conformity
rank: 1000
slot_uri: vcard:street-address
owner: Address
domain_of:
- Address
range: string
class_uri: vcard:Address