data.world · JSON-LD Context

context Context

JSON-LD context defining the semantic vocabulary for context from data.world.

0 Classes 17 Properties 8 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs: http://www.w3.org/2000/01/rdf-schema#
owl: http://www.w3.org/2002/07/owl#
dcat: http://www.w3.org/ns/dcat#
dcterms: http://purl.org/dc/terms/
dw: https://api.data.world/v0/

Properties

Property Type Container
Dataset
Project
Query
Insight
Webhook
Connection
owner
title
description
created dateTime
updated dateTime
tags set
license
visibility
files set
accessLevel
iri

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://api.data.world/v0/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "owl": "http://www.w3.org/2002/07/owl#",
    "dcat": "http://www.w3.org/ns/dcat#",
    "dcterms": "http://purl.org/dc/terms/",
    "dw": "https://api.data.world/v0/",
    "Dataset": {
      "@id": "dcat:Dataset"
    },
    "Project": {
      "@id": "schema:Project"
    },
    "Query": {
      "@id": "dw:Query"
    },
    "Insight": {
      "@id": "dw:Insight"
    },
    "Webhook": {
      "@id": "dw:Webhook"
    },
    "Connection": {
      "@id": "dw:Connection"
    },
    "owner": {
      "@id": "dcterms:creator"
    },
    "title": {
      "@id": "dcterms:title"
    },
    "description": {
      "@id": "dcterms:description"
    },
    "created": {
      "@id": "dcterms:created",
      "@type": "xsd:dateTime"
    },
    "updated": {
      "@id": "dcterms:modified",
      "@type": "xsd:dateTime"
    },
    "tags": {
      "@id": "dcat:keyword",
      "@container": "@set"
    },
    "license": {
      "@id": "dcterms:license"
    },
    "visibility": {
      "@id": "dcterms:accessRights"
    },
    "files": {
      "@id": "dcat:distribution",
      "@container": "@set"
    },
    "accessLevel": {
      "@id": "dcterms:accessRights"
    },
    "iri": {
      "@id": "@id"
    }
  }
}