Agile · JSON-LD Context

Agile Context

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

1 Classes 4 Properties 4 Namespaces
View Context View on GitHub

Namespaces

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

Classes

AgilePrinciple

Properties

Property Type Container
number integer
principle string
category string
framework_alignment string set

JSON-LD Document

agile-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "agile": "https://api-evangelist.github.io/agile/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "AgilePrinciple": "agile:AgilePrinciple",
    "number": {
      "@id": "agile:number",
      "@type": "xsd:integer"
    },
    "principle": {
      "@id": "agile:principle",
      "@type": "xsd:string"
    },
    "category": {
      "@id": "agile:category",
      "@type": "xsd:string"
    },
    "framework_alignment": {
      "@id": "agile:framework_alignment",
      "@container": "@set",
      "@type": "xsd:string"
    }
  }
}