Us Court Of Appeals For The Federal Circuit Context

JSON-LD context defining the semantic vocabulary for Us Court Of Appeals For The Federal Circuit from US Court of Appeals for the Federal Circuit.

5 Classes 25 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Classes

DocketEntry FederalCircuitCase FederalCircuitOpinion description title

Properties

Property Type Container
authoring_judge string
case_number string
case_title string
case_type string
court_code string
date_decided date
date_filed date
date_issued date
docket_number string
document_type string
entry_number integer
filing_party string
is_precedential boolean
is_sealed boolean
judges string set
opinion_type string
oral_argument_date date
origin_court string
outcome string
pacer_doc_id string
page_count integer
parties reference set
pdf_url reference
status string
subject_matter string

JSON-LD Document

us-court-of-appeals-for-the-federal-circuit-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "cafc": "https://www.cafc.uscourts.gov/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "DocketEntry": "cafc:DocketEntry",
    "FederalCircuitCase": "cafc:FederalCircuitCase",
    "FederalCircuitOpinion": "cafc:FederalCircuitOpinion",
    "authoring_judge": {
      "@id": "cafc:authoring_judge",
      "@type": "xsd:string"
    },
    "case_number": {
      "@id": "cafc:case_number",
      "@type": "xsd:string"
    },
    "case_title": {
      "@id": "cafc:case_title",
      "@type": "xsd:string"
    },
    "case_type": {
      "@id": "cafc:case_type",
      "@type": "xsd:string"
    },
    "court_code": {
      "@id": "cafc:court_code",
      "@type": "xsd:string"
    },
    "date_decided": {
      "@id": "cafc:date_decided",
      "@type": "xsd:date"
    },
    "date_filed": {
      "@id": "cafc:date_filed",
      "@type": "xsd:date"
    },
    "date_issued": {
      "@id": "cafc:date_issued",
      "@type": "xsd:date"
    },
    "description": "schema:description",
    "docket_number": {
      "@id": "cafc:docket_number",
      "@type": "xsd:string"
    },
    "document_type": {
      "@id": "cafc:document_type",
      "@type": "xsd:string"
    },
    "entry_number": {
      "@id": "cafc:entry_number",
      "@type": "xsd:integer"
    },
    "filing_party": {
      "@id": "cafc:filing_party",
      "@type": "xsd:string"
    },
    "is_precedential": {
      "@id": "cafc:is_precedential",
      "@type": "xsd:boolean"
    },
    "is_sealed": {
      "@id": "cafc:is_sealed",
      "@type": "xsd:boolean"
    },
    "judges": {
      "@id": "cafc:judges",
      "@container": "@set",
      "@type": "xsd:string"
    },
    "opinion_type": {
      "@id": "cafc:opinion_type",
      "@type": "xsd:string"
    },
    "oral_argument_date": {
      "@id": "cafc:oral_argument_date",
      "@type": "xsd:date"
    },
    "origin_court": {
      "@id": "cafc:origin_court",
      "@type": "xsd:string"
    },
    "outcome": {
      "@id": "cafc:outcome",
      "@type": "xsd:string"
    },
    "pacer_doc_id": {
      "@id": "cafc:pacer_doc_id",
      "@type": "xsd:string"
    },
    "page_count": {
      "@id": "cafc:page_count",
      "@type": "xsd:integer"
    },
    "parties": {
      "@id": "cafc:parties",
      "@container": "@set",
      "@type": "@id"
    },
    "pdf_url": {
      "@id": "cafc:pdf_url",
      "@type": "@id"
    },
    "status": {
      "@id": "cafc:status",
      "@type": "xsd:string"
    },
    "subject_matter": {
      "@id": "cafc:subject_matter",
      "@type": "xsd:string"
    },
    "title": "schema:name"
  }
}