<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://terminologies.gfbio.org/terms/rivers_de#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:ns1="http://www.geonames.org/ontology#"> <owl:SymmetricProperty rdf:about="http://terminologies.gfbio.org/terms/rivers_de#connectedTo"> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/> <rdfs:label xml:lang="en">connected to</rdfs:label> <rdfs:domain rdf:resource="http://www.geonames.org/ontology#Feature"/> <rdfs:range rdf:resource="http://www.geonames.org/ontology#Feature"/> <rdfs:comment xml:lang="en">Another river that is connected to the current one</rdfs:comment> </owl:SymmetricProperty> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://terminologies.gfbio.org/terms/rivers_de#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:ns1="http://www.geonames.org/ontology#">
  <owl:SymmetricProperty rdf:about="http://terminologies.gfbio.org/terms/rivers_de#connectedTo">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
    <rdfs:label xml:lang="en">connected to</rdfs:label>
    <rdfs:domain rdf:resource="http://www.geonames.org/ontology#Feature"/>
    <rdfs:range rdf:resource="http://www.geonames.org/ontology#Feature"/>
    <rdfs:comment xml:lang="en">Another river that is connected to the current one</rdfs:comment>
  </owl:SymmetricProperty>
</rdf:RDF>