{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "xsd": "http://www.w3.org/2001/XMLSchema#", "dct": "http://purl.org/dc/terms/", "CapitolVisitorCenter": { "@id": "schema:GovernmentBuilding", "@type": "@id" }, "CapitolTour": { "@id": "schema:TouristTrip", "@type": "@id" }, "TourReservation": { "@id": "schema:TouristTrip", "@type": "@id" }, "EducationalProgram": { "@id": "schema:EducationalOccupationalProgram", "@type": "@id" }, "tourName": { "@id": "schema:name", "@type": "xsd:string" }, "tourDescription": { "@id": "schema:description", "@type": "xsd:string" }, "tourDuration": { "@id": "schema:duration", "@type": "xsd:string" }, "startTime": { "@id": "schema:startTime", "@type": "xsd:time" }, "endTime": { "@id": "schema:endTime", "@type": "xsd:time" }, "reservationDate": { "@id": "schema:reservationFor", "@type": "xsd:date" }, "reservationNumber": { "@id": "schema:reservationNumber", "@type": "xsd:string" }, "groupSize": { "@id": "schema:numberOfRooms", "@type": "xsd:integer" }, "isFree": { "@id": "schema:isAccessibleForFree", "@type": "xsd:boolean" }, "location": { "@id": "schema:location", "@type": "@id" }, "address": { "@id": "schema:address", "@type": "@id" }, "openingHours": { "@id": "schema:openingHours", "@type": "xsd:string" }, "telephone": { "@id": "schema:telephone", "@type": "xsd:string" }, "url": { "@id": "schema:url", "@type": "@id" }, "image": { "@id": "schema:image", "@type": "@id" }, "exhibit": { "@id": "schema:Exhibit", "@type": "@id" }, "educationalLevel": { "@id": "schema:educationalLevel", "@type": "xsd:string" }, "targetAudience": { "@id": "schema:audience", "@type": "@id" }, "GovernmentOrganization": "schema:GovernmentOrganization", "TouristAttraction": "schema:TouristAttraction", "CivicStructure": "schema:CivicStructure", "Museum": "schema:Museum", "publisher": { "@id": "dct:publisher", "@type": "@id" }, "description": { "@id": "dct:description", "@type": "xsd:string" }, "title": { "@id": "dct:title", "@type": "xsd:string" }, "modified": { "@id": "dct:modified", "@type": "xsd:date" } } }