@@ -4,29 +4,46 @@ schema:author:
4
4
- orcid:0009-0001-8740-4213
5
5
- orcid:0000-0001-7508-7428
6
6
- orcid:0000-0001-7046-4474
7
+
7
8
- $id: https://greggkellogg.net/foaf#me
8
9
dcterms:isReferencedBy: https://greggkellogg.net/foaf.rdf
9
- - https://github.com/ioggstream
10
- - https://github.com/TallTed
11
- - https://github.com/BigBlueHat
10
+ schema:givenName: Gregg
11
+ schema:familyName: Kellogg
12
+
13
+ - $id: https://github.com/ioggstream
14
+ $type: foaf:Person
15
+ schema:givenName: Roberto
16
+ schema:familyName: Polli
17
+
18
+ - $id: https://github.com/TallTed
19
+ $type: foaf:Person
20
+ schema:givenName: Ted
21
+ schema:familyName: Thibodeau
22
+
23
+ - $id: https://github.com/BigBlueHat
24
+ $type: foaf:Person
25
+ schema:givenName: Benjamin
26
+ schema:familyName: Young
12
27
13
28
license:
14
29
$id: https://purl.org/NET/rdflicense/W3C1.0
15
30
dcterms:isReferencedBy: https://purl.org/NET/rdflicense/W3C1.0.ttl
16
31
17
32
dcterms:references:
18
- - namespace-prefixes.yamlld
33
+ - data: namespace-prefixes.yamlld
19
34
20
35
"@context":
21
36
"@import": https://json-ld.org/contexts/dollar-convenience.jsonld
22
37
"@base": https://json-ld.github.io/yaml-ld/spec/
38
+ data: https://json-ld.github.io/yaml-ld/spec/data/
23
39
24
40
spec: https://json-ld.github.io/yaml-ld/spec/
25
41
26
42
prov: http://www.w3.org/ns/prov#
27
43
rdfs: http://www.w3.org/2000/01/rdf-schema#
28
44
schema: https://schema.org/
29
45
dcterms: http://purl.org/dc/terms/
46
+ foaf: http://xmlns.com/foaf/0.1/
30
47
orcid: https://orcid.org/
31
48
32
49
schema:author:
0 commit comments