physical location identifier
IRI: https://spec.industrialontologies.org/ontology/construct/PhysicalLocationIdentifier
Defined In: https://spec.industrialontologies.org/ontology/core/Core/
SubClass Of: identifier
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:continuant βΊ bfo:generically dependent continuant βΊ information content entity βΊ identifier βΊ physical location identifier
Definition
identifier that identifies a physical location (site)
Semi-Formal Definition:
every instance of βphysical location identifierβ is defined as exactly an instance of βidentifierβ that βdesignatesβ a βsiteβ
Explanatory Notes
-
Physical location is a synonym for BFO:Site and hence the usage of BFO:Site within the axioms should be interpreted as physical location
-
As introduced here, the IOF ontology is only dealing with physical locations. Identifiers for other kinds of location designators (e.g., virtual locations) will be considered in a future version.
-
More classes need to be introduced to represent coordinates in 3D space. For this, the OGC specification may be utilized: http://docs.opengeospatial.org/is/18-010r7/18-010r7.html#106
Examples
- postal address, GPS coordinate, GS1 global location number (GLN) for physical and digital location, 42.8864Β° N, 78.8784Β° W, London, the factory floor
Synonyms
- site identifier, site designator
Formal Axioms
First-Order Logic Definition
PhysicalLocationIdentifier(x) β Identifier(x) β§ βl(Site(l) β§ designates(x,l))
Description Logic
constr:PhysicalLocationIdentifier β‘ constr:Identifier β β constr:designates .bfo:site
EquivalentTo: constr:Identifier and constr:designates some bfo:site
SubClassOf: constr:Identifier