CoinsCore:toObject Property
Uit COINS2
toObject is an owl:Functional Property of the Coins class DirectedConnection. It is an owl:ObjectProperty holding a reference to the instance of a Coins Object the DirectedConnection is pointing to.
toObject is a subProperty of hasConnectedObjects.
History
* New in COINS 2.0.
Formal Representation in RDF/XML
<owl:ObjectProperty rdf:ID="toObject"> <rdfs:label xml:lang="en-GB">to Object</rdfs:label> <rdfs:comment xml:lang="en-GB">from Connection to Object</rdfs:comment> <rdfs:domain rdf:resource="#DirectedConnection"/> <rdf:type rdf:resource="owl:FunctionalProperty"/> <rdfs:subPropertyOf rdf:resource="#hasConnectedObjects"/> <rdfs:range rdf:resource="#Object"/> </owl:ObjectProperty>