SourceForge · JSON-LD Context

Sourceforge Context

JSON-LD context defining the semantic vocabulary for Sourceforge from SourceForge.

6 Classes 12 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
doap: http://usefulinc.com/ns/doap#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Project Ticket WikiPage BlogPost Webhook id

Properties

Property Type Container
name string
shortname string
description string
url reference
created dateTime
ticket_num integer
summary string
status string
assigned_to string
labels set
created_date dateTime
mod_date dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "doap": "http://usefulinc.com/ns/doap#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Project": "doap:Project",
    "Ticket": "schema:BugReport",
    "WikiPage": "schema:WebPage",
    "BlogPost": "schema:BlogPosting",
    "Webhook": "schema:EntryPoint",

    "id": "@id",
    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "shortname": {
      "@id": "doap:shortdesc",
      "@type": "xsd:string"
    },
    "description": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "created": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "ticket_num": {
      "@id": "schema:identifier",
      "@type": "xsd:integer"
    },
    "summary": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "schema:status",
      "@type": "xsd:string"
    },
    "assigned_to": {
      "@id": "schema:assignee",
      "@type": "xsd:string"
    },
    "labels": {
      "@id": "schema:keywords",
      "@container": "@set"
    },
    "created_date": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "mod_date": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    }
  }
}