Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 22 additions & 4 deletions spec/data/spec.yamlld
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,47 @@ schema:author:
- orcid:0009-0001-8740-4213
- orcid:0000-0001-7508-7428
- orcid:0000-0001-7046-4474

- $id: https://greggkellogg.net/foaf#me
dcterms:isReferencedBy: https://greggkellogg.net/foaf.rdf
- https://github.com/ioggstream
- https://github.com/TallTed
- https://github.com/BigBlueHat
schema:givenName: Gregg
schema:familyName: Kellogg

- $id: https://github.com/ioggstream
$type: foaf:Person
schema:givenName: Roberto
schema:familyName: Polli

- $id: https://github.com/TallTed
$type: foaf:Person
schema:givenName: Ted
schema:familyName: Thibodeau
schema:honorificSuffix: Jr

- $id: https://github.com/BigBlueHat
$type: foaf:Person
schema:givenName: Benjamin
schema:familyName: Young

license:
$id: https://purl.org/NET/rdflicense/W3C1.0
dcterms:isReferencedBy: https://purl.org/NET/rdflicense/W3C1.0.ttl

dcterms:references:
- namespace-prefixes.yamlld
- data:namespace-prefixes.yamlld

"@context":
"@import": https://json-ld.org/contexts/dollar-convenience.jsonld
"@base": https://json-ld.github.io/yaml-ld/spec/
data: https://json-ld.github.io/yaml-ld/spec/data/

spec: https://json-ld.github.io/yaml-ld/spec/

prov: http://www.w3.org/ns/prov#
rdfs: http://www.w3.org/2000/01/rdf-schema#
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
foaf: http://xmlns.com/foaf/0.1/
orcid: https://orcid.org/

schema:author:
Expand Down