ic:hasOpeningTime leaf node


URI

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

Label

has Opening Time

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) ic:hasOpeningTime 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:hasOpeningTime a owl:DatatypeProperty ;
    rdfs:label "has Opening Time"@en ;
    rdfs:range xsd:dateTime ;
    rdfs:subPropertyOf ic:operatingDataProperty .