@prefix data: .
@prefix : .
@prefix schema: .
@prefix xsd: .
data:7d5f1291-9515-3756-8b9f-9c5af50239e0
:appliesOnDay schema:Friday, schema:Thursday, schema:Wednesday, schema:Saturday, schema:Sunday ;
:endDate "2026-09-20"^^xsd:date ;
:endTime "18:00:00"^^xsd:time ;
:startDate "2026-06-20"^^xsd:date ;
:startTime "14:00:00"^^xsd:time ;
a :Period, :RecurrentPeriod .
:takesPlaceAt data:7d5f1291-9515-3756-8b9f-9c5af50239e0 .