Agile Delivery · JSON-LD Context

Agile Delivery Context

JSON-LD context defining the semantic vocabulary for Agile Delivery from Agile Delivery.

2 Classes 6 Properties 4 Namespaces
View Context View on GitHub

Namespaces

adel: https://api-evangelist.github.io/agile-delivery/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Sprint name

Properties

Property Type Container
id string
goal string
start_date date
end_date date
velocity integer
status string

JSON-LD Document

agile-delivery-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "adel": "https://api-evangelist.github.io/agile-delivery/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Sprint": "adel:Sprint",
    "id": {
      "@id": "dcterms:identifier",
      "@type": "xsd:string"
    },
    "name": "schema:name",
    "goal": {
      "@id": "adel:goal",
      "@type": "xsd:string"
    },
    "start_date": {
      "@id": "schema:startDate",
      "@type": "xsd:date"
    },
    "end_date": {
      "@id": "schema:endDate",
      "@type": "xsd:date"
    },
    "velocity": {
      "@id": "adel:velocity",
      "@type": "xsd:integer"
    },
    "status": {
      "@id": "adel:status",
      "@type": "xsd:string"
    }
  }
}