US Capitol Visitor Center · JSON-LD Context

Us Capitol Visitor Center Context

JSON-LD context defining the semantic vocabulary for Us Capitol Visitor Center from US Capitol Visitor Center.

4 Classes 26 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dct: http://purl.org/dc/terms/

Classes

GovernmentOrganization TouristAttraction CivicStructure Museum

Properties

Property Type Container
CapitolVisitorCenter reference
CapitolTour reference
TourReservation reference
EducationalProgram reference
tourName string
tourDescription string
tourDuration string
startTime time
endTime time
reservationDate date
reservationNumber string
groupSize integer
isFree boolean
location reference
address reference
openingHours string
telephone string
url reference
image reference
exhibit reference
educationalLevel string
targetAudience reference
publisher reference
description string
title string
modified date

JSON-LD Document

us-capitol-visitor-center-context.jsonld Raw ↑
{
  "@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"
    }
  }
}