topos:hasISO3Code leaf node


URI

http://toposkg.di.uoa.gr/ontology/hasISO3Code

Label

iso 3 code

Description

ISO 3166-1 alpha-3 country code associated with an administrative unit.

Usage

DOMAINPROPERTYRANGE
topos:AdministrativeUnit topos:hasISO3Code xsd:string

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix topos: <http://toposkg.di.uoa.gr/ontology/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

topos:hasISO3Code a owl:DatatypeProperty ;
    rdfs:label "iso 3 code"@en ;
    rdfs:domain topos:AdministrativeUnit ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf owl:topDataProperty ;
    skos:definition "ISO 3166-1 alpha-3 country code associated with an administrative unit."@en .