Bjs Context

JSON-LD context defining the semantic vocabulary for Bjs from Bureau of Justice Statistics Data Analysis Tools.

3 Classes 5 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
bjs: https://schema.bjs.ojp.gov/

Classes

Dataset Estimate Observation

Properties

Property Type Container
year schema:Text
estimate schema:Text
standard_error schema:Text
category schema:Text
datasetId schema:Text

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "@vocab": "https://schema.bjs.ojp.gov/",
    "schema": "https://schema.org/",
    "bjs": "https://schema.bjs.ojp.gov/",
    "Dataset": "schema:Dataset",
    "Estimate": "bjs:Estimate",
    "Observation": "schema:Observation",
    "year": {"@id": "schema:temporalCoverage", "@type": "schema:Text"},
    "estimate": {"@id": "schema:value", "@type": "schema:Text"},
    "standard_error": {"@id": "bjs:standardError", "@type": "schema:Text"},
    "category": {"@id": "schema:category", "@type": "schema:Text"},
    "datasetId": {"@id": "schema:identifier", "@type": "schema:Text"}
  }
}