@prefix data: .
@prefix schema: .
@prefix xsd: .
data:5d2e61fb-616b-3077-8fd2-1e7a79d2261b
schema:dayOfWeek schema:Tuesday ;
schema:opens "20:30:00"^^xsd:time ;
schema:validFrom "2026-01-01T00:00:00+01:00"^^xsd:dateTime ;
schema:validThrough "2026-12-31T23:59:59+01:00"^^xsd:dateTime ;
a schema:OpeningHoursSpecification .
data:7931edfc-c5ad-3bc4-8ea8-4c9f164d005b schema:openingHoursSpecification data:5d2e61fb-616b-3077-8fd2-1e7a79d2261b .