@prefix data: . @prefix : . @prefix schema: . @prefix xsd: . data:1b78825c-91b4-31cc-b944-d4925b2f5bd7 :appliesOnDay schema:Thursday, schema:Wednesday, schema:Monday, schema:Tuesday ; :endDate "2026-08-07"^^xsd:date ; :endTime "12:30:00"^^xsd:time ; :startDate "2026-08-03"^^xsd:date ; :startTime "11:00:00"^^xsd:time ; a :Period, :RecurrentPeriod . :takesPlaceAt data:1b78825c-91b4-31cc-b944-d4925b2f5bd7 .