United States Capitol Police · JSON-LD Context

United States Capitol Police Context

JSON-LD context defining the semantic vocabulary for United States Capitol Police from United States Capitol Police.

3 Classes 11 Properties 6 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
dct: http://purl.org/dc/terms/
foaf: http://xmlns.com/foaf/0.1/
skos: http://www.w3.org/2004/02/skos/core#
xsd: http://www.w3.org/2001/XMLSchema#
uscp: https://www.uscp.gov/vocab#

Classes

name description url

Properties

Property Type Container
LawEnforcementAgency reference
PoliceIncident reference
SecurityOperation reference
CapitolComplex reference
LegislativeBranchSecurity reference
PressRelease reference
RecordsRequest reference
employmentOpportunity reference
jurisdiction reference
missionArea
date date

JSON-LD Document

united-states-capitol-police-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "dct": "http://purl.org/dc/terms/",
    "foaf": "http://xmlns.com/foaf/0.1/",
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "uscp": "https://www.uscp.gov/vocab#",

    "LawEnforcementAgency": {
      "@id": "schema:GovernmentOrganization",
      "@type": "@id"
    },
    "PoliceIncident": {
      "@id": "uscp:PoliceIncident",
      "@type": "@id"
    },
    "SecurityOperation": {
      "@id": "uscp:SecurityOperation",
      "@type": "@id"
    },
    "CapitolComplex": {
      "@id": "uscp:CapitolComplex",
      "@type": "@id"
    },
    "LegislativeBranchSecurity": {
      "@id": "uscp:LegislativeBranchSecurity",
      "@type": "@id"
    },
    "PressRelease": {
      "@id": "schema:NewsArticle",
      "@type": "@id"
    },
    "RecordsRequest": {
      "@id": "uscp:RecordsRequest",
      "@type": "@id"
    },
    "employmentOpportunity": {
      "@id": "schema:jobPosting",
      "@type": "@id"
    },
    "jurisdiction": {
      "@id": "uscp:jurisdiction",
      "@type": "@id"
    },
    "missionArea": {
      "@id": "uscp:missionArea"
    },
    "name": "schema:name",
    "description": "schema:description",
    "url": "schema:url",
    "date": {
      "@id": "schema:datePublished",
      "@type": "xsd:date"
    }
  }
}