Grapes Knowledge Base · JSON-LD Context

Grapes Knowledge Base Context

JSON-LD context defining the semantic vocabulary for Grapes Knowledge Base from Grapes Knowledge Base.

9 Classes 2 Properties 2 Namespaces
View Context View on GitHub

Namespaces

grapes: https://raw.githubusercontent.com/api-evangelist/grapes-knowledge-base/refs/heads/main/json-ld/grapes-knowledge-base-context.jsonld#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Project Agent Dataset id name description format configuration _links

Properties

Property Type Container
createdAt dateTime
modifiedAt dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "grapes": "https://raw.githubusercontent.com/api-evangelist/grapes-knowledge-base/refs/heads/main/json-ld/grapes-knowledge-base-context.jsonld#",
    "Project": "schema:Project",
    "Agent": "grapes:Agent",
    "Dataset": "schema:Dataset",
    "id": "@id",
    "name": "schema:name",
    "description": "schema:description",
    "createdAt": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "modifiedAt": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    },
    "format": "grapes:format",
    "configuration": "grapes:configuration",
    "_links": "grapes:links",
    "xsd": "http://www.w3.org/2001/XMLSchema#"
  }
}