https://unifiedcyberontology.org/ontology/uco/location#country
             The name of the geolocation country.
| DOMAIN | PROPERTY | RANGE | 
|---|---|---|
| owl:Thing (inferred) | location:country | xsd:string | 
@prefix location: <https://unifiedcyberontology.org/ontology/uco/location#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
location:country a owl:DatatypeProperty ;
    rdfs:label "country"@en ;
    rdfs:comment "The name of the geolocation country."@en ;
    rdfs:range xsd:string .