Skip to content

Commit f3720f6

Browse files
committed
add missing data/ folder and fix broken link in Overview.html
1 parent d53212a commit f3720f6

4 files changed

Lines changed: 251 additions & 2 deletions

File tree

publication-snapshots/WD-yaml-ld-10-20260305/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
<title>YAML-LD 1.0</title>
7575

76-
<link rel="alternate" href="data/spec.yamlld" type="application/ld+yaml">
76+
<link rel="alternate" href="data/spec.yaml" type="application/ld+yaml">
7777

7878

7979

@@ -4038,4 +4038,4 @@ <h1 id="title" class="title">YAML-LD 1.0</h1>
40384038
panel.hidden = true;
40394039
panel.classList.remove("docked");
40404040
}
4041-
})()</script><script src="https://www.w3.org/scripts/TR/2021/fixup.js"></script></body></html>
4041+
})()</script><script src="https://www.w3.org/scripts/TR/2021/fixup.js"></script></body></html>
Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
"@context":
2+
- https://json-ld.org/contexts/dollar-convenience.jsonld
3+
- "@base": https://w3c.github.io/
4+
rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns#
5+
rdfs: http://www.w3.org/2000/01/rdf-schema#
6+
prov: http://www.w3.org/ns/prov#
7+
8+
$id: JSONOrYAMLFeature
9+
$reverse:
10+
rdf:type:
11+
- rdfs:label: UTF-8
12+
$type: Encoding
13+
json:
14+
- prov:value: yes
15+
prov:wasDerivedFrom: JSON#section-8.1
16+
yaml:
17+
- prov:value: yes
18+
prov:wasDerivedFrom: YAML#52-character-encodings
19+
20+
- rdfs:label: UTF-16
21+
json:
22+
- prov:value: no
23+
prov:wasDerivedFrom: JSON#section-8.1
24+
yaml:
25+
- prov:value: yes
26+
prov:wasDerivedFrom: YAML#52-character-encodings
27+
28+
- rdfs:label: UTF-32
29+
json:
30+
- prov:value: no
31+
prov:wasDerivedFrom: JSON#section-8.1
32+
yaml:
33+
- prov:value: yes
34+
prov:wasDerivedFrom: YAML#52-character-encodings
35+
36+
- rdfs:label: "<code>{}</code> object"
37+
rdf:type:
38+
$id: native-data-types
39+
rdfs:label: Native data types
40+
json:
41+
prov:value: yes
42+
prov:wasDerivedFrom: JSON#section-4
43+
yaml:
44+
prov:value: yes
45+
prov:wasDerivedFrom: YAML#3211-nodes
46+
47+
- rdfs:label: "<code>[]</code> array"
48+
$type: native-data-types
49+
json:
50+
prov:value: yes
51+
prov:wasDerivedFrom: JSON#section-5
52+
yaml:
53+
prov:value: yes
54+
prov:wasDerivedFrom: YAML#3211-nodes
55+
56+
- rdfs:label: string
57+
$type: native-data-types
58+
json:
59+
prov:value: yes
60+
prov:wasDerivedFrom: JSON#section-7
61+
yaml:
62+
prov:value: yes
63+
prov:wasDerivedFrom: YAML#3211-nodes
64+
65+
- rdfs:label: number
66+
$type: native-data-types
67+
json:
68+
prov:value: yes
69+
prov:wasDerivedFrom: JSON#section-6
70+
yaml:
71+
- prov:value: integer
72+
prov:wasDerivedFrom: YAML#10213-integer
73+
- prov:value: floating point
74+
prov:wasDerivedFrom: YAML#10214-floating-point
75+
76+
- rdfs:label: bool
77+
$type: native-data-types
78+
json:
79+
prov:value: yes
80+
prov:wasDerivedFrom: JSON#section-3
81+
yaml:
82+
prov:value: yes
83+
prov:wasDerivedFrom: YAML#10212-boolean
84+
85+
- rdfs:label: null
86+
$type: native-data-types
87+
json:
88+
prov:value: yes
89+
prov:wasDerivedFrom: JSON#section-3
90+
yaml:
91+
prov:value: yes
92+
prov:wasDerivedFrom: YAML#10211-null
93+
94+
- rdfs:label: Delimited strings, arrays, objects
95+
rdf:type:
96+
$id: features
97+
rdfs:label: Features
98+
json:
99+
prov:value: yes
100+
prov:wasDerivedFrom: JSON#section-4
101+
yaml:
102+
prov:value: yes
103+
prov:wasDerivedFrom: YAML#chapter-7-flow-style-productions
104+
105+
- rdfs:label: Punctuation-free strings, arrays, objects
106+
$type: features
107+
json: no
108+
yaml:
109+
prov:value: yes
110+
prov:wasDerivedFrom: YAML#chapter-8-block-style-productions
111+
112+
- rdfs:label: Custom types
113+
$type: features
114+
json: no
115+
yaml:
116+
prov:value: yes
117+
prov:wasDerivedFrom: YAML#tags
118+
119+
- rdfs:label: Cycles
120+
$type: features
121+
json: no
122+
yaml:
123+
prov:value: yes
124+
prov:wasDerivedFrom: YAML#321-representation-graph
125+
126+
- rdfs:label: Documents per file
127+
json: 1
128+
yaml:
129+
prov:value: ⩾ 1
130+
prov:wasDerivedFrom: YAML stream
131+
132+
- rdfs:label: Comments
133+
json: no
134+
yaml:
135+
prov:value: yes
136+
prov:wasDerivedFrom: YAML#3233-comments
137+
138+
- rdfs:label: Anchors & aliases
139+
json: no
140+
yaml:
141+
prov:value: yes
142+
prov:wasDerivedFrom: YAML#3222-anchors-and-aliases
143+
144+
- rdfs:label: Mapping key types
145+
json: string
146+
yaml:
147+
prov:value: Any type representable in YAML, from strings to mappings
148+
prov:wasDerivedFrom: YAML#3211-nodes
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
"@context":
2+
- https://json-ld.org/contexts/dollar-convenience.jsonld
3+
- "@base": https://w3c.github.io/
4+
prefix: http://purl.org/vocab/vann/preferredNamespacePrefix
5+
6+
$included:
7+
- $id: https://example.org/
8+
prefix: ex
9+
10+
- $id: http://www.w3.org/ns/i18n#
11+
prefix: i18n
12+
13+
- $id: http://www.w3.org/1999/02/22-rdf-syntax-ns#
14+
prefix: rdf
15+
16+
- $id: http://www.w3.org/2000/01/rdf-schema#
17+
prefix: rdfs
18+
19+
- $id: http://www.w3.org/2001/XMLSchema#
20+
prefix: xsd
21+
22+
- $id: https://schema.org/
23+
prefix: schema
24+
25+
- $id: http://www.w3.org/ns/prov#
26+
prefix: prov
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
$id: "spec:"
2+
$: YAML-LD
3+
schema:author:
4+
- orcid:0009-0001-8740-4213
5+
- orcid:0000-0001-7508-7428
6+
- orcid:0000-0001-7046-4474
7+
8+
- $id: https://greggkellogg.net/foaf#me
9+
dcterms:isReferencedBy: https://greggkellogg.net/foaf.rdf
10+
schema:givenName: Gregg
11+
schema:familyName: Kellogg
12+
schema:affiliation: Invited Expert
13+
14+
- $id: https://yeti.sh
15+
$type: foaf:Person
16+
schema:givenName: Anatoly
17+
schema:familyName: Scherbakov
18+
schema:affiliation: Invited Expert
19+
20+
- $id: https://github.com/ioggstream
21+
$type: foaf:Person
22+
schema:givenName: Roberto
23+
schema:familyName: Polli
24+
schema:affiliation: Par-Tec
25+
26+
- $id: https://github.com/TallTed
27+
$type: foaf:Person
28+
schema:givenName: Ted
29+
schema:familyName: Thibodeau
30+
schema:honorificSuffix: Jr
31+
schema:affiliation: OpenLink Software
32+
33+
- $id: https://github.com/BigBlueHat
34+
$type: foaf:Person
35+
schema:givenName: Benjamin
36+
schema:familyName: Young
37+
schema:affiliation: Digital Bazaar
38+
39+
license:
40+
$id: https://purl.org/NET/rdflicense/W3C1.0
41+
dcterms:isReferencedBy: https://purl.org/NET/rdflicense/W3C1.0.ttl
42+
43+
dcterms:references:
44+
- data:namespace-prefixes.yaml
45+
46+
"@context":
47+
"@import": https://json-ld.org/contexts/dollar-convenience.jsonld
48+
"@base": https://w3c.github.io/yaml-ld/spec/
49+
data: https://w3c.github.io/yaml-ld/spec/data/
50+
51+
spec: https://w3c.github.io/yaml-ld/spec/
52+
53+
prov: http://www.w3.org/ns/prov#
54+
rdfs: http://www.w3.org/2000/01/rdf-schema#
55+
schema: https://schema.org/
56+
dcterms: http://purl.org/dc/terms/
57+
foaf: http://xmlns.com/foaf/0.1/
58+
orcid: https://orcid.org/
59+
60+
schema:author:
61+
"@type": "@id"
62+
63+
rdfs:range:
64+
"@type": "@id"
65+
66+
$: rdfs:label
67+
license:
68+
"@id": schema:license
69+
"@type": "@id"
70+
71+
dcterms:isReferencedBy:
72+
"@type": "@id"
73+
74+
dcterms:references:
75+
"@type": "@id"

0 commit comments

Comments
 (0)