R · JSON-LD Context

R Context

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

8 Classes 10 Properties 5 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/
doap: http://usefulinc.com/ns/doap#
r: https://r-project.org/terms/

Classes

name version description title author package depends suggests

Properties

Property Type Container
Package reference
maintainer schema:Person
license reference
url reference
downloads integer
start date
end date
day date
imports reference
repository reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",
    "doap": "http://usefulinc.com/ns/doap#",
    "r": "https://r-project.org/terms/",

    "Package": {
      "@id": "doap:Project",
      "@type": "@id"
    },
    "name": "schema:name",
    "version": "doap:revision",
    "description": "schema:description",
    "title": "dcterms:title",
    "author": "dcterms:creator",
    "maintainer": {
      "@id": "dcterms:maintainer",
      "@type": "schema:Person"
    },
    "license": {
      "@id": "doap:license",
      "@type": "@id"
    },
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "downloads": {
      "@id": "schema:downloadCount",
      "@type": "xsd:integer"
    },
    "package": "schema:name",
    "start": {
      "@id": "schema:startDate",
      "@type": "xsd:date"
    },
    "end": {
      "@id": "schema:endDate",
      "@type": "xsd:date"
    },
    "day": {
      "@id": "schema:date",
      "@type": "xsd:date"
    },
    "depends": "doap:implements",
    "imports": {
      "@id": "schema:softwareRequirements",
      "@type": "@id"
    },
    "suggests": "schema:softwareRequirements",
    "repository": {
      "@id": "doap:repository",
      "@type": "@id"
    }
  }
}