CoinsCore:hasIncomingConnections Property
Uit COINS2
hasIncomingConnections is a property of Object. It is a ObjectProperty holding a reference to an instance of DirectedConnection.
hasIncomingConnections is the Inverse Functional Property of toObject
hasIncomingConnections is a subProperty of hasConnections.
History
* New in COINS 2.0.
Formal Representation in RDF/XML
<owl:ObjectProperty rdf:ID="hasIncomingConnections"> <rdfs:label xml:lang="en-GB">has incoming Connections</rdfs:label> <rdfs:comment xml:lang="en-GB">has incoming Connections</rdfs:comment> <rdfs:domain rdf:resource="#Object"/> <rdf:type rdf:resource="owl:InverseFunctionalProperty"/> <rdfs:subPropertyOf rdf:resource="#hasConnections"/> <owl:inverseOf rdf:resource="#toObject"/> <rdfs:range rdf:resource="#DirectedConnection"/> </owl:ObjectProperty>