CoinsCore:Part Class
Uit COINS2
Versie door Bert de Wolde (Overleg | bijdragen) op 15 jul 2016 om 19:46
Part is a subclass of Entity.
Part is an abstract class; it can not be instantiated directly. Members of intantiatable subclasses of Entity can additionally be typed as Part. Individuals typed as a Part, need not be associated (through a ContainsRelation) with an Assembly.
The Part class is extendable.
History
* New in COINS 2.0
Informative representation in UML
This image shows the informative representation of the Part class.
Attributes
Name | Type | Description |
---|---|---|
partOf | ContainsRelation | Reference to 0, 1 ore more ContainsRelation |
Formal Representation in RDF/XML
<owl:Class rdf:ID="Part"> <rdfs:label xml:lang="en-GB">Part</rdfs:label> <rdfs:comment xml:lang="en-GB">Parent</rdfs:comment> <rdfs:subClassOf rdf:resource="#Entity"/> <isClassAbstract rdf:datatype="xsd:boolean">true</isClassAbstract> <isClassExtendable rdf:datatype="xsd:boolean">true</isClassExtendable> <rdfs:subClassOf> <owl:Restriction> <owl:onProperty rdf:resource="#nextTrunkVersion"/> <owl:allValuesFrom rdf:resource="#Part"/> </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>