CoinsCore:ComplexPropertyValue Class
Uit COINS2
ComplexPropertyValue is a subclass of Entity. It has no further attributes of itself, but all ComplexProperties refer to a value of ComplexPropertyValue or specialization thereof. An instance of ComplexPropertyValue can not exist by itself.
ComplexPropertyValue is not an abstract class; it can be instantiated directly.
ComplexPropertyValue is extendable; in the Coins Core Model, it is extended to DocumentReference, Locator and Vector.
The nextTrunkVersion is restricted to one other instance of ComplexPropertyValue.
History
* New in COINS 2.0
Informative representation in UML
This image shows the informative representation of the ComplexPropertyValue class.
Formal Representation in RDF/XML
<owl:Class rdf:ID="ComplexPropertyValue"> <rdfs:label xml:lang="en-GB">ComplexPropertyValue</rdfs:label> <rdfs:comment xml:lang="en-GB">ComplexPropertyValue</rdfs:comment> <rdfs:subClassOf rdf:resource="#Entity"/> <isClassAbstract rdf:datatype="xsd:boolean">false</isClassAbstract> <isClassExtendable rdf:datatype="xsd:boolean">true</isClassExtendable> <rdfs:subClassOf> <owl:Restriction> <owl:onProperty rdf:resource="#nextTrunkVersion"/> <owl:allValuesFrom rdf:resource="#ComplexPropertyValue"/> </owl:Restriction> </rdfs:subClassOf> <classCreator rdf:resource="#COINSTechnicalManagementGroup"/> <classCreationDate rdf:datatype="xsd:dateTime">2016-04-04T12:00:00.00</classCreationDate> <classVersionID rdf:datatype="xsd:string">1.0</classVersionID> </owl:Class>