Technology Standards · JSON-LD Context

Technology Standards Context

JSON-LD context defining the semantic vocabulary for Technology Standards from Technology Standards.

44 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

std: https://raw.githubusercontent.com/api-evangelist/technology-standards/main/json-ld/technology-standards-context.jsonld#
schema: https://schema.org/

Classes

Standard standardId standardName standardDescription standardNumber standardStatus standardUrl StandardsBody bodyName bodyAcronym bodyUrl bodyMission WorkingGroup groupName groupCharter parentBody RFC rfcNumber rfcTitle rfcAuthors rfcDate rfcStatus rfcUrl obsoletes updatedBy Protocol protocolName protocolPort protocolScheme protocolRfc protocolVersion SecurityStandard securityStandardName authorizationFlows tokenTypes scopes Conformance conformanceLevel requirement requirementKeyword Implementation implementationName implementationType implementationLanguage

JSON-LD Document

technology-standards-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "std": "https://raw.githubusercontent.com/api-evangelist/technology-standards/main/json-ld/technology-standards-context.jsonld#",
    "schema": "https://schema.org/",

    "Standard": "schema:TechArticle",
    "standardId": "schema:identifier",
    "standardName": "schema:name",
    "standardDescription": "schema:description",
    "standardNumber": "schema:legislationIdentifier",
    "standardStatus": "std:status",
    "standardUrl": "schema:url",

    "StandardsBody": "schema:Organization",
    "bodyName": "schema:name",
    "bodyAcronym": "schema:alternateName",
    "bodyUrl": "schema:url",
    "bodyMission": "schema:description",

    "WorkingGroup": "schema:Organization",
    "groupName": "schema:name",
    "groupCharter": "schema:description",
    "parentBody": "schema:parentOrganization",

    "RFC": "std:RFC",
    "rfcNumber": "schema:identifier",
    "rfcTitle": "schema:name",
    "rfcAuthors": "schema:author",
    "rfcDate": "schema:datePublished",
    "rfcStatus": "std:rfcStatus",
    "rfcUrl": "schema:url",
    "obsoletes": "std:obsoletes",
    "updatedBy": "std:updatedBy",

    "Protocol": "std:Protocol",
    "protocolName": "schema:name",
    "protocolPort": "std:port",
    "protocolScheme": "std:scheme",
    "protocolRfc": "std:rfc",
    "protocolVersion": "schema:version",

    "SecurityStandard": "std:SecurityStandard",
    "securityStandardName": "schema:name",
    "authorizationFlows": "std:authorizationFlows",
    "tokenTypes": "std:tokenTypes",
    "scopes": "std:scopes",

    "Conformance": "std:Conformance",
    "conformanceLevel": "std:level",
    "requirement": "std:requirement",
    "requirementKeyword": "std:keyword",

    "Implementation": "schema:SoftwareApplication",
    "implementationName": "schema:name",
    "implementationType": "std:implementationType",
    "implementationLanguage": "schema:programmingLanguage",
    "conformanceLevel": "std:conformanceLevel"
  }
}