CoinsCore:Person Class
Uit COINS2
Person is a subclass of Party.
Person is not an abstract class; it can be instantiated directly. The Person class can be extended.
The nextTrunkVersion is restricted to one other instance of Person.
History
* New in COINS 2.0
Informative representation in UML
This image shows the informative representation of the Person class.
Formal Representation in RDF/XML
<owl:Class rdf:ID="Person"> <rdfs:label xml:lang="en-GB">Person</rdfs:label> <rdfs:comment xml:lang="en-GB">Person</rdfs:comment> <rdfs:subClassOf rdf:resource="#Party"/> <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="#Person"/> </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>