Us Citizenship And Immigration Services Context

JSON-LD context defining the semantic vocabulary for Us Citizenship And Immigration Services from US Citizenship and Immigration Services.

1 Classes 25 Properties 5 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dct: http://purl.org/dc/terms/
dcat: https://www.w3.org/ns/dcat#
uscis: https://developer.uscis.gov/

Classes

GovernmentOrganization

Properties

Property Type Container
ImmigrationCase reference
CaseStatus reference
FoiaRequest reference
ImmigrationApplication reference
AlienFile reference
receiptNumber string
formType string
submittedDate date
modifiedDate date
status string
description string
statusEsDesc string
historicalCaseStatuses set
requestNumber string
requestType string
subjectFirstName string
subjectLastName string
subjectDateOfBirth date
subjectAlienNumber string
requesterName string
requesterEmail string
requesterType string
alienNumber string
publisher reference
title string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dct": "http://purl.org/dc/terms/",
    "dcat": "https://www.w3.org/ns/dcat#",
    "uscis": "https://developer.uscis.gov/",

    "ImmigrationCase": {
      "@id": "schema:GovernmentPermit",
      "@type": "@id"
    },
    "CaseStatus": {
      "@id": "schema:Status",
      "@type": "@id"
    },
    "FoiaRequest": {
      "@id": "schema:Action",
      "@type": "@id"
    },
    "ImmigrationApplication": {
      "@id": "schema:GovernmentPermit",
      "@type": "@id"
    },
    "AlienFile": {
      "@id": "uscis:AlienFile",
      "@type": "@id"
    },

    "receiptNumber": {
      "@id": "schema:identifier",
      "@type": "xsd:string"
    },
    "formType": {
      "@id": "schema:additionalType",
      "@type": "xsd:string"
    },
    "submittedDate": {
      "@id": "schema:dateCreated",
      "@type": "xsd:date"
    },
    "modifiedDate": {
      "@id": "dct:modified",
      "@type": "xsd:date"
    },
    "status": {
      "@id": "schema:status",
      "@type": "xsd:string"
    },
    "description": {
      "@id": "dct:description",
      "@type": "xsd:string"
    },
    "statusEsDesc": {
      "@id": "uscis:statusEsDesc",
      "@type": "xsd:string"
    },
    "historicalCaseStatuses": {
      "@id": "uscis:historicalStatuses",
      "@container": "@set"
    },
    "requestNumber": {
      "@id": "schema:identifier",
      "@type": "xsd:string"
    },
    "requestType": {
      "@id": "schema:additionalType",
      "@type": "xsd:string"
    },
    "subjectFirstName": {
      "@id": "schema:givenName",
      "@type": "xsd:string"
    },
    "subjectLastName": {
      "@id": "schema:familyName",
      "@type": "xsd:string"
    },
    "subjectDateOfBirth": {
      "@id": "schema:birthDate",
      "@type": "xsd:date"
    },
    "subjectAlienNumber": {
      "@id": "uscis:alienNumber",
      "@type": "xsd:string"
    },
    "requesterName": {
      "@id": "schema:agent",
      "@type": "xsd:string"
    },
    "requesterEmail": {
      "@id": "schema:email",
      "@type": "xsd:string"
    },
    "requesterType": {
      "@id": "uscis:requesterType",
      "@type": "xsd:string"
    },
    "alienNumber": {
      "@id": "uscis:alienNumber",
      "@type": "xsd:string"
    },

    "GovernmentOrganization": "schema:GovernmentOrganization",
    "publisher": {
      "@id": "dct:publisher",
      "@type": "@id"
    },
    "title": {
      "@id": "dct:title",
      "@type": "xsd:string"
    }
  }
}