@prefix data: .
@prefix : .
@prefix schema: .
@prefix xsd: .
data:346ec079-01bf-3ef8-92bc-695ee652ee24
:appliesOnDay schema:Friday, schema:Thursday, schema:Wednesday, schema:Tuesday ;
:endDate "2026-12-31"^^xsd:date ;
:endTime "17:00:00"^^xsd:time ;
:startDate "2026-12-27"^^xsd:date ;
:startTime "14:00:00"^^xsd:time ;
a :Period, :RecurrentPeriod .
:takesPlaceAt data:346ec079-01bf-3ef8-92bc-695ee652ee24 .