CoinsCore:CoinsContainerObject Class
Uit COINS2
Versie door Bert de Wolde (Overleg | bijdragen) op 18 jul 2016 om 20:00 (→Formal Representation in RDF/XML)
CoinsContainerObject is a subclass of Concept. It contains all individuals that are placed in a Coins Container.
CoinsContainerObject is not an abstract class; it can be instantiated.
The CoinsContainerObject class can be extended to other classes.
The nextTrunkVersion is restricted to one other individual of CoinsContainerObject.
History
* New in COINS 2.0
Informative representation in UML
This image shows the informative representation of the CoinsContainerObject class.
Formal Representation in RDF/XML
<owl:Class rdf:ID="CoinsContainerObject"> <rdfs:label xml:lang="en-GB">CoinsContainerObject</rdfs:label> <rdfs:comment xml:lang="en-GB">CoinsContainerObject</rdfs:comment> <rdfs:subClassOf rdf:resource="#Concept"/> <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="#CoinsContainerObject"/> </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>