CoinsCore:fromObject Property
Uit COINS2
Versie door Bert de Wolde (Overleg | bijdragen) op 9 jun 2016 om 09:47
fromObject is a Functional Property of DirectedConnection. It is a ObjectProperty holding a reference to an instance of Object the DirectedConnection is initiated from.
fromObject is a subProperty of hasConnectedObjects.
History
* New in COINS 2.0.
Formal Representation in RDF/XML
<owl:ObjectProperty rdf:ID="fromObject"> <rdfs:label xml:lang="en-GB">from Object</rdfs:label> <rdfs:comment xml:lang="en-GB">from 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>