Countries:nameEnglish leaf node


URI

http://www.bpiresearch.com/BPMO/2004/03/03/cdl/Countries#nameEnglish

Label

nameEnglish

Description

The name of the country in the English language

Usage

DOMAINPROPERTYRANGE
Countries:Country Countries:nameEnglish xsd:string

Implementation

@prefix : <http://www.bpiresearch.com/BPMO/2004/03/03/cdl/Countries#> .
@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#> .

:nameEnglish a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:comment "The name of the country in the English language" ;
    rdfs:domain :Country ;
    rdfs:range xsd:string .