CoinsCore:CoinsContainerObject Class: verschil tussen versies
Uit COINS2
k |
|||
(2 tussenliggende versies door een andere gebruiker niet weergegeven) | |||
Regel 1: | Regel 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''CoinsContainerObject''' is a subclass of [[CoinsCore:Concept Class|Concept]]. It contains all individuals that are placed in a [[ | + | '''CoinsContainerObject''' is a subclass of [[CoinsCore:Concept Class|Concept]]. It contains all individuals that are placed in a [[Coins Container: Generic|Coins Container]]. |
CoinsContainerObject is not an abstract class; it can be instantiated. | CoinsContainerObject is not an abstract class; it can be instantiated. | ||
Regel 9: | Regel 9: | ||
The [[CoinsCore:nextTrunkVersion Property|nextTrunkVersion]] is restricted to one other individual of CoinsContainerObject. | The [[CoinsCore:nextTrunkVersion Property|nextTrunkVersion]] is restricted to one other individual of CoinsContainerObject. | ||
+ | This CoinsContainerObject acts as a kind of placeholder for all objects within this container. So, when you import this information into your own system you are able to identify which objects have been sent to you in what container. | ||
Regel 59: | Regel 60: | ||
<classCreator rdf:resource="#COINSTechnicalManagementGroup"/> | <classCreator rdf:resource="#COINSTechnicalManagementGroup"/> | ||
− | <classCreationDate rdf:datatype="xsd:dateTime">2016- | + | <classCreationDate rdf:datatype="xsd:dateTime">2016-04-04T12:00:00.00</classCreationDate> |
<classVersionID rdf:datatype="xsd:string">1.0</classVersionID> | <classVersionID rdf:datatype="xsd:string">1.0</classVersionID> | ||
Huidige versie van 13 okt 2016 om 11:15
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.
This CoinsContainerObject acts as a kind of placeholder for all objects within this container. So, when you import this information into your own system you are able to identify which objects have been sent to you in what container.
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>