Definition of s4grid:SeasonProfile
Defined in https://saref.etsi.org/saref4grid/v1.1.1/ as:
[COSEM] This class represents a season which is defined by its starting date and a specific day profile to be executed
Description as a Class
- has super-classes
-
s4grid:hasSeasonProfileName exactly 1
s4grid:hasSeasonStart exactly 1
s4grid:hasMondayProfile exactly 1
s4grid:hasTuesdayProfile exactly 1
s4grid:hasWednesdayProfile exactly 1
s4grid:hasThursdayProfile exactly 1
s4grid:hasFridayProfile exactly 1
s4grid:hasSaturdayProfile exactly 1
s4grid:hasSundayProfile exactly 1 - is in domain of
-
s4grid:hasDayProfile
s4grid:hasSeasonProfileName - is in range of
-
s4grid:hasActiveSeasonProfile
s4grid:hasPassiveSeasonProfile
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4grid: <https://saref.etsi.org/saref4grid/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
s4grid:hasActiveSeasonProfile rdfs:range s4grid:SeasonProfile .
s4grid:hasDayProfile rdfs:domain s4grid:SeasonProfile .
s4grid:hasPassiveSeasonProfile rdfs:range s4grid:SeasonProfile .
s4grid:hasSeasonProfileName rdfs:domain s4grid:SeasonProfile .
<https://saref.etsi.org/saref4grid/v1.1.1/example/ActivityCalendar#> dct:references s4grid:SeasonProfile .
<https://saref.etsi.org/saref4grid/v2.1.1/example/ActivityCalendar#> dct:references s4grid:SeasonProfile .
<https://saref.etsi.org/saref4grid/v1.1.1/> dct:references s4grid:SeasonProfile ;
dct:subject s4grid:SeasonProfile .
<https://saref.etsi.org/saref4grid/v2.1.1/> dct:references s4grid:SeasonProfile ;
dct:subject s4grid:SeasonProfile .
s4grid:SeasonProfile a owl:Class ;
rdfs:label "Season Profile"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4grid/v1.1.1/>,
<https://saref.etsi.org/saref4grid/v1.1.1/example/ActivityCalendar#>,
<https://saref.etsi.org/saref4grid/v2.1.1/>,
<https://saref.etsi.org/saref4grid/v2.1.1/example/ActivityCalendar#> ;
rdfs:comment "[COSEM] This class represents a season which is defined by its starting date and a specific day profile to be executed"@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4grid/v1.1.1/>,
<https://saref.etsi.org/saref4grid/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4grid/v1.1.1/>,
<https://saref.etsi.org/saref4grid/v2.1.1/> ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty s4grid:hasSeasonProfileName ],
[ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty s4grid:hasSeasonStart ],
[ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty s4grid:hasMondayProfile ],
[ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty s4grid:hasTuesdayProfile ],
[ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty s4grid:hasWednesdayProfile ],
[ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty s4grid:hasThursdayProfile ],
[ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty s4grid:hasFridayProfile ],
[ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty s4grid:hasSaturdayProfile ],
[ a owl:Restriction ;
owl:cardinality "1"^^xsd:nonNegativeInteger ;
owl:onProperty s4grid:hasSundayProfile ] ;
ns1:hiddenLabel "SeasonProfile" .