Google Cloud Data Catalog · JSON-LD Context

Google Cloud Data Catalog Context

JSON-LD context defining the semantic vocabulary for Google Cloud Data Catalog from Google Cloud Data Catalog.

12 Classes 1 Properties 1 Namespaces
View Context View on GitHub

Namespaces

gcloud: https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries#

Classes

Entry EntryGroup TagTemplate name description displayName type linkedResource fullyQualifiedName schema integratedSystem userSpecifiedSystem

Properties

Property Type Container
sourceSystemTimestamps

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "gcloud": "https://cloud.google.com/data-catalog/docs/reference/rest/v1/projects.locations.entryGroups.entries#",
    "Entry": "gcloud:Entry",
    "EntryGroup": "gcloud:EntryGroup",
    "TagTemplate": "gcloud:TagTemplate",
    "name": "schema:name",
    "description": "schema:description",
    "displayName": "schema:alternateName",
    "type": "schema:additionalType",
    "linkedResource": "schema:url",
    "fullyQualifiedName": "schema:identifier",
    "schema": "schema:schemaVersion",
    "integratedSystem": "schema:sourceOrganization",
    "userSpecifiedSystem": "schema:provider",
    "sourceSystemTimestamps": {
      "@id": "schema:TemporalCoverage",
      "@context": {
        "createTime": "schema:dateCreated",
        "updateTime": "schema:dateModified",
        "expireTime": "schema:expires"
      }
    }
  }
}