US House of Representatives · JSON-LD Context

Us House Of Representatives Context

JSON-LD context defining the semantic vocabulary for Us House Of Representatives from US House of Representatives.

26 Classes 5 Properties 3 Namespaces
View Context View on GitHub

Namespaces

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

Classes

congress Legislation LegislativeBill MemberOfCongress CongressionalCommittee CongressionalChamber LegislativeAction id type number title originChamber latestAction sponsors cosponsors subjects bioguideId name firstName lastName state party district chamber officeAddress phoneNumber

Properties

Property Type Container
introducedDate date
updateDate dateTime
officialWebsiteUrl reference
Organization
Congress

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "congress": "https://api.congress.gov/ns/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",

    "Legislation": "schema:Legislation",
    "LegislativeBill": "schema:LegislativeBill",
    "MemberOfCongress": "schema:Person",
    "CongressionalCommittee": "schema:GovernmentOrganization",
    "CongressionalChamber": "schema:GovernmentOrganization",
    "LegislativeAction": "schema:Action",

    "id": "@id",
    "type": "@type",

    "congress": "congress:congressNumber",
    "number": "congress:billNumber",
    "title": "schema:name",
    "introducedDate": {
      "@id": "schema:dateCreated",
      "@type": "xsd:date"
    },
    "updateDate": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "originChamber": "congress:originatingChamber",
    "latestAction": "schema:potentialAction",
    "sponsors": "schema:author",
    "cosponsors": "congress:cosponsors",
    "subjects": "schema:about",

    "bioguideId": "congress:bioguideId",
    "name": "schema:name",
    "firstName": "schema:givenName",
    "lastName": "schema:familyName",
    "state": "schema:addressRegion",
    "party": "schema:memberOf",
    "district": "congress:congressionalDistrict",
    "chamber": "congress:chamber",
    "officeAddress": "schema:address",
    "phoneNumber": "schema:telephone",
    "officialWebsiteUrl": {
      "@id": "schema:url",
      "@type": "@id"
    },

    "Organization": {
      "@id": "schema:LegislativeBuilding",
      "name": "US House of Representatives",
      "url": "https://www.house.gov",
      "sameAs": [
        "https://www.wikidata.org/wiki/Q11701",
        "https://dbpedia.org/resource/United_States_House_of_Representatives"
      ]
    },

    "Congress": {
      "@id": "schema:GovernmentOrganization",
      "name": "United States Congress",
      "url": "https://www.congress.gov",
      "sameAs": "https://www.wikidata.org/wiki/Q11268"
    }
  }
}