<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://www.geonames.org/ontology#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> <owl:DatatypeProperty rdf:about="http://www.geonames.org/ontology#countryCode"> <rdfs:label xml:lang="en">ISO country code</rdfs:label> <rdfs:domain rdf:resource="http://www.geonames.org/ontology#Feature"/> <rdfs:comment xml:lang="en">A two letters country code in the ISO 3166 list</rdfs:comment> <rdfs:comment xml:lang="en">The countryCode value for a Geoname Feature is equal to the countryCode value of the parentCountry value.</rdfs:comment> </owl:DatatypeProperty> </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://www.geonames.org/ontology#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
  <owl:DatatypeProperty rdf:about="http://www.geonames.org/ontology#countryCode">
    <rdfs:label xml:lang="en">ISO country code</rdfs:label>
    <rdfs:domain rdf:resource="http://www.geonames.org/ontology#Feature"/>
    <rdfs:comment xml:lang="en">A two letters country code in the ISO 3166 list</rdfs:comment>
    <rdfs:comment xml:lang="en">The countryCode value for a Geoname Feature is equal to the countryCode value of the parentCountry value.</rdfs:comment>
  </owl:DatatypeProperty>
</rdf:RDF>