ic:hasLocation leaf node


URI

http://ontology.eil.utoronto.ca/icontact.owl#hasLocation

Label

has Location

Description

Closet street intersection for the organization.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) ic:hasLocation xsd:string

Implementation

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ic: <http://ontology.eil.utoronto.ca/icontact.owl#> .
@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#> .

ic:hasLocation a owl:DatatypeProperty ;
    rdfs:label "has Location"@en ;
    dcterms:description "Closet street intersection for the organization."@en ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf ic:hasContactDataProperty .