gr:hasOpeningHoursDayOfWeek leaf node


URI

http://purl.org/goodrelations/v1#hasOpeningHoursDayOfWeek

Label

has opening hours day of week (1..*)

Description

This specifies the gr:DayOfWeek to which the gr:OpeningHoursSpecification is related.

Note: Use multiple instances of gr:OpeningHoursSpecification for specifying the opening hours for multiple days if the opening hours differ.

Usage

DOMAINPROPERTYRANGE
gr:OpeningHoursSpecification gr:hasOpeningHoursDayOfWeek gr:DayOfWeek

Implementation

@prefix gr: <http://purl.org/goodrelations/v1#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

gr:hasOpeningHoursDayOfWeek a owl:ObjectProperty ;
    rdfs:label "has opening hours day of week (1..*)"@en ;
    rdfs:comment """This specifies the gr:DayOfWeek to which the gr:OpeningHoursSpecification is related.

Note: Use multiple instances of gr:OpeningHoursSpecification for specifying the opening hours for multiple days if the opening hours differ."""@en ;
    rdfs:domain gr:OpeningHoursSpecification ;
    rdfs:isDefinedBy <http://purl.org/goodrelations/v1> ;
    rdfs:range gr:DayOfWeek .