ic:hasClosingTime leaf node


URI

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

Label

has Closing Time

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) ic:hasClosingTime xsd:dateTime

Implementation

@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:hasClosingTime a owl:DatatypeProperty ;
    rdfs:label "has Closing Time"@en ;
    rdfs:range xsd:dateTime ;
    rdfs:subPropertyOf ic:operatingDataProperty .