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 : coordinates LocationInfo : country LocationInfo : internalNote LocationInfo : locationType LocationInfo --> "1" EnumLocationType : locationType click EnumLocationType href "../EnumLocationType" LocationInfo : postalCode

Slots

Name Cardinality and Range Description Inheritance
internalNote 0..1
String
Internal-only comments about the subject, not visible from extern 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://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/

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://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
slots:
- internalNote
attributes:
  address:
    name: address
    description: Street, house number, post office box, etc.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: false
    domain_of:
    - LocationInfo
    range: string
    required: false
  postalCode:
    name: postalCode
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: false
    domain_of:
    - LocationInfo
    range: string
    required: false
  city:
    name: city
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: false
    domain_of:
    - LocationInfo
    range: string
    required: false
  country:
    name: country
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: false
    domain_of:
    - LocationInfo
    range: string
    required: true
  coordinates:
    name: coordinates
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: false
    domain_of:
    - LocationInfo
    range: string
    required: false
  locationType:
    name: locationType
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    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://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
attributes:
  address:
    name: address
    description: Street, house number, post office box, etc.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: false
    alias: address
    owner: LocationInfo
    domain_of:
    - LocationInfo
    range: string
    required: false
  postalCode:
    name: postalCode
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: false
    alias: postalCode
    owner: LocationInfo
    domain_of:
    - LocationInfo
    range: string
    required: false
  city:
    name: city
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: false
    alias: city
    owner: LocationInfo
    domain_of:
    - LocationInfo
    range: string
    required: false
  country:
    name: country
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: false
    alias: country
    owner: LocationInfo
    domain_of:
    - LocationInfo
    range: string
    required: true
  coordinates:
    name: coordinates
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: false
    alias: coordinates
    owner: LocationInfo
    domain_of:
    - LocationInfo
    range: string
    required: false
  locationType:
    name: locationType
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    rank: 1000
    multivalued: false
    alias: locationType
    owner: LocationInfo
    domain_of:
    - LocationInfo
    range: enumLocationType
    required: true
  internalNote:
    name: internalNote
    description: Internal-only comments about the subject, not visible from extern.
    from_schema: https://c2d-knowledgebase-c2d-ap2-c7d1191c3c64405c285d0ac5584cbf678bdf0.gp.hrz.tu-chemnitz.de/
    aliases:
    - Notiz
    - Anmerkung
    rank: 1000
    alias: internalNote
    owner: LocationInfo
    domain_of:
    - ContactInfo
    - LocationInfo
    - ExpertContract
    range: string
    required: false