CoinsCore:hasOutgoingConnections Property
Uit COINS2
Versie door Bert de Wolde (Overleg | bijdragen) op 5 jun 2016 om 15:12 (Nieuwe pagina aangemaakt met '__NOTOC__ '''hasOutgoingConnections''' is a property of Object. It is a ObjectProperty holding a reference to an...')
hasOutgoingConnections is a property of Object. It is a ObjectProperty holding a reference to an instance of DirectedConnection.
hasIncommingConnections is the Inverse Functional Property of fromObject
hasOutgoingConnections is a subclass of hasConnections.
History
* New in COINS 2.0.
Formal Representation in RDF/XML
<owl:ObjectProperty rdf:ID="hasOutgoingConnections"> <rdfs:label xml:lang="en-GB">has Outgoing Connections</rdfs:label> <rdfs:comment xml:lang="en-GB">has Outgoing Connections</rdfs:comment> <rdfs:domain rdf:resource="#Object"/> <rdf:type rdf:resource="owl:InverseFunctionalProperty"/> <rdfs:subPropertyOf rdf:resource="#hasConnections"/> <owl:inverseOf rdf:resource="#fromObject"/> <rdfs:range rdf:resource="#DirectedConnection"/> </owl:ObjectProperty>