http://ontology.eil.utoronto.ca/icontact.owl#hasLocation
Closet street intersection for the organization.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | ic:hasLocation | xsd:string |
@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 .