@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.geonames.org/ontology#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:countryCode a owl:DatatypeProperty ; rdfs:comment "A two letters country code in the ISO 3166 list"@en, "The countryCode value for a Geoname Feature is equal to the countryCode value of the parentCountry value."@en ; rdfs:domain ns0:Feature ; rdfs:label "ISO country code"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.geonames.org/ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:countryCode
    a owl:DatatypeProperty ;
    rdfs:comment "A two letters country code in the ISO 3166 list"@en, "The countryCode value for a Geoname Feature is equal to the countryCode value of the parentCountry value."@en ;
    rdfs:domain ns0:Feature ;
    rdfs:label "ISO country code"@en .