Class: ExternalReference¶
ExternalReference is a reference to a corresponding object in another information system, for example in the German cadastre (ALKIS), the German topographic information system (ATKIS), or the OS UK MasterMap®.
URI: citygml:ExternalReference
classDiagram
class ExternalReference
click ExternalReference href "../ExternalReference/"
ExternalReference : informationSystem
ExternalReference : relationType
ExternalReference : targetResource
Slots¶
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| targetResource | 1 Uri |
Specifies the URI that points to the object in the external information syste... | direct |
| informationSystem | 0..1 Uri |
Specifies the URI that points to the external information system | direct |
| relationType | 0..1 Uri |
Specifies a URI that additionally qualifies the ExternalReference | direct |
Usages¶
Identifier and Mapping Information¶
Schema Source¶
- from schema: https://www.ogc.org/standards/citygml
Mappings¶
| Mapping Type | Mapped Value |
|---|---|
| self | citygml:ExternalReference |
| native | citygml:ExternalReference |
LinkML Source¶
Direct¶
name: ExternalReference
description: ExternalReference is a reference to a corresponding object in another
information system, for example in the German cadastre (ALKIS), the German topographic
information system (ATKIS), or the OS UK MasterMap®.
from_schema: https://www.ogc.org/standards/citygml
abstract: false
attributes:
targetResource:
name: targetResource
description: Specifies the URI that points to the object in the external information
system.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
domain_of:
- ExternalReference
range: uri
required: true
multivalued: false
informationSystem:
name: informationSystem
description: Specifies the URI that points to the external information system.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
domain_of:
- ExternalReference
range: uri
required: false
multivalued: false
relationType:
name: relationType
description: Specifies a URI that additionally qualifies the ExternalReference.
The URI can point to a definition from an external ontology (e.g., the sameAs
relation from OWL) and allows for mapping the ExternalReference to RDF triples.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
domain_of:
- ExternalReference
range: uri
required: false
multivalued: false
Induced¶
name: ExternalReference
description: ExternalReference is a reference to a corresponding object in another
information system, for example in the German cadastre (ALKIS), the German topographic
information system (ATKIS), or the OS UK MasterMap®.
from_schema: https://www.ogc.org/standards/citygml
abstract: false
attributes:
targetResource:
name: targetResource
description: Specifies the URI that points to the object in the external information
system.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: targetResource
owner: ExternalReference
domain_of:
- ExternalReference
range: uri
required: true
multivalued: false
informationSystem:
name: informationSystem
description: Specifies the URI that points to the external information system.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: informationSystem
owner: ExternalReference
domain_of:
- ExternalReference
range: uri
required: false
multivalued: false
relationType:
name: relationType
description: Specifies a URI that additionally qualifies the ExternalReference.
The URI can point to a definition from an external ontology (e.g., the sameAs
relation from OWL) and allows for mapping the ExternalReference to RDF triples.
from_schema: https://www.ogc.org/standards/citygml
rank: 1000
alias: relationType
owner: ExternalReference
domain_of:
- ExternalReference
range: uri
required: false
multivalued: false