-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspecifications-context.jsonld
More file actions
115 lines (113 loc) · 2.61 KB
/
Copy pathspecifications-context.jsonld
File metadata and controls
115 lines (113 loc) · 2.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"@context": {
"@version": 1.1,
"spec": "https://api-evangelist.github.io/specifications/ns#",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"spdx": "http://spdx.org/rdf/terms#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"SpecificationRecord": {
"@id": "spec:SpecificationRecord",
"@type": "schema:SoftwareSourceCode"
},
"GoverningBody": {
"@id": "spec:GoverningBody",
"@type": "schema:Organization"
},
"License": {
"@id": "spec:License",
"@type": "schema:CreativeWork"
},
"SpecificationVersion": {
"@id": "spec:SpecificationVersion",
"@type": "schema:Thing"
},
"id": "@id",
"name": "schema:name",
"aliases": {
"@id": "schema:alternateName",
"@container": "@set"
},
"category": {
"@id": "spec:category",
"@type": "xsd:string"
},
"status": {
"@id": "spec:status",
"@type": "xsd:string"
},
"currentVersion": {
"@id": "schema:softwareVersion",
"@type": "xsd:string"
},
"versions": {
"@id": "spec:versions",
"@container": "@set"
},
"version": {
"@id": "schema:softwareVersion",
"@type": "xsd:string"
},
"releaseDate": {
"@id": "schema:datePublished",
"@type": "xsd:date"
},
"governingBody": {
"@id": "spec:governingBody",
"@type": "@id"
},
"parent": {
"@id": "schema:parentOrganization",
"@type": "@id"
},
"license": {
"@id": "schema:license",
"@type": "@id"
},
"format": {
"@id": "schema:encodingFormat",
"@type": "xsd:string"
},
"transports": {
"@id": "spec:transport",
"@container": "@set",
"@type": "xsd:string"
},
"primaryUseCase": {
"@id": "dcterms:description",
"@type": "xsd:string"
},
"specificationUrl": {
"@id": "spec:specificationUrl",
"@type": "@id"
},
"documentationUrl": {
"@id": "schema:documentation",
"@type": "@id"
},
"repositoryUrl": {
"@id": "schema:codeRepository",
"@type": "@id"
},
"toolingEcosystemUrl": {
"@id": "spec:toolingEcosystemUrl",
"@type": "@id"
},
"embeddedSchemaLanguage": {
"@id": "spec:embeddedSchemaLanguage",
"@type": "xsd:string"
},
"emits": {
"@id": "spec:emits",
"@container": "@set",
"@type": "xsd:string"
},
"url": "schema:url",
"description": "schema:description",
"tags": {
"@id": "schema:keywords",
"@container": "@set",
"@type": "xsd:string"
}
}
}