bedeo:has_telephone_ext leaf node


URI

https://csse.utoronto.ca/has_telephone_ext

Label

Has telephone ext

Description

The extension for a telephone number

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) bedeo:has_telephone_ext xsd:string

Implementation

@prefix bedeo: <https://csse.utoronto.ca/> .
@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#> .

bedeo:has_telephone_ext a owl:DatatypeProperty ;
    rdfs:label "Has telephone ext"@en ;
    rdfs:comment "The extension for a telephone number"@en ;
    rdfs:range xsd:string .