Clojars · JSON-LD Context

context Context

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

0 Classes 17 Properties 3 Namespaces
View Context View on GitHub

Namespaces

clojars: https://clojars.org/vocab#
xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/

Properties

Property Type Container
jar_name string
group_name string
version string
description string
homepage reference
downloads integer
licenses
name string
url reference
recent_versions
dependencies
scope string
user string
groups
releases
next_from dateTime
created dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "clojars": "https://clojars.org/vocab#",
    "jar_name": {
      "@id": "clojars:jarName",
      "@type": "xsd:string"
    },
    "group_name": {
      "@id": "clojars:groupName",
      "@type": "xsd:string"
    },
    "version": {
      "@id": "schema:version",
      "@type": "xsd:string"
    },
    "description": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "homepage": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "downloads": {
      "@id": "clojars:downloads",
      "@type": "xsd:integer"
    },
    "licenses": {
      "@id": "schema:license"
    },
    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "recent_versions": {
      "@id": "clojars:recentVersions"
    },
    "dependencies": {
      "@id": "clojars:dependencies"
    },
    "scope": {
      "@id": "clojars:dependencyScope",
      "@type": "xsd:string"
    },
    "user": {
      "@id": "schema:accountName",
      "@type": "xsd:string"
    },
    "groups": {
      "@id": "schema:memberOf"
    },
    "releases": {
      "@id": "clojars:releases"
    },
    "next_from": {
      "@id": "clojars:nextFrom",
      "@type": "xsd:dateTime"
    },
    "created": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/"
  }
}