Enum: EnumLocationType

Differentiates between different types of locationInformation following the implementation in https://dresden-technologieportal.de

URI: EnumLocationType

Permissible Values

Value Meaning Description
postal address None An address used for mailing purposes
office address None An address used to describe a visiting address

Slots

Name Description
locationType

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/example/C2D_Ontology

LinkML Source

name: enumLocationType
description: Differentiates between different types of locationInformation following
  the implementation in https://dresden-technologieportal.de
from_schema: https://w3id.org/linkml/example/C2D_Ontology
rank: 1000
permissible_values:
  postal address:
    text: postal address
    description: An address used for mailing purposes.
  office address:
    text: office address
    description: An address used to describe a visiting address.