CoinsCore:Locator Class
Uit COINS2
Locator is a subclass of ComplexPropertyValue.
Locator is not an abstract class; it can be instantiated directly.
Locator is extendable; in the Coins Core Model it is extended to CartesianLocator.
The nextTrunkVersion is restricted to one other instance of Locator.
History
* New in COINS 2.0
Informative representation in UML
This image shows the informative representation of the Locator class.
Formal Representation in RDF/XML
<owl:Class rdf:ID="Locator"> <rdfs:label xml:lang="en-GB">Locator</rdfs:label> <rdfs:comment xml:lang="en-GB">Locator</rdfs:comment> <rdfs:subClassOf rdf:resource="#ComplexPropertyValue"/> <isClassExtendable rdf:datatype="xsd:boolean">true</isClassExtendable> <isClassAbstract rdf:datatype="xsd:boolean">false</isClassAbstract> <rdfs:subClassOf> <owl:Restriction> <owl:onProperty rdf:resource="#nextTrunkVersion"/> <owl:allValuesFrom rdf:resource="#Locator"/> </owl:Restriction> </rdfs:subClassOf> <classCreator rdf:resource="#COINSTechnicalManagementGroup"/> <classCreationDate rdf:datatype="xsd:dateTime">2016-04-04T12:00:00.000</classCreationDate> <classVersionID rdf:datatype="xsd:string">1.0</classVersionID> </owl:Class>