<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://observedchange.com/tisc/ns#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#"> <owl:ObjectProperty rdf:about="http://observedchange.com/tisc/ns#address"> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/> <rdfs:comment xml:lang="en">address is an abstract property to express that an object has some address.</rdfs:comment> <rdfs:label xml:lang="en">address</rdfs:label> <rdfs:isDefinedBy rdf:resource="http://observedchange.com/tisc/ns#address"/> <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/> </owl:ObjectProperty> <rdf:Description rdf:about="http://observedchange.com/tisc/ns#address"> <rdfs:isDefinedBy rdf:resource="http://observedchange.com/tisc/ns#address"/> </rdf:Description> </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://observedchange.com/tisc/ns#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
  <owl:ObjectProperty rdf:about="http://observedchange.com/tisc/ns#address">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
    <rdfs:comment xml:lang="en">address is an abstract property to express that an object has some address.</rdfs:comment>
    <rdfs:label xml:lang="en">address</rdfs:label>
    <rdfs:isDefinedBy rdf:resource="http://observedchange.com/tisc/ns#address"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:ObjectProperty>
  <rdf:Description rdf:about="http://observedchange.com/tisc/ns#address">
    <rdfs:isDefinedBy rdf:resource="http://observedchange.com/tisc/ns#address"/>
  </rdf:Description>
</rdf:RDF>