@prefix data: . @prefix : . @prefix schema: . @prefix xsd: . data:16a1c455-456d-322a-b10d-cb43b2ef7bea :appliesOnDay schema:Friday, schema:Thursday, schema:Wednesday, schema:Monday, schema:Saturday, schema:Sunday, schema:Tuesday ; :endDate "2026-12-31"^^xsd:date ; :endTime "12:00:00"^^xsd:time ; :startDate "2026-12-26"^^xsd:date ; :startTime "10:00:00"^^xsd:time ; a :Period, :RecurrentPeriod . :takesPlaceAt data:16a1c455-456d-322a-b10d-cb43b2ef7bea .