Web Standards Context
JSON-LD context defining the semantic vocabulary for Web Standards from Web Standards.
15 Classes
14 Properties
5 Namespaces
Namespaces
ws:
https://webstandards.org/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
skos:
http://www.w3.org/2004/02/skos/core#
Classes
WebStandard
Specification
StandardsBody
WorkingGroup
LivingStandard
WebAPI
name
description
url
version
dateCreated
dateModified
identifier
label
definition
Properties
| Property |
Type |
Container |
| specificationUrl |
reference |
|
| repositoryUrl |
reference |
|
| standardsBodyUrl |
reference |
|
| status |
string |
|
| maturityLevel |
string |
|
| publishedYear |
integer |
|
| browserSupport |
string |
|
| category |
string |
|
| tags |
string |
set |
| relatedStandards |
reference |
set |
| implementations |
string |
set |
| editors |
string |
set |
| workingGroup |
string |
|
| standardsBody |
string |
|
JSON-LD Document
{
"@context": {
"@version": 1.1,
"ws": "https://webstandards.org/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"skos": "http://www.w3.org/2004/02/skos/core#",
"WebStandard": "ws:WebStandard",
"Specification": "ws:Specification",
"StandardsBody": "ws:StandardsBody",
"WorkingGroup": "ws:WorkingGroup",
"LivingStandard": "ws:LivingStandard",
"WebAPI": "ws:WebAPI",
"name": "schema:name",
"description": "schema:description",
"url": "schema:url",
"version": "schema:version",
"dateCreated": "schema:dateCreated",
"dateModified": "schema:dateModified",
"identifier": "dcterms:identifier",
"label": "skos:prefLabel",
"definition": "skos:definition",
"specificationUrl": {
"@id": "ws:specification_url",
"@type": "@id"
},
"repositoryUrl": {
"@id": "ws:repository_url",
"@type": "@id"
},
"standardsBodyUrl": {
"@id": "ws:standards_body_url",
"@type": "@id"
},
"status": {
"@id": "ws:status",
"@type": "xsd:string"
},
"maturityLevel": {
"@id": "ws:maturity_level",
"@type": "xsd:string"
},
"publishedYear": {
"@id": "ws:published_year",
"@type": "xsd:integer"
},
"browserSupport": {
"@id": "ws:browser_support",
"@type": "xsd:string"
},
"category": {
"@id": "ws:category",
"@type": "xsd:string"
},
"tags": {
"@id": "ws:tags",
"@container": "@set",
"@type": "xsd:string"
},
"relatedStandards": {
"@id": "ws:related_standards",
"@container": "@set",
"@type": "@id"
},
"implementations": {
"@id": "ws:implementations",
"@container": "@set",
"@type": "xsd:string"
},
"editors": {
"@id": "ws:editors",
"@container": "@set",
"@type": "xsd:string"
},
"workingGroup": {
"@id": "ws:working_group",
"@type": "xsd:string"
},
"standardsBody": {
"@id": "ws:standards_body",
"@type": "xsd:string"
}
}
}