US Senate · JSON-LD Context

Us Senate Context

JSON-LD context defining the semantic vocabulary for Us Senate from US Senate.

4 Classes 19 Properties 5 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/
lda: https://lda.senate.gov/vocab/
org: http://www.w3.org/ns/org#

Classes

LDAFiling Registrant Client Lobbyist

Properties

Property Type Container
filing_uuid string
filing_type string
filing_year integer
filing_period string
income decimal
expenses decimal
dt_posted dateTime
registrant reference
client reference
lobbying_activities set
general_issue_code string
general_issue_code_display string
government_entities set
name string
first_name string
last_name string
city string
state string
country string

JSON-LD Document

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

    "LDAFiling": "lda:Filing",
    "Registrant": "org:Organization",
    "Client": "org:Organization",
    "Lobbyist": "schema:Person",

    "filing_uuid": {
      "@id": "dcterms:identifier",
      "@type": "xsd:string"
    },
    "filing_type": {
      "@id": "lda:filingType",
      "@type": "xsd:string"
    },
    "filing_year": {
      "@id": "lda:filingYear",
      "@type": "xsd:integer"
    },
    "filing_period": {
      "@id": "lda:filingPeriod",
      "@type": "xsd:string"
    },
    "income": {
      "@id": "lda:income",
      "@type": "xsd:decimal"
    },
    "expenses": {
      "@id": "lda:expenses",
      "@type": "xsd:decimal"
    },
    "dt_posted": {
      "@id": "schema:datePublished",
      "@type": "xsd:dateTime"
    },
    "registrant": {
      "@id": "lda:registrant",
      "@type": "@id"
    },
    "client": {
      "@id": "lda:client",
      "@type": "@id"
    },
    "lobbying_activities": {
      "@id": "lda:lobbyingActivities",
      "@container": "@set"
    },
    "general_issue_code": {
      "@id": "lda:issueCode",
      "@type": "xsd:string"
    },
    "general_issue_code_display": {
      "@id": "lda:issueName",
      "@type": "xsd:string"
    },
    "government_entities": {
      "@id": "lda:governmentEntities",
      "@container": "@set"
    },
    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "first_name": {
      "@id": "schema:givenName",
      "@type": "xsd:string"
    },
    "last_name": {
      "@id": "schema:familyName",
      "@type": "xsd:string"
    },
    "city": {
      "@id": "schema:addressLocality",
      "@type": "xsd:string"
    },
    "state": {
      "@id": "schema:addressRegion",
      "@type": "xsd:string"
    },
    "country": {
      "@id": "schema:addressCountry",
      "@type": "xsd:string"
    }
  }
}