From d7a1c11789443f60c9ea6dc51df83f36db11b8c6 Mon Sep 17 00:00:00 2001 From: Anatoly Scherbakov Date: Sat, 19 Apr 2025 23:14:08 +0400 Subject: [PATCH 1/2] More inline LD about spec authors --- spec/data/spec.yamlld | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/spec/data/spec.yamlld b/spec/data/spec.yamlld index 066fdb3..d5bed4d 100644 --- a/spec/data/spec.yamlld +++ b/spec/data/spec.yamlld @@ -4,22 +4,38 @@ 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 + + - $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/ @@ -27,6 +43,7 @@ dcterms:references: 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: From bbee55fbeb7d9f7dbb43ed874f62ca794f664ea1 Mon Sep 17 00:00:00 2001 From: Anatoly Scherbakov Date: Sun, 20 Apr 2025 11:14:13 +0400 Subject: [PATCH 2/2] =?UTF-8?q?Add=20`schema:honorificSuffix`=20=C2=A9=20T?= =?UTF-8?q?ed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ted Thibodeau Jr --- spec/data/spec.yamlld | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/data/spec.yamlld b/spec/data/spec.yamlld index d5bed4d..fc59664 100644 --- a/spec/data/spec.yamlld +++ b/spec/data/spec.yamlld @@ -19,6 +19,7 @@ schema:author: $type: foaf:Person schema:givenName: Ted schema:familyName: Thibodeau + schema:honorificSuffix: Jr - $id: https://github.com/BigBlueHat $type: foaf:Person