Oracle Database 19c · JSON-LD Context

Oracle Database 19C Context

JSON-LD context defining the semantic vocabulary for Oracle Database 19C from Oracle Database 19c.

11 Classes 14 Properties 3 Namespaces
View Context View on GitHub

Namespaces

oracle: https://oracle.com/schemas/database/
ords: https://oracle.com/schemas/database/ords/
soda: https://oracle.com/schemas/database/soda/

Classes

Database Schema Table View Column Collection Document RestEnabledObject Module Template Handler

Properties

Property Type Container
schemaName string
tableName string
columnName string
dataType string
primaryKey boolean
nullable boolean
collectionName string
documentKey string
mediaType string
version string
modulePattern string
uriTemplate string
method string
sourceType string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "oracle": "https://oracle.com/schemas/database/",
    "ords": "https://oracle.com/schemas/database/ords/",
    "soda": "https://oracle.com/schemas/database/soda/",

    "Database": "oracle:Database",
    "Schema": "oracle:Schema",
    "Table": "oracle:Table",
    "View": "oracle:View",
    "Column": "oracle:Column",
    "Collection": "soda:Collection",
    "Document": "soda:Document",
    "RestEnabledObject": "ords:RestEnabledObject",
    "Module": "ords:Module",
    "Template": "ords:Template",
    "Handler": "ords:Handler",

    "schemaName": { "@id": "oracle:schemaName", "@type": "xsd:string" },
    "tableName": { "@id": "oracle:tableName", "@type": "xsd:string" },
    "columnName": { "@id": "oracle:columnName", "@type": "xsd:string" },
    "dataType": { "@id": "oracle:dataType", "@type": "xsd:string" },
    "primaryKey": { "@id": "oracle:primaryKey", "@type": "xsd:boolean" },
    "nullable": { "@id": "oracle:nullable", "@type": "xsd:boolean" },

    "collectionName": { "@id": "soda:collectionName", "@type": "xsd:string" },
    "documentKey": { "@id": "soda:documentKey", "@type": "xsd:string" },
    "mediaType": { "@id": "soda:mediaType", "@type": "xsd:string" },
    "version": { "@id": "soda:version", "@type": "xsd:string" },

    "modulePattern": { "@id": "ords:modulePattern", "@type": "xsd:string" },
    "uriTemplate": { "@id": "ords:uriTemplate", "@type": "xsd:string" },
    "method": { "@id": "ords:method", "@type": "xsd:string" },
    "sourceType": { "@id": "ords:sourceType", "@type": "xsd:string" }
  }
}