Class: LocationInfo
Contains all slots and attributes that are place bound.
URI: C2D_Ontology:LocationInfo
classDiagram
class LocationInfo
click LocationInfo href "../LocationInfo"
LocationInfo : address
LocationInfo : city
LocationInfo : comment
LocationInfo : coordinates
LocationInfo : country
LocationInfo : locationType
LocationInfo --> "1" EnumLocationType : locationType
click EnumLocationType href "../EnumLocationType"
LocationInfo : postalCode
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
comment | 0..1 String |
direct | |
address | 0..1 String |
Street, house number, post office box, etc | direct |
postalCode | 0..1 String |
direct | |
city | 0..1 String |
direct | |
country | 1 String |
direct | |
coordinates | 0..1 String |
direct | |
locationType | 1 EnumLocationType |
direct |
Usages
used by | used in | type | used |
---|---|---|---|
Entity | location | range | LocationInfo |
Organisation | location | range | LocationInfo |
Consortium | location | range | LocationInfo |
Company | location | range | LocationInfo |
Institution | location | range | LocationInfo |
Person | location | range | LocationInfo |
Project | location | range | LocationInfo |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/example/C2D_Ontology
Mappings
Mapping Type | Mapped Value |
---|---|
self | C2D_Ontology:LocationInfo |
native | C2D_Ontology:LocationInfo |
LinkML Source
Direct
name: LocationInfo
description: Contains all slots and attributes that are place bound.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
slots:
- comment
attributes:
address:
name: address
description: Street, house number, post office box, etc.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
rank: 1000
multivalued: false
domain_of:
- LocationInfo
range: string
required: false
postalCode:
name: postalCode
from_schema: https://w3id.org/linkml/example/C2D_Ontology
rank: 1000
multivalued: false
domain_of:
- LocationInfo
range: string
required: false
city:
name: city
from_schema: https://w3id.org/linkml/example/C2D_Ontology
rank: 1000
multivalued: false
domain_of:
- LocationInfo
range: string
required: false
country:
name: country
from_schema: https://w3id.org/linkml/example/C2D_Ontology
rank: 1000
multivalued: false
domain_of:
- LocationInfo
range: string
required: true
coordinates:
name: coordinates
from_schema: https://w3id.org/linkml/example/C2D_Ontology
rank: 1000
multivalued: false
domain_of:
- LocationInfo
range: string
required: false
locationType:
name: locationType
from_schema: https://w3id.org/linkml/example/C2D_Ontology
rank: 1000
multivalued: false
domain_of:
- LocationInfo
range: enumLocationType
required: true
Induced
name: LocationInfo
description: Contains all slots and attributes that are place bound.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
attributes:
address:
name: address
description: Street, house number, post office box, etc.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
rank: 1000
multivalued: false
alias: address
owner: LocationInfo
domain_of:
- LocationInfo
range: string
required: false
postalCode:
name: postalCode
from_schema: https://w3id.org/linkml/example/C2D_Ontology
rank: 1000
multivalued: false
alias: postalCode
owner: LocationInfo
domain_of:
- LocationInfo
range: string
required: false
city:
name: city
from_schema: https://w3id.org/linkml/example/C2D_Ontology
rank: 1000
multivalued: false
alias: city
owner: LocationInfo
domain_of:
- LocationInfo
range: string
required: false
country:
name: country
from_schema: https://w3id.org/linkml/example/C2D_Ontology
rank: 1000
multivalued: false
alias: country
owner: LocationInfo
domain_of:
- LocationInfo
range: string
required: true
coordinates:
name: coordinates
from_schema: https://w3id.org/linkml/example/C2D_Ontology
rank: 1000
multivalued: false
alias: coordinates
owner: LocationInfo
domain_of:
- LocationInfo
range: string
required: false
locationType:
name: locationType
from_schema: https://w3id.org/linkml/example/C2D_Ontology
rank: 1000
multivalued: false
alias: locationType
owner: LocationInfo
domain_of:
- LocationInfo
range: enumLocationType
required: true
comment:
name: comment
from_schema: https://w3id.org/linkml/example/C2D_Ontology
aliases:
- anmerkung
rank: 1000
alias: comment
owner: LocationInfo
domain_of:
- ContactInfo
- LocationInfo
range: string
required: false