<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="https://schema.org/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> <owl:ObjectProperty rdf:about="https://schema.org/serviceArea"> <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/> <rdfs:label xml:lang="en">serviceArea</rdfs:label> <rdfs:isDefinedBy rdf:resource="https://schema.org/serviceArea"/> <rdfs:comment xml:lang="en">The geographic area where the service is provided.</rdfs:comment> <ns0:supersededBy rdf:resource="https://schema.org/areaServed"/> </owl:ObjectProperty> <rdf:Description rdf:about="https://schema.org/area"> <ns0:supersededBy> <rdf:Description rdf:about="https://schema.org/serviceArea"> <rdfs:isDefinedBy rdf:resource="https://schema.org/serviceArea"/> </rdf:Description> </ns0:supersededBy> </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="https://schema.org/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
  <owl:ObjectProperty rdf:about="https://schema.org/serviceArea">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
    <rdfs:label xml:lang="en">serviceArea</rdfs:label>
    <rdfs:isDefinedBy rdf:resource="https://schema.org/serviceArea"/>
    <rdfs:comment xml:lang="en">The geographic area where the service is provided.</rdfs:comment>
    <ns0:supersededBy rdf:resource="https://schema.org/areaServed"/>
  </owl:ObjectProperty>
  <rdf:Description rdf:about="https://schema.org/area">
    <ns0:supersededBy>
      <rdf:Description rdf:about="https://schema.org/serviceArea">
        <rdfs:isDefinedBy rdf:resource="https://schema.org/serviceArea"/>
      </rdf:Description>
    </ns0:supersededBy>
  </rdf:Description>
</rdf:RDF>