Grounded.tools · JSON-LD Context

Grounded Tools Context

JSON-LD context defining the semantic vocabulary for Grounded Tools from Grounded.tools.

0 Classes 4 Properties 1 Namespaces
View Context View on GitHub

Namespaces

grounded: https://grounded.tools/

Properties

Property Type Container
Library
Version
Job
SearchResult

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "grounded": "https://grounded.tools/",
    "Library": {
      "@id": "grounded:library",
      "@context": {
        "name": "https://schema.org/name",
        "versions": "https://schema.org/hasPart"
      }
    },
    "Version": {
      "@id": "grounded:version",
      "@context": {
        "version": "https://schema.org/softwareVersion",
        "documentCount": "https://schema.org/numberOfItems",
        "uniqueUrlCount": "https://schema.org/numberOfItems",
        "indexedAt": "https://schema.org/dateCreated",
        "status": "https://schema.org/status",
        "sourceUrl": "https://schema.org/url"
      }
    },
    "Job": {
      "@id": "grounded:job",
      "@context": {
        "id": "https://schema.org/identifier",
        "library": "https://schema.org/name",
        "version": "https://schema.org/softwareVersion",
        "status": "https://schema.org/status",
        "createdAt": "https://schema.org/dateCreated",
        "startedAt": "https://schema.org/startTime",
        "finishedAt": "https://schema.org/endTime",
        "error": "https://schema.org/error",
        "progress": "https://schema.org/MonitorAction"
      }
    },
    "SearchResult": {
      "@id": "grounded:search-result",
      "@context": {
        "url": "https://schema.org/url",
        "content": "https://schema.org/text"
      }
    }
  }
}