Spear · JSON-LD Context

Spear Context

JSON-LD context defining the semantic vocabulary for Spear from Spear.

3 Classes 10 Properties 2 Namespaces
View Context View on GitHub

Namespaces

spear: https://spear.dev/vocab/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

name description url

Properties

Property Type Container
Workspace reference
Collection reference
Project reference
Member reference
workspaceId string
slug string
visibility string
role string
createdAt dateTime
modifiedAt dateTime

JSON-LD Document

spear-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "spear": "https://spear.dev/vocab/",
    "name": "name",
    "description": "description",
    "url": "url",
    "Workspace": {
      "@id": "spear:Workspace",
      "@type": "@id"
    },
    "Collection": {
      "@id": "spear:Collection",
      "@type": "@id"
    },
    "Project": {
      "@id": "spear:Project",
      "@type": "@id"
    },
    "Member": {
      "@id": "spear:Member",
      "@type": "@id"
    },
    "workspaceId": {
      "@id": "spear:workspaceId",
      "@type": "xsd:string"
    },
    "slug": {
      "@id": "spear:slug",
      "@type": "xsd:string"
    },
    "visibility": {
      "@id": "spear:visibility",
      "@type": "xsd:string"
    },
    "role": {
      "@id": "spear:role",
      "@type": "xsd:string"
    },
    "createdAt": {
      "@id": "spear:createdAt",
      "@type": "xsd:dateTime"
    },
    "modifiedAt": {
      "@id": "spear:modifiedAt",
      "@type": "xsd:dateTime"
    },
    "xsd": "http://www.w3.org/2001/XMLSchema#"
  }
}