@prefix data: .
@prefix : .
@prefix schema: .
@prefix xsd: .
data:dd67ce57-44b4-38ec-8db0-96e8f06fcb54
:appliesOnDay schema:Friday, schema:Thursday, schema:Wednesday, schema:Monday, schema:Saturday, schema:Sunday, schema:Tuesday ;
:endDate "2025-10-27"^^xsd:date ;
:endTime "18:00:00"^^xsd:time ;
:startDate "2025-10-05"^^xsd:date ;
:startTime "14:00:00"^^xsd:time ;
a :Period, :RecurrentPeriod .
:takesPlaceAt data:dd67ce57-44b4-38ec-8db0-96e8f06fcb54 .