http://ontology.eil.utoronto.ca/icontact.owl#hasOpeningTime
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | ic:hasOpeningTime | xsd:dateTime |
@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 .