@prefix data: .
@prefix : .
@prefix schema: .
@prefix xsd: .
data:001c2653-1d4d-3bc4-876a-e4ec03fbf0d8
:appliesOnDay schema:Friday ;
:endDate "2026-10-30"^^xsd:date ;
:endTime "19:00:00"^^xsd:time ;
:startDate "2026-10-30"^^xsd:date ;
:startTime "17:00:00"^^xsd:time ;
a :Period, :RecurrentPeriod .
:takesPlaceAt data:001c2653-1d4d-3bc4-876a-e4ec03fbf0d8 .