Agile SDLC · JSON-LD Context

Agile Sdlc Context

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

3 Classes 4 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Classes

SDLCPhase name description

Properties

Property Type Container
sprint_id string
start_date date
end_date date
artifacts string set

JSON-LD Document

agile-sdlc-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "asdlc": "https://api-evangelist.github.io/agile-sdlc/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "SDLCPhase": "asdlc:SDLCPhase",
    "name": "schema:name",
    "description": "schema:description",
    "sprint_id": {
      "@id": "asdlc:sprint_id",
      "@type": "xsd:string"
    },
    "start_date": {
      "@id": "schema:startDate",
      "@type": "xsd:date"
    },
    "end_date": {
      "@id": "schema:endDate",
      "@type": "xsd:date"
    },
    "artifacts": {
      "@id": "asdlc:artifacts",
      "@container": "@set",
      "@type": "xsd:string"
    }
  }
}