From 62185a191d2117b63c2f7d514872b7bb683a7b2f Mon Sep 17 00:00:00 2001
From: Pier Luigi Buttigieg
Date: Wed, 3 Apr 2024 17:29:56 +0200
Subject: [PATCH 01/24] Create local-contexts-project-example.json
Draft 1
---
.../local-contexts-project-example.json | 81 +++++++++++++++++++
1 file changed, 81 insertions(+)
create mode 100644 dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
diff --git a/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json b/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
new file mode 100644
index 0000000..93542a8
--- /dev/null
+++ b/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
@@ -0,0 +1,81 @@
+{
+ "@context": {
+ "@vocab": "https://schema.org/"
+ },
+ "@type": "Project",
+ "@id": "The URL of this JSON-LD file, if present",
+ "name": "Project Title",
+ "foundingDate": "2022-11-25",
+ "url": "https://localcontextshub.org/projects/{PROJECT_ID}]",
+ "description": "Project Description",
+ "identifier": [
+ "{PROJECT_ID}]",
+ "provider_id_wr2=52dgtw"
+ ],
+ "contactPoint": {
+ "@type": "ContactPoint",
+ "name": "Community C",
+ "email": "info@example-data-repository.org",
+ "url": "https://www.example-data-repository.org/about-us",
+ "contactType": "Community contact point"
+ },
+ "publishingPrinciples": [
+ {
+ "@type": "CreativeWork",
+ "name": [
+ {
+ "@language": "en",
+ "@value": "Label/Notice Title"
+ },
+ {
+ "@language": "es",
+ "@value": "Label/Notice Title"
+ }
+ ],
+ "author": "{AUTHOR}",
+ "sourceOrganization": "{ORGANIZATION}",
+ "text": [
+ {
+ "@language": "en",
+ "@value": "Label/Notice Text"
+ },
+ {
+ "@language": "es",
+ "@value": "Label/Notice Text"
+ }
+ ],
+ "url": "https://localcontextshub.org/projects/{PROJECT_ID}",
+ "image": [
+ {
+ "@type": "ImageObject",
+ "url": "https://urlTomyImage.org/346oosgsd-w45.png",
+ "encodingFormat": "image/png"
+ },
+ {
+ "@type": "ImageObject",
+ "url": "https://urlTomyImage.org/346oosgsd-w45.svg",
+ "encodingFormat": "image/svg"
+ }
+ ]
+ }
+ ],
+ "areaServed": [
+ {
+ "@type": "Place",
+ "geo": {
+ "@type": "GeoCoordinates",
+ "latitude": 39.3280,
+ "longitude": 120.1633
+ },
+ "name": "Textual name of the area served",
+ "description": "Description of the area served"
+ },
+ {
+ "@type": "Place",
+ "name": "Textual name of the area served",
+ "description": "Description of the area served, and measures needed to request access.",
+ "publicAccess": "False",
+ "isAccessibleForFree": "False"
+ }
+ ]
+}
From e727652026b33e0ca4dc42dcdc8d5e26708c4ee2 Mon Sep 17 00:00:00 2001
From: Jeff McKenna
Date: Wed, 17 Apr 2024 11:17:23 -0300
Subject: [PATCH 02/24] minor formatting
---
.../local-contexts-project-example.json | 80 +++++++++----------
1 file changed, 40 insertions(+), 40 deletions(-)
diff --git a/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json b/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
index 93542a8..9a96084 100644
--- a/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
+++ b/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
@@ -9,8 +9,8 @@
"url": "https://localcontextshub.org/projects/{PROJECT_ID}]",
"description": "Project Description",
"identifier": [
- "{PROJECT_ID}]",
- "provider_id_wr2=52dgtw"
+ "{PROJECT_ID}]",
+ "provider_id_wr2=52dgtw"
],
"contactPoint": {
"@type": "ContactPoint",
@@ -20,44 +20,44 @@
"contactType": "Community contact point"
},
"publishingPrinciples": [
+ {
+ "@type": "CreativeWork",
+ "name": [
+ {
+ "@language": "en",
+ "@value": "Label/Notice Title"
+ },
+ {
+ "@language": "es",
+ "@value": "Label/Notice Title"
+ }
+ ],
+ "author": "{AUTHOR}",
+ "sourceOrganization": "{ORGANIZATION}",
+ "text": [
+ {
+ "@language": "en",
+ "@value": "Label/Notice Text"
+ },
{
- "@type": "CreativeWork",
- "name": [
- {
- "@language": "en",
- "@value": "Label/Notice Title"
- },
- {
- "@language": "es",
- "@value": "Label/Notice Title"
- }
- ],
- "author": "{AUTHOR}",
- "sourceOrganization": "{ORGANIZATION}",
- "text": [
- {
- "@language": "en",
- "@value": "Label/Notice Text"
- },
- {
- "@language": "es",
- "@value": "Label/Notice Text"
- }
- ],
- "url": "https://localcontextshub.org/projects/{PROJECT_ID}",
- "image": [
- {
- "@type": "ImageObject",
- "url": "https://urlTomyImage.org/346oosgsd-w45.png",
- "encodingFormat": "image/png"
- },
- {
- "@type": "ImageObject",
- "url": "https://urlTomyImage.org/346oosgsd-w45.svg",
- "encodingFormat": "image/svg"
- }
- ]
- }
+ "@language": "es",
+ "@value": "Label/Notice Text"
+ }
+ ],
+ "url": "https://localcontextshub.org/projects/{PROJECT_ID}",
+ "image": [
+ {
+ "@type": "ImageObject",
+ "url": "https://urlTomyImage.org/346oosgsd-w45.png",
+ "encodingFormat": "image/png"
+ },
+ {
+ "@type": "ImageObject",
+ "url": "https://urlTomyImage.org/346oosgsd-w45.svg",
+ "encodingFormat": "image/svg"
+ }
+ ]
+ }
],
"areaServed": [
{
@@ -78,4 +78,4 @@
"isAccessibleForFree": "False"
}
]
-}
+}
\ No newline at end of file
From 609d5915b87a1d113849b03e934c1a68d9118539 Mon Sep 17 00:00:00 2001
From: Pier Luigi Buttigieg
Date: Wed, 17 Apr 2024 17:13:24 +0200
Subject: [PATCH 03/24] Update local-contexts-project-example.json
Adding ethicsPolicy as another property that may be used for some BC/TK Labels and perhaps Notices
---
.../graphs/local-contexts-project-example.json | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json b/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
index 9a96084..e02b1c5 100644
--- a/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
+++ b/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
@@ -19,6 +19,19 @@
"url": "https://www.example-data-repository.org/about-us",
"contactType": "Community contact point"
},
+ "ethicsPolicy": [
+ {
+ "@type": "CreativeWork",
+ "name": [
+ {
+ "@language": "en",
+ "@value": "Label/Notice Title"
+ },
+ {
+ "@language": "es",
+ "@value": "Label/Notice Title"
+ }
+ ],
"publishingPrinciples": [
{
"@type": "CreativeWork",
From d42da8632f53bb75a67a7583f83cd0a2a394d33e Mon Sep 17 00:00:00 2001
From: Jeff McKenna
Date: Fri, 19 Apr 2024 08:51:10 -0300
Subject: [PATCH 04/24] fix validation error
---
.../local-contexts-project-example.json | 26 +++++++++----------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json b/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
index e02b1c5..a089632 100644
--- a/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
+++ b/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
@@ -19,19 +19,19 @@
"url": "https://www.example-data-repository.org/about-us",
"contactType": "Community contact point"
},
- "ethicsPolicy": [
- {
- "@type": "CreativeWork",
- "name": [
- {
- "@language": "en",
- "@value": "Label/Notice Title"
- },
- {
- "@language": "es",
- "@value": "Label/Notice Title"
- }
- ],
+ "ethicsPolicy": {
+ "@type": "CreativeWork",
+ "name": [
+ {
+ "@language": "en",
+ "@value": "Label/Notice Title"
+ },
+ {
+ "@language": "es",
+ "@value": "Label/Notice Title"
+ }
+ ]
+ },
"publishingPrinciples": [
{
"@type": "CreativeWork",
From c4b5264d5dc46d961ad583c7b0f7ca008ffd4011 Mon Sep 17 00:00:00 2001
From: Jeff McKenna
Date: Thu, 23 May 2024 12:15:10 -0300
Subject: [PATCH 05/24] latest changes
---
.../local-contexts-project-example.json | 148 ++++++++++++++----
1 file changed, 116 insertions(+), 32 deletions(-)
diff --git a/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json b/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
index a089632..d968afc 100644
--- a/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
+++ b/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
@@ -32,63 +32,147 @@
}
]
},
+ "potentialAction": {
+ "@type": "InviteAction",
+ "agent": "Org or person making invitation",
+ "name": [
+ {
+ "@language": "{language_tag}",
+ "@value": "{Label Title}"
+ },
+ {
+ "@language": "{language_tag}",
+ "@value": "{Label Title}"
+ }
+ ],
+ "description": [
+ {
+ "@language": "{language_tag}",
+ "@value": "{Label Text}"
+ },
+ {
+ "@language": "{language_tag}",
+ "@value": "{Label Text}"
+ }
+ ],
+ "actionStatus": "ActiveActionStatus",
+ "object": {
+ "@type": "person or organization",
+ "name": "",
+ "description": ""
+ }
+ },
+ "correction": {
+ "@type": "CorrectionComment",
+ "name": [
+ {
+ "@language": "{language_tag}",
+ "@value": "{Label Title}"
+ },
+ {
+ "@language": "{language_tag}",
+ "@value": "{Label Title}"
+ }
+ ],
+ "author": "{Author Name}",
+ "text": [
+ {
+ "@language": "{language_tag}",
+ "@value": "{Label Text}"
+ },
+ {
+ "@language": "{language_tag}",
+ "@value": "{Label Text}"
+ }
+ ],
+ "url": "{PROJECT_PAGE_URL}",
+ "image": [
+ {
+ "@type": "ImageObject",
+ "url": "{ICON_IMG}",
+ "encodingFormat": "image/png"
+ },
+ {
+ "@type": "ImageObject",
+ "url": "{ICON_SVG}",
+ "encodingFormat": "image/svg"
+ }
+ ],
+ "audio": [
+ {
+ "@type": "AudioObject",
+ "url": "{AUDIO_URL}",
+ "encodingFormat": "audio/mpeg"
+ }
+ ],
+ "dateCreated": "{date Label created}",
+ "dateModified": "{date Label modified}"
+ },
"publishingPrinciples": [
{
"@type": "CreativeWork",
"name": [
{
- "@language": "en",
- "@value": "Label/Notice Title"
+ "@language": "{language_tag}",
+ "@value": "{Notice Title}"
},
{
- "@language": "es",
- "@value": "Label/Notice Title"
+ "@language": "{language_tag}",
+ "@value": "{Notice Title}"
}
],
- "author": "{AUTHOR}",
- "sourceOrganization": "{ORGANIZATION}",
+ "author": {
+ "@type": "Organization",
+ "identifier": "https://oceanexpert.org/institution/xxxxxxx",
+ "legalName": "Local Contexts Inc.",
+ "name": "Local Contexts",
+ "url": "https://localcontexts.org/"
+ },
+ "sourceOrganization": "{Instituion that applied Notice}",
"text": [
{
- "@language": "en",
- "@value": "Label/Notice Text"
+ "@language": "{language_tag}",
+ "@value": "{Notice Text}"
},
{
- "@language": "es",
- "@value": "Label/Notice Text"
+ "@language": "{language_tag}",
+ "@value": "{Notice Text}"
}
],
- "url": "https://localcontextshub.org/projects/{PROJECT_ID}",
+ "url": "{PROJECT_PAGE_URL}",
"image": [
{
"@type": "ImageObject",
- "url": "https://urlTomyImage.org/346oosgsd-w45.png",
+ "url": "{ICON_IMG}",
"encodingFormat": "image/png"
},
{
"@type": "ImageObject",
- "url": "https://urlTomyImage.org/346oosgsd-w45.svg",
+ "url": "{ICON_SVG}",
"encodingFormat": "image/svg"
}
]
}
- ],
- "areaServed": [
- {
- "@type": "Place",
- "geo": {
- "@type": "GeoCoordinates",
- "latitude": 39.3280,
- "longitude": 120.1633
- },
- "name": "Textual name of the area served",
- "description": "Description of the area served"
- },
- {
- "@type": "Place",
- "name": "Textual name of the area served",
- "description": "Description of the area served, and measures needed to request access.",
- "publicAccess": "False",
- "isAccessibleForFree": "False"
- }
]
+}
+],
+"areaServed": [
+{
+ "@type": "Place",
+ "geo": {
+ "@type": "GeoCoordinates",
+ "latitude": 39.3280,
+ "longitude": 120.1633
+ },
+ "name": "Textual name of the area served",
+ "description": "Description of the area served"
+},
+{
+ "@type": "Place",
+ "name": "Textual name of the area served",
+ "description": "Description of the area served, and measures needed to request access.",
+ "publicAccess": "False",
+ "isAccessibleForFree": "False"
+}
+]
}
\ No newline at end of file
From 70a484333bd000d8a08778921d7fd5d4606a3c50 Mon Sep 17 00:00:00 2001
From: Jeff McKenna
Date: Thu, 23 May 2024 12:17:34 -0300
Subject: [PATCH 06/24] latest changes
---
.../local-contexts-project-example.json | 40 +++++++++----------
1 file changed, 19 insertions(+), 21 deletions(-)
diff --git a/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json b/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
index d968afc..d6fdff7 100644
--- a/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
+++ b/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
@@ -153,26 +153,24 @@
}
]
}
+ ],
+ "areaServed": [
+ {
+ "@type": "Place",
+ "geo": {
+ "@type": "GeoCoordinates",
+ "latitude": 39.3280,
+ "longitude": 120.1633
+ },
+ "name": "Textual name of the area served",
+ "description": "Description of the area served"
+ },
+ {
+ "@type": "Place",
+ "name": "Textual name of the area served",
+ "description": "Description of the area served, and measures needed to request access.",
+ "publicAccess": "False",
+ "isAccessibleForFree": "False"
+ }
]
-}
-],
-"areaServed": [
-{
- "@type": "Place",
- "geo": {
- "@type": "GeoCoordinates",
- "latitude": 39.3280,
- "longitude": 120.1633
- },
- "name": "Textual name of the area served",
- "description": "Description of the area served"
-},
-{
- "@type": "Place",
- "name": "Textual name of the area served",
- "description": "Description of the area served, and measures needed to request access.",
- "publicAccess": "False",
- "isAccessibleForFree": "False"
-}
-]
}
\ No newline at end of file
From 162c7af0faaf0dcd2956ab9d6c5c74f76fd5920c Mon Sep 17 00:00:00 2001
From: Jeff McKenna
Date: Thu, 23 May 2024 12:27:20 -0300
Subject: [PATCH 07/24] latest changes
---
.../projects/graphs/local-contexts-project-example.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json b/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
index d6fdff7..fe1a9eb 100644
--- a/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
+++ b/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
@@ -58,8 +58,8 @@
"actionStatus": "ActiveActionStatus",
"object": {
"@type": "person or organization",
- "name": "",
- "description": ""
+ "name": "name of person or org",
+ "description": "description of person or org"
}
},
"correction": {
From 1aa02bfb9a97e1565e8629072924bd57412e87e6 Mon Sep 17 00:00:00 2001
From: Jeff McKenna
Date: Thu, 23 May 2024 12:46:58 -0300
Subject: [PATCH 08/24] latest changes
---
.../projects/graphs/local-contexts-project-example.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json b/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
index fe1a9eb..c432b6a 100644
--- a/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
+++ b/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
@@ -9,7 +9,7 @@
"url": "https://localcontextshub.org/projects/{PROJECT_ID}]",
"description": "Project Description",
"identifier": [
- "{PROJECT_ID}]",
+ "{PROJECT_ID}",
"provider_id_wr2=52dgtw"
],
"contactPoint": {
From 8d94a0d85d8519704e43ab62e36966b86ae30b5b Mon Sep 17 00:00:00 2001
From: Pier Luigi Buttigieg
Date: Thu, 30 May 2024 20:47:31 +0200
Subject: [PATCH 09/24] Update local-contexts-project-example.json
Fixing "correction" domain/range issue with subjectOf and CorrectionComment. The semantics work out, I think.
---
.../projects/graphs/local-contexts-project-example.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json b/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
index c432b6a..b04cb9f 100644
--- a/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
+++ b/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
@@ -62,7 +62,7 @@
"description": "description of person or org"
}
},
- "correction": {
+ "subjectOf": {
"@type": "CorrectionComment",
"name": [
{
@@ -173,4 +173,4 @@
"isAccessibleForFree": "False"
}
]
-}
\ No newline at end of file
+}
From 87b2a012ab04f36dc363193d160c4cd87109839d Mon Sep 17 00:00:00 2001
From: Pier Luigi Buttigieg
Date: Wed, 26 Jun 2024 16:10:34 +0200
Subject: [PATCH 10/24] Create CreativeWork-LocalContexts-example.json
---
.../CreativeWork-LocalContexts-example.json | 291 ++++++++++++++++++
1 file changed, 291 insertions(+)
create mode 100644 dataGraphs/thematics/CreativeWork/graphs/CreativeWork-LocalContexts-example.json
diff --git a/dataGraphs/thematics/CreativeWork/graphs/CreativeWork-LocalContexts-example.json b/dataGraphs/thematics/CreativeWork/graphs/CreativeWork-LocalContexts-example.json
new file mode 100644
index 0000000..b7f6ab7
--- /dev/null
+++ b/dataGraphs/thematics/CreativeWork/graphs/CreativeWork-LocalContexts-example.json
@@ -0,0 +1,291 @@
+{
+ "@context": {
+ "@vocab": "https://schema.org/"
+ },
+ "@type": "CreativeWork",
+ "@id": "URL: Optional. A URL that resolves to *this* JSON-LD document, NOT the URL of the CreativeWork that this JSON-LD document describes. To link to the CreativeWork itself, please use 'url' and/or 'identifier')",
+ "about": "Text or controlled vocabulary/ontology, singly or as an array: The subject matter of this CreativeWork",
+ "abstract": "Text: A descriptive summary of a CreativeWork",
+ "accessMode": "Text: The human sensory perceptual system or cognitive faculty through which a person may process or perceive information. Values should be drawn from the approved vocabulary https://www.w3.org/2021/a11y-discov-vocab/latest/#accessMode-vocabulary.",
+ "accessModeSufficient": {
+ "@type": "http://schema.org/ItemList",
+ "description": "An ItemList of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Values should be drawn from the approved vocabulary (https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary)."
+ },
+ "accessibilityHazard":"Text: A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the approved vocabulary. https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary",
+ "accessibilitySummary": "Text: A textual summary of how this CreativeWork can be accessed, if there are any hazards associated with access, and related facts",
+ "accountablePerson": {"@type": "https://schema.org/Person"},
+ "acquireLicensePage": [
+ "URL",
+ {"@type": "https://schema.org/CreativeWork"}
+ ],
+ "aggregateRating": {"@type": "AggregateRating"},
+ "alternativeHeadline": "Text: A secondary title of the CreativeWork.",
+ "archivedAt": [
+ "URL",
+ {"@type": "https://schema.org/WebPage"}
+ ],
+ "assesses": [
+ "Text: Text to describe what (if anything) the CreativeWork described by this template assesses.",
+ {"@type": "https://schema.org/DefinedTerm"}
+ ],
+ "associatedMedia": {"@type": "https://schema.org/MediaObject"},
+ "audience": {"@type": "https://schema.org/Audience"},
+ "audio": [
+ {"@type": "https://schema.org/AudioObject"},
+ {"@type": "https://schema.org/Clip"},
+ {"@type": "https://schema.org/MusicRecording"}
+ ],
+ "author": {"@type": "https://schema.org/Person"},
+ "award": "Text: A description of an award won for this CreativeWork",
+ "character": {"@type": "https://schema.org/Person"},
+ "citation": [
+ "Text: A textual citation to other work relevant to this CreativeWork",
+ {"@type": "https://schema.org/CreativeWork"}
+ ],
+ "comment": "Text: A textual comment on the CreativeWork",
+ "commentCount": {"@type": "https://schema.org/Integer"},
+ "conditionsOfAccess": "Text: Description of conditions that affect the availability of, or method(s) of access to, an item.",
+ "contentLocation": {"@type": "https://schema.org/Place"},
+ "contentRating": [
+ "Text: Text stating the official rating for this CreativeWork",
+ {"@type": "https://schema.org/Rating"}
+ ],
+ "contentReferenceTime": {"@type": "https://schema.org/DateTime"},
+ "contributor": [
+ {"@type": "https://schema.org/Organization"},
+ {"@type": "https://schema.org/Person"}
+ ],
+ "copyrightHolder": [
+ {"@type": "https://schema.org/Organization"},
+ {"@type": "https://schema.org/Person"}
+ ],
+ "copyrightNotice": "Text. Text of a notice appropriate for describing the copyright aspects of this Creative Work",
+ "copyrightYear": {"@type": "https://schema.org/Number"},
+ "correction": [
+ "Text: description of a correction to the CreativeWork",
+ "URL",
+ {"@type": "https://schema.org/CorrectionComment"}
+ ],
+ "countryOfOrigin": {"@type": "https://schema.org/Country"},
+ "creativeWorkStatus": [
+ "Text: Description of the status of this CreativeWork in terms of its stage in a lifecycle",
+ {"@type": "https://schema.org/DefinedTerm"}
+ ],
+ "creator": [
+ {"@type": "https://schema.org/Organization"},
+ {"@type": "https://schema.org/Person"}
+ ],
+ "creditText": "Text: Text used to credit person(s) and/or organization(s) associated with this CreativeWork",
+ "dateCreated": [
+ {"@type": "https://schema.org/Date"},
+ {"@type": "https://schema.org/DateTime"}
+ ],
+ "dateModified": [
+ {"@type": "https://schema.org/Date"},
+ {"@type": "https://schema.org/DateTime"}
+ ],
+ "datePublished": [
+ {"@type": "https://schema.org/Date"},
+ {"@type": "https://schema.org/DateTime"}
+ ],
+ "discussionUrl": "URL",
+ "editEIDR": [
+ "Text: A statement on the EIDR (Entertainment Identifier Registry) identifier representing a specific edit / edition for a work of film or television.",
+ "URL"
+ ],
+ "editor": {"@type": "https://schema.org/Person"},
+ "educationalAlignment": {"@type": "https://schema.org/AlignmentObject"},
+ "educationalLevel": [
+ "Text: The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators.",
+ "URL",
+ {"@type": "https://schema.org/DefinedTerm"}
+ ],
+ "educationalUse": [
+ "Text: Description of the purpose of this CreativeWork in the context of education",
+ {"@type": "https://schema.org/DefinedTerm"}
+ ],
+ "encoding": {"@type": "https://schema.org/MediaObject"},
+ "encodingFormat": [
+ "Text: Textual description of the media type typically expressed using a MIME format (see IANA site [http://www.iana.org/assignments/media-types/media-types.xhtml] and MDN reference [https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types]), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc. ",
+ "URL"
+ ],
+ "exampleOfWork": {"@type": "https://schema.org/CreativeWork"},
+ "expires": [
+ {"@type": "https://schema.org/Date"},
+ {"@type": "https://schema.org/DateTime"}
+ ],
+ "funder": [
+ {"@type": "https://schema.org/Organization"},
+ {"@type": "https://schema.org/Person"}
+ ],
+ "funding": {"@type": "https://schema.org/Grant"},
+ "genre": [
+ "Text: Genre of the creative work, broadcast channel or group.",
+ "URL"
+ ],
+ "hasPart": {"@type": "https://schema.org/CreativeWork"},
+ "headline": "Text: Headline of the article",
+ "inLanguage": [
+ "Text: The language of the content or performance or used in an action.",
+ {"@type": "https://schema.org/Language"}
+ ],
+ "interactionStatistic": {"@type": "https://schema.org/InteractionCounter"},
+ "interactivityType": "Text: The predominant mode of learning supported by the learning resource",
+ "interpretedAsClaim": {"@type": "https://schema.org/Claim"},
+ "isAccessibleForFree": {"@type": "https://schema.org/Boolean"},
+ "isBasedOn": [
+ {"@type": "https://schema.org/CreativeWork"},
+ {"@type": "https://schema.org/Product"},
+ "URL"
+ ],
+ "isFamilyFriendly": {"@type": "https://schema.org/Boolean"},
+ "isPartOf": [
+ {"@type": "https://schema.org/CreativeWork"},
+ "URL"
+ ],
+ "keywords": [
+ "Text: Keywords or tags used to describe the CreativeWork.",
+ {"@type": "https://schema.org/DefinedTerm"},
+ "URL"
+ ],
+ "learningResourceType": [
+ "Text: The predominant type or kind characterizing the learning resource.",
+ {"@type": "https://schema.org/DefinedTerm"}
+ ],
+ "license": [
+ "URL",
+ {"@type": "https://schema.org/CreativeWork"}
+ ],
+ "locationCreated": {"@type": "https://schema.org/Place"},
+ "mainEntity": {"@type": "https://schema.org/Thing"},
+ "maintainer": [
+ {"@type": "https://schema.org/Organization"},
+ {"@type": "https://schema.org/Person"}
+ ],
+ "material": [
+ {"@type": "https://schema.org/Product"},
+ "Text: A material that something is made from, e.g. leather, wool, cotton, paper.",
+ "URL"
+ ],
+ "materialExtent": [
+ {"@type": "https://schema.org/QuantitativeValue"},
+ "Text: The quantity of the materials being described or an expression of the physical space they occupy"
+ ],
+ "mentions": {"@type": "https://schema.org/Thing"},
+ "offers": [
+ {"@type": "https://schema.org/Offer"},
+ {"@type": "https://schema.org/Demand"}
+ ],
+ "pattern": [
+ "Text: Text which states the pattern that the CreativeWork has, for example 'polka dot', 'striped', 'Canadian flag'",
+ {"@type": "https://schema.org/DefinedTerm"}
+ ],
+ "position": [
+ "Integer: An integer which expresses the position of an item in a series or sequence of items.",
+ "Text: A textual description of the position of an item in a series or sequence of items."
+ ],
+ "producer": [
+ {"@type": "https://schema.org/Organization"},
+ {"@type": "https://schema.org/Person"}
+ ],
+ "provider": [
+ {"@type": "https://schema.org/Organization"},
+ {"@type": "https://schema.org/Person"}
+ ],
+ "publication": {"@type": "https://schema.org/PublicationEvent"},
+ "publisher": [
+ {"@type": "https://schema.org/Organization"},
+ {"@type": "https://schema.org/Person"}
+ ],
+ "publisherImprint": {"@type": "https://schema.org/Organization"},
+ "publishingPrinciples": [
+ {"@type": "https://schema.org/CreativeWork"},
+ {"@type": "https://schema.org/URL"}
+ ],
+ "recordedAt": {"@type": "https://schema.org/Event"},
+ "releasedEvent": {"@type": "https://schema.org/PublicationEvent"},
+ "review": {"@type": "https://schema.org/Review"},
+ "schemaVersion": [
+ "Text",
+ "URL"
+ ],
+ "sdDatePublished": {"@type": "https://schema.org/Date"},
+ "sdLicense": [
+ {"@type": "https://schema.org/CreativeWork"},
+ {"@type": "https://schema.org/URL"}
+ ],
+ "sdPublisher": [
+ {"@type": "https://schema.org/Organization"},
+ {"@type": "https://schema.org/Person"}
+ ],
+ "size": "Text: Text indicating the phyiscal size of the CreativeWork (if appropriate). DefinedTerm or QuantitativeValue or SizeSpecification are also valid Types",
+ "sourceOrganization": {"@type": "https://schema.org/Organization"},
+ "spatial": {"@type": "https://schema.org/Place"},
+ "spatialCoverage": {"@type": "https://schema.org/Place"},
+ "sponsor": [
+ {"@type": "https://schema.org/Organization"},
+ {"@type": "https://schema.org/Person"}
+ ],
+ "teaches": [
+ {"@type": "https://schema.org/DefinedTerm"},
+ "Text"
+ ],
+ "temporal": "A more general property for any time-related information about this CreativeWork. This can be expressed as text or using the properties associated with the DateTime Type",
+ "temporalCoverage": [
+ {"@type": "https://schema.org/DateTime"},
+ "Text",
+ "URL"
+ ],
+ "text": "Text: The textual content of this CreativeWork.",
+ "thumbnail": {"@type": "https://schema.org/ImageObject"},
+ "thumbnailUrl": "URL",
+ "timeRequired": {"@type": "https://schema.org/Duration"},
+ "translationOfWork": {"@type": "https://schema.org/CreativeWork"},
+ "translator":[
+ {"@type": "https://schema.org/Organization"},
+ {"@type": "https://schema.org/Person"}
+ ],
+ "typicalAgeRange": "Text: The typical expected age range, e.g. '7-9', '11-'.",
+ "usageInfo":[
+ {"@type": "https://schema.org/CreativeWork"},
+ {"@type": "https://schema.org/URL"}
+ ],
+ "version": ["https://schema.org/Text", "https://schema.org/Number"],
+ "video": [
+ {"@type": "https://schema.org/Clip"},
+ {"@type": "https://schema.org/VideoObject"}
+ ],
+ "workExample": {"@type": "https://schema.org/CreativeWork"},
+ "workTranslation": {"@type": "https://schema.org/CreativeWork"},
+
+
+
+ "additionalType": [
+ "Text: An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax.",
+ "URL"
+ ],
+ "alternateName": "Text: An alternative name for this Thing.",
+ "description": "Text: Free text which describes this Thing.",
+ "disambiguatingDescription": "Text: A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation",
+ "identifier": [
+ {"@type": "https://schema.org/PropertyValue"},
+ "Text - The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See background notes for more details.",
+ "URL"
+ ],
+ "image": [
+ "URL",
+ {"@type": "https://schema.org/ImageObject"}
+ ],
+ "mainEntityOfPage": [
+ "URL",
+ {"@type": "https://schema.org/CreativeWork"}
+ ],
+ "name": "Text: The name of the item.",
+ "potentialAction": {"@type": "https://schema.org/Action"},
+ "sameAs": "URL",
+ "subjectOf": [
+ {"@type": "https://schema.org/CreativeWork"},
+ {"@type": "https://schema.org/Event"}
+ ],
+ "url": "URL - the URL to the item described by this JSON-LD document"
+}
From cb3a89d21ab475432dd854062206f8519f3c1688 Mon Sep 17 00:00:00 2001
From: Pier Luigi Buttigieg
Date: Wed, 26 Jun 2024 16:19:34 +0200
Subject: [PATCH 11/24] Create tk-bc-label-CreativeWork.json
---
.../graphs/tk-bc-label-CreativeWork.json | 45 +++++++++++++++++++
1 file changed, 45 insertions(+)
create mode 100644 dataGraphs/thematics/CreativeWork/graphs/tk-bc-label-CreativeWork.json
diff --git a/dataGraphs/thematics/CreativeWork/graphs/tk-bc-label-CreativeWork.json b/dataGraphs/thematics/CreativeWork/graphs/tk-bc-label-CreativeWork.json
new file mode 100644
index 0000000..24104aa
--- /dev/null
+++ b/dataGraphs/thematics/CreativeWork/graphs/tk-bc-label-CreativeWork.json
@@ -0,0 +1,45 @@
+{
+ "@type": "CreativeWork",
+ "identifier": "{Customized Label ID}",
+ "isBasedOn": "{LC Label Page URL}",
+ "name": [
+ {
+ "@language": "{language_tag}",
+ "@value": "{Notice Title}"
+ },
+ {
+ "@language": "{language_tag}",
+ "@value": "{Notice Title}"
+ }
+ ],
+ "author": {
+ "@type": "Organization",
+ "identifier": "https://oceanexpert.org/institution/xxxxxxx",
+ "legalName": "Local Contexts Inc.",
+ "name": "Local Contexts",
+ "url": "https://localcontexts.org/"
+ },
+ "text": [
+ {
+ "@language": "{language_tag}",
+ "@value": "{Notice Text}"
+ },
+ {
+ "@language": "{language_tag}",
+ "@value": "{Notice Text}"
+ }
+ ],
+ "url": "{PROJECT_PAGE_URL}",
+ "image": [
+ {
+ "@type": "ImageObject",
+ "url": "{ICON_IMG}",
+ "encodingFormat": "image/png"
+ },
+ {
+ "@type": "ImageObject",
+ "url": "{ICON_SVG}",
+ "encodingFormat": "image/svg"
+ }
+ ]
+ }
From af1ac8bba253d5321bd2f160dc72e78b15046042 Mon Sep 17 00:00:00 2001
From: Pier Luigi Buttigieg
Date: Wed, 26 Jun 2024 16:29:35 +0200
Subject: [PATCH 12/24] Create local-contexts-notice.json
---
.../graphs/local-contexts-notice.json | 44 +++++++++++++++++++
1 file changed, 44 insertions(+)
create mode 100644 dataGraphs/thematics/CreativeWork/graphs/local-contexts-notice.json
diff --git a/dataGraphs/thematics/CreativeWork/graphs/local-contexts-notice.json b/dataGraphs/thematics/CreativeWork/graphs/local-contexts-notice.json
new file mode 100644
index 0000000..298ae99
--- /dev/null
+++ b/dataGraphs/thematics/CreativeWork/graphs/local-contexts-notice.json
@@ -0,0 +1,44 @@
+{
+ "@type": "CreativeWork",
+ "identifier": "{Notice ID}",
+ "name": [
+ {
+ "@language": "{language_tag}",
+ "@value": "{Notice Title}"
+ },
+ {
+ "@language": "{language_tag}",
+ "@value": "{Notice Title}"
+ }
+ ],
+ "author": {
+ "@type": "Organization",
+ "identifier": "https://oceanexpert.org/institution/xxxxxxx",
+ "legalName": "Local Contexts Inc.",
+ "name": "Local Contexts",
+ "url": "https://localcontexts.org/"
+ },
+ "text": [
+ {
+ "@language": "{language_tag}",
+ "@value": "{Notice Text}"
+ },
+ {
+ "@language": "{language_tag}",
+ "@value": "{Notice Text}"
+ }
+ ],
+ "url": "{NOTICE_PAGE_URL}",
+ "image": [
+ {
+ "@type": "ImageObject",
+ "url": "{ICON_IMG}",
+ "encodingFormat": "image/png"
+ },
+ {
+ "@type": "ImageObject",
+ "url": "{ICON_SVG}",
+ "encodingFormat": "image/svg"
+ }
+ ]
+}
From 0532f8ffc56238e995a33102d056e3ad0a5c8776 Mon Sep 17 00:00:00 2001
From: Pier Luigi Buttigieg
Date: Wed, 26 Jun 2024 16:32:31 +0200
Subject: [PATCH 13/24] Rename tk-bc-label-CreativeWork.json to
local-contexts-label.json
---
.../{tk-bc-label-CreativeWork.json => local-contexts-label.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename dataGraphs/thematics/CreativeWork/graphs/{tk-bc-label-CreativeWork.json => local-contexts-label.json} (100%)
diff --git a/dataGraphs/thematics/CreativeWork/graphs/tk-bc-label-CreativeWork.json b/dataGraphs/thematics/CreativeWork/graphs/local-contexts-label.json
similarity index 100%
rename from dataGraphs/thematics/CreativeWork/graphs/tk-bc-label-CreativeWork.json
rename to dataGraphs/thematics/CreativeWork/graphs/local-contexts-label.json
From f4adda324d13ca43cb28a03d0eaf9732fc56fe71 Mon Sep 17 00:00:00 2001
From: Pier Luigi Buttigieg
Date: Wed, 26 Jun 2024 17:07:07 +0200
Subject: [PATCH 14/24] Update local-contexts-label.json
---
.../graphs/local-contexts-label.json | 106 +++++++++++-------
1 file changed, 63 insertions(+), 43 deletions(-)
diff --git a/dataGraphs/thematics/CreativeWork/graphs/local-contexts-label.json b/dataGraphs/thematics/CreativeWork/graphs/local-contexts-label.json
index 24104aa..52d61c8 100644
--- a/dataGraphs/thematics/CreativeWork/graphs/local-contexts-label.json
+++ b/dataGraphs/thematics/CreativeWork/graphs/local-contexts-label.json
@@ -1,45 +1,65 @@
{
- "@type": "CreativeWork",
- "identifier": "{Customized Label ID}",
- "isBasedOn": "{LC Label Page URL}",
- "name": [
- {
- "@language": "{language_tag}",
- "@value": "{Notice Title}"
- },
- {
- "@language": "{language_tag}",
- "@value": "{Notice Title}"
- }
- ],
- "author": {
- "@type": "Organization",
- "identifier": "https://oceanexpert.org/institution/xxxxxxx",
- "legalName": "Local Contexts Inc.",
- "name": "Local Contexts",
- "url": "https://localcontexts.org/"
- },
- "text": [
- {
- "@language": "{language_tag}",
- "@value": "{Notice Text}"
- },
- {
- "@language": "{language_tag}",
- "@value": "{Notice Text}"
- }
- ],
- "url": "{PROJECT_PAGE_URL}",
- "image": [
- {
- "@type": "ImageObject",
- "url": "{ICON_IMG}",
- "encodingFormat": "image/png"
- },
- {
- "@type": "ImageObject",
- "url": "{ICON_SVG}",
- "encodingFormat": "image/svg"
- }
- ]
+ "@type": "CreativeWork",
+ "identifier": "{Customized Label ID}",
+ "isBasedOn": "{LC Label Page URL}",
+ "name": [
+ {
+ "@language": "{language_tag}",
+ "@value": "{Label Title}"
+ },
+ {
+ "@language": "{language_tag}",
+ "@value": "{Label Title}"
}
+ ],
+ "license": "?",
+ "author": {
+ "@type": "Organization",
+ "identifier": "https://oceanexpert.org/institution/xxxxxxx",
+ "legalName": "{Community Name}",
+ "name": "{Community Name}",
+ "url": "{Community Website}"
+ },
+ "text": [
+ {
+ "@language": "{language_tag}",
+ "@value": "{Label Text}"
+ },
+ {
+ "@language": "{language_tag}",
+ "@value": "{Label Text}"
+ }
+ ],
+ "url": "{URL_TO_THE_LABEL_SECTION}",
+ "image": [
+ {
+ "@type": "ImageObject",
+ "url": "{ICON_IMG}",
+ "encodingFormat": "image/png"
+ },
+ {
+ "@type": "ImageObject",
+ "url": "{ICON_SVG}",
+ "encodingFormat": "image/svg"
+ }
+ ],
+ "audio" : [
+ {
+ "@type": "AudioObject",
+ "url": "{AUDIO_URL}",
+ "encodingFormat": "audio/mpeg"
+ }
+ ],
+ "dateCreated" : "{date Label created}",
+ "dateModified" : "{date Label modified}",
+ "sdDatePublished": {"@type": "https://schema.org/Date"},
+ "sdLicense": [
+ {"@type": "https://schema.org/CreativeWork"},
+ {"@type": "https://schema.org/URL"}
+ ],
+ "sdPublisher": [
+ {"@type": "https://schema.org/Organization"},
+ {"@type": "https://schema.org/Person"}
+ ],
+ "creditText": "text: recommended citation of this label"
+}
From 181556f9435f392b305f5e79eda699385482ebdb Mon Sep 17 00:00:00 2001
From: Pier Luigi Buttigieg
Date: Wed, 26 Jun 2024 17:09:26 +0200
Subject: [PATCH 15/24] Update local-contexts-notice.json
---
.../CreativeWork/graphs/local-contexts-notice.json | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/dataGraphs/thematics/CreativeWork/graphs/local-contexts-notice.json b/dataGraphs/thematics/CreativeWork/graphs/local-contexts-notice.json
index 298ae99..a1180a9 100644
--- a/dataGraphs/thematics/CreativeWork/graphs/local-contexts-notice.json
+++ b/dataGraphs/thematics/CreativeWork/graphs/local-contexts-notice.json
@@ -40,5 +40,16 @@
"url": "{ICON_SVG}",
"encodingFormat": "image/svg"
}
- ]
+ ],
+ "dateCreated" : "{date Label created}",
+ "sdDatePublished": {"@type": "https://schema.org/Date"},
+ "sdLicense": [
+ {"@type": "https://schema.org/CreativeWork"},
+ {"@type": "https://schema.org/URL"}
+ ],
+ "sdPublisher": [
+ {"@type": "https://schema.org/Organization"},
+ {"@type": "https://schema.org/Person"}
+ ],
+ "creditText": "text: recommended citation"
}
From 5d81d6bd78ec81a889575cfe27a4954dc3851467 Mon Sep 17 00:00:00 2001
From: Jeff McKenna
Date: Wed, 16 Oct 2024 10:44:12 -0300
Subject: [PATCH 16/24] Update
dataGraphs/thematics/CreativeWork/graphs/local-contexts-notice.json
Co-authored-by: Ashley Rojas <60452620+arojas1@users.noreply.github.com>
---
.../thematics/CreativeWork/graphs/local-contexts-notice.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dataGraphs/thematics/CreativeWork/graphs/local-contexts-notice.json b/dataGraphs/thematics/CreativeWork/graphs/local-contexts-notice.json
index a1180a9..ffc343a 100644
--- a/dataGraphs/thematics/CreativeWork/graphs/local-contexts-notice.json
+++ b/dataGraphs/thematics/CreativeWork/graphs/local-contexts-notice.json
@@ -41,7 +41,8 @@
"encodingFormat": "image/svg"
}
],
- "dateCreated" : "{date Label created}",
+ "datePublished" : "{date Notice was added to Project}",
+ "dateModified": "{date Notice was updated}"
"sdDatePublished": {"@type": "https://schema.org/Date"},
"sdLicense": [
{"@type": "https://schema.org/CreativeWork"},
From 5f7bc569efe5b7cf33a1a0a9665eb2596814e99f Mon Sep 17 00:00:00 2001
From: Jeff McKenna
Date: Wed, 16 Oct 2024 10:44:36 -0300
Subject: [PATCH 17/24] Update
dataGraphs/thematics/CreativeWork/graphs/local-contexts-notice.json
Co-authored-by: Ashley Rojas <60452620+arojas1@users.noreply.github.com>
---
.../thematics/CreativeWork/graphs/local-contexts-notice.json | 1 +
1 file changed, 1 insertion(+)
diff --git a/dataGraphs/thematics/CreativeWork/graphs/local-contexts-notice.json b/dataGraphs/thematics/CreativeWork/graphs/local-contexts-notice.json
index ffc343a..a388395 100644
--- a/dataGraphs/thematics/CreativeWork/graphs/local-contexts-notice.json
+++ b/dataGraphs/thematics/CreativeWork/graphs/local-contexts-notice.json
@@ -53,4 +53,5 @@
{"@type": "https://schema.org/Person"}
],
"creditText": "text: recommended citation"
+ "license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
}
From 48061f6c3b3bea85b2a792ebaeaf7599b9dd3a71 Mon Sep 17 00:00:00 2001
From: Jeff McKenna
Date: Wed, 16 Oct 2024 11:24:07 -0300
Subject: [PATCH 18/24] rename files with camelCase
---
.../{local-contexts-label.json => localContexts-label.json} | 0
.../{local-contexts-notice.json => localContexts-notice.json} | 0
2 files changed, 0 insertions(+), 0 deletions(-)
rename dataGraphs/thematics/creativeWork/graphs/{local-contexts-label.json => localContexts-label.json} (100%)
rename dataGraphs/thematics/creativeWork/graphs/{local-contexts-notice.json => localContexts-notice.json} (100%)
diff --git a/dataGraphs/thematics/creativeWork/graphs/local-contexts-label.json b/dataGraphs/thematics/creativeWork/graphs/localContexts-label.json
similarity index 100%
rename from dataGraphs/thematics/creativeWork/graphs/local-contexts-label.json
rename to dataGraphs/thematics/creativeWork/graphs/localContexts-label.json
diff --git a/dataGraphs/thematics/creativeWork/graphs/local-contexts-notice.json b/dataGraphs/thematics/creativeWork/graphs/localContexts-notice.json
similarity index 100%
rename from dataGraphs/thematics/creativeWork/graphs/local-contexts-notice.json
rename to dataGraphs/thematics/creativeWork/graphs/localContexts-notice.json
From b22c2f23eeccc42fd5672364e7dbb78f9425af6f Mon Sep 17 00:00:00 2001
From: Jeff McKenna
Date: Wed, 16 Oct 2024 11:26:51 -0300
Subject: [PATCH 19/24] rename files with camelCase
---
...texts-example.json => creativeWork-localContexts-example.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename dataGraphs/thematics/creativeWork/graphs/{CreativeWork-LocalContexts-example.json => creativeWork-localContexts-example.json} (100%)
diff --git a/dataGraphs/thematics/creativeWork/graphs/CreativeWork-LocalContexts-example.json b/dataGraphs/thematics/creativeWork/graphs/creativeWork-localContexts-example.json
similarity index 100%
rename from dataGraphs/thematics/creativeWork/graphs/CreativeWork-LocalContexts-example.json
rename to dataGraphs/thematics/creativeWork/graphs/creativeWork-localContexts-example.json
From 98cc79444b77fe5402c00f6ce6c331721e1a6880 Mon Sep 17 00:00:00 2001
From: Jeff McKenna
Date: Wed, 16 Oct 2024 11:28:00 -0300
Subject: [PATCH 20/24] rename files with camelCase
---
...ts-project-example.json => localContexts-project-example.json} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename dataGraphs/thematics/projects/graphs/{local-contexts-project-example.json => localContexts-project-example.json} (100%)
diff --git a/dataGraphs/thematics/projects/graphs/local-contexts-project-example.json b/dataGraphs/thematics/projects/graphs/localContexts-project-example.json
similarity index 100%
rename from dataGraphs/thematics/projects/graphs/local-contexts-project-example.json
rename to dataGraphs/thematics/projects/graphs/localContexts-project-example.json
From a23ad4b77b9adf9590827f69187145f84554e361 Mon Sep 17 00:00:00 2001
From: Jeff McKenna
Date: Wed, 16 Oct 2024 11:35:12 -0300
Subject: [PATCH 21/24] minor formatting
---
.../creativeWork-localContexts-example.json | 502 +++++++++++++-----
.../graphs/localContexts-label.json | 28 +-
.../graphs/localContexts-notice.json | 28 +-
.../graphs/localContexts-project-example.json | 2 +-
4 files changed, 398 insertions(+), 162 deletions(-)
diff --git a/dataGraphs/thematics/creativeWork/graphs/creativeWork-localContexts-example.json b/dataGraphs/thematics/creativeWork/graphs/creativeWork-localContexts-example.json
index b7f6ab7..066885d 100644
--- a/dataGraphs/thematics/creativeWork/graphs/creativeWork-localContexts-example.json
+++ b/dataGraphs/thematics/creativeWork/graphs/creativeWork-localContexts-example.json
@@ -11,281 +11,497 @@
"@type": "http://schema.org/ItemList",
"description": "An ItemList of single or combined accessModes that are sufficient to understand all the intellectual content of a resource. Values should be drawn from the approved vocabulary (https://www.w3.org/2021/a11y-discov-vocab/latest/#accessModeSufficient-vocabulary)."
},
- "accessibilityHazard":"Text: A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the approved vocabulary. https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary",
+ "accessibilityHazard": "Text: A characteristic of the described resource that is physiologically dangerous to some users. Related to WCAG 2.0 guideline 2.3. Values should be drawn from the approved vocabulary. https://www.w3.org/2021/a11y-discov-vocab/latest/#accessibilityHazard-vocabulary",
"accessibilitySummary": "Text: A textual summary of how this CreativeWork can be accessed, if there are any hazards associated with access, and related facts",
- "accountablePerson": {"@type": "https://schema.org/Person"},
+ "accountablePerson": {
+ "@type": "https://schema.org/Person"
+ },
"acquireLicensePage": [
"URL",
- {"@type": "https://schema.org/CreativeWork"}
+ {
+ "@type": "https://schema.org/CreativeWork"
+ }
],
- "aggregateRating": {"@type": "AggregateRating"},
+ "aggregateRating": {
+ "@type": "AggregateRating"
+ },
"alternativeHeadline": "Text: A secondary title of the CreativeWork.",
"archivedAt": [
"URL",
- {"@type": "https://schema.org/WebPage"}
+ {
+ "@type": "https://schema.org/WebPage"
+ }
],
"assesses": [
"Text: Text to describe what (if anything) the CreativeWork described by this template assesses.",
- {"@type": "https://schema.org/DefinedTerm"}
+ {
+ "@type": "https://schema.org/DefinedTerm"
+ }
],
- "associatedMedia": {"@type": "https://schema.org/MediaObject"},
- "audience": {"@type": "https://schema.org/Audience"},
+ "associatedMedia": {
+ "@type": "https://schema.org/MediaObject"
+ },
+ "audience": {
+ "@type": "https://schema.org/Audience"
+ },
"audio": [
- {"@type": "https://schema.org/AudioObject"},
- {"@type": "https://schema.org/Clip"},
- {"@type": "https://schema.org/MusicRecording"}
- ],
- "author": {"@type": "https://schema.org/Person"},
+ {
+ "@type": "https://schema.org/AudioObject"
+ },
+ {
+ "@type": "https://schema.org/Clip"
+ },
+ {
+ "@type": "https://schema.org/MusicRecording"
+ }
+ ],
+ "author": {
+ "@type": "https://schema.org/Person"
+ },
"award": "Text: A description of an award won for this CreativeWork",
- "character": {"@type": "https://schema.org/Person"},
+ "character": {
+ "@type": "https://schema.org/Person"
+ },
"citation": [
"Text: A textual citation to other work relevant to this CreativeWork",
- {"@type": "https://schema.org/CreativeWork"}
+ {
+ "@type": "https://schema.org/CreativeWork"
+ }
],
"comment": "Text: A textual comment on the CreativeWork",
- "commentCount": {"@type": "https://schema.org/Integer"},
+ "commentCount": {
+ "@type": "https://schema.org/Integer"
+ },
"conditionsOfAccess": "Text: Description of conditions that affect the availability of, or method(s) of access to, an item.",
- "contentLocation": {"@type": "https://schema.org/Place"},
+ "contentLocation": {
+ "@type": "https://schema.org/Place"
+ },
"contentRating": [
"Text: Text stating the official rating for this CreativeWork",
- {"@type": "https://schema.org/Rating"}
+ {
+ "@type": "https://schema.org/Rating"
+ }
],
- "contentReferenceTime": {"@type": "https://schema.org/DateTime"},
+ "contentReferenceTime": {
+ "@type": "https://schema.org/DateTime"
+ },
"contributor": [
- {"@type": "https://schema.org/Organization"},
- {"@type": "https://schema.org/Person"}
- ],
- "copyrightHolder": [
- {"@type": "https://schema.org/Organization"},
- {"@type": "https://schema.org/Person"}
+ {
+ "@type": "https://schema.org/Organization"
+ },
+ {
+ "@type": "https://schema.org/Person"
+ }
+ ],
+ "copyrightHolder": [
+ {
+ "@type": "https://schema.org/Organization"
+ },
+ {
+ "@type": "https://schema.org/Person"
+ }
],
"copyrightNotice": "Text. Text of a notice appropriate for describing the copyright aspects of this Creative Work",
- "copyrightYear": {"@type": "https://schema.org/Number"},
+ "copyrightYear": {
+ "@type": "https://schema.org/Number"
+ },
"correction": [
"Text: description of a correction to the CreativeWork",
"URL",
- {"@type": "https://schema.org/CorrectionComment"}
+ {
+ "@type": "https://schema.org/CorrectionComment"
+ }
],
- "countryOfOrigin": {"@type": "https://schema.org/Country"},
+ "countryOfOrigin": {
+ "@type": "https://schema.org/Country"
+ },
"creativeWorkStatus": [
"Text: Description of the status of this CreativeWork in terms of its stage in a lifecycle",
- {"@type": "https://schema.org/DefinedTerm"}
+ {
+ "@type": "https://schema.org/DefinedTerm"
+ }
],
"creator": [
- {"@type": "https://schema.org/Organization"},
- {"@type": "https://schema.org/Person"}
+ {
+ "@type": "https://schema.org/Organization"
+ },
+ {
+ "@type": "https://schema.org/Person"
+ }
],
"creditText": "Text: Text used to credit person(s) and/or organization(s) associated with this CreativeWork",
"dateCreated": [
- {"@type": "https://schema.org/Date"},
- {"@type": "https://schema.org/DateTime"}
+ {
+ "@type": "https://schema.org/Date"
+ },
+ {
+ "@type": "https://schema.org/DateTime"
+ }
],
"dateModified": [
- {"@type": "https://schema.org/Date"},
- {"@type": "https://schema.org/DateTime"}
+ {
+ "@type": "https://schema.org/Date"
+ },
+ {
+ "@type": "https://schema.org/DateTime"
+ }
],
"datePublished": [
- {"@type": "https://schema.org/Date"},
- {"@type": "https://schema.org/DateTime"}
+ {
+ "@type": "https://schema.org/Date"
+ },
+ {
+ "@type": "https://schema.org/DateTime"
+ }
],
"discussionUrl": "URL",
"editEIDR": [
"Text: A statement on the EIDR (Entertainment Identifier Registry) identifier representing a specific edit / edition for a work of film or television.",
"URL"
],
- "editor": {"@type": "https://schema.org/Person"},
- "educationalAlignment": {"@type": "https://schema.org/AlignmentObject"},
+ "editor": {
+ "@type": "https://schema.org/Person"
+ },
+ "educationalAlignment": {
+ "@type": "https://schema.org/AlignmentObject"
+ },
"educationalLevel": [
"Text: The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators.",
"URL",
- {"@type": "https://schema.org/DefinedTerm"}
+ {
+ "@type": "https://schema.org/DefinedTerm"
+ }
],
"educationalUse": [
"Text: Description of the purpose of this CreativeWork in the context of education",
- {"@type": "https://schema.org/DefinedTerm"}
+ {
+ "@type": "https://schema.org/DefinedTerm"
+ }
],
- "encoding": {"@type": "https://schema.org/MediaObject"},
+ "encoding": {
+ "@type": "https://schema.org/MediaObject"
+ },
"encodingFormat": [
"Text: Textual description of the media type typically expressed using a MIME format (see IANA site [http://www.iana.org/assignments/media-types/media-types.xhtml] and MDN reference [https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types]), e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc. ",
"URL"
],
- "exampleOfWork": {"@type": "https://schema.org/CreativeWork"},
+ "exampleOfWork": {
+ "@type": "https://schema.org/CreativeWork"
+ },
"expires": [
- {"@type": "https://schema.org/Date"},
- {"@type": "https://schema.org/DateTime"}
+ {
+ "@type": "https://schema.org/Date"
+ },
+ {
+ "@type": "https://schema.org/DateTime"
+ }
],
"funder": [
- {"@type": "https://schema.org/Organization"},
- {"@type": "https://schema.org/Person"}
- ],
- "funding": {"@type": "https://schema.org/Grant"},
+ {
+ "@type": "https://schema.org/Organization"
+ },
+ {
+ "@type": "https://schema.org/Person"
+ }
+ ],
+ "funding": {
+ "@type": "https://schema.org/Grant"
+ },
"genre": [
"Text: Genre of the creative work, broadcast channel or group.",
"URL"
],
- "hasPart": {"@type": "https://schema.org/CreativeWork"},
+ "hasPart": {
+ "@type": "https://schema.org/CreativeWork"
+ },
"headline": "Text: Headline of the article",
"inLanguage": [
"Text: The language of the content or performance or used in an action.",
- {"@type": "https://schema.org/Language"}
+ {
+ "@type": "https://schema.org/Language"
+ }
],
- "interactionStatistic": {"@type": "https://schema.org/InteractionCounter"},
+ "interactionStatistic": {
+ "@type": "https://schema.org/InteractionCounter"
+ },
"interactivityType": "Text: The predominant mode of learning supported by the learning resource",
- "interpretedAsClaim": {"@type": "https://schema.org/Claim"},
- "isAccessibleForFree": {"@type": "https://schema.org/Boolean"},
+ "interpretedAsClaim": {
+ "@type": "https://schema.org/Claim"
+ },
+ "isAccessibleForFree": {
+ "@type": "https://schema.org/Boolean"
+ },
"isBasedOn": [
- {"@type": "https://schema.org/CreativeWork"},
- {"@type": "https://schema.org/Product"},
+ {
+ "@type": "https://schema.org/CreativeWork"
+ },
+ {
+ "@type": "https://schema.org/Product"
+ },
"URL"
],
- "isFamilyFriendly": {"@type": "https://schema.org/Boolean"},
+ "isFamilyFriendly": {
+ "@type": "https://schema.org/Boolean"
+ },
"isPartOf": [
- {"@type": "https://schema.org/CreativeWork"},
+ {
+ "@type": "https://schema.org/CreativeWork"
+ },
"URL"
],
"keywords": [
"Text: Keywords or tags used to describe the CreativeWork.",
- {"@type": "https://schema.org/DefinedTerm"},
+ {
+ "@type": "https://schema.org/DefinedTerm"
+ },
"URL"
],
"learningResourceType": [
"Text: The predominant type or kind characterizing the learning resource.",
- {"@type": "https://schema.org/DefinedTerm"}
+ {
+ "@type": "https://schema.org/DefinedTerm"
+ }
],
"license": [
"URL",
- {"@type": "https://schema.org/CreativeWork"}
+ {
+ "@type": "https://schema.org/CreativeWork"
+ }
],
- "locationCreated": {"@type": "https://schema.org/Place"},
- "mainEntity": {"@type": "https://schema.org/Thing"},
- "maintainer": [
- {"@type": "https://schema.org/Organization"},
- {"@type": "https://schema.org/Person"}
+ "locationCreated": {
+ "@type": "https://schema.org/Place"
+ },
+ "mainEntity": {
+ "@type": "https://schema.org/Thing"
+ },
+ "maintainer": [
+ {
+ "@type": "https://schema.org/Organization"
+ },
+ {
+ "@type": "https://schema.org/Person"
+ }
],
"material": [
- {"@type": "https://schema.org/Product"},
+ {
+ "@type": "https://schema.org/Product"
+ },
"Text: A material that something is made from, e.g. leather, wool, cotton, paper.",
"URL"
],
"materialExtent": [
- {"@type": "https://schema.org/QuantitativeValue"},
+ {
+ "@type": "https://schema.org/QuantitativeValue"
+ },
"Text: The quantity of the materials being described or an expression of the physical space they occupy"
],
- "mentions": {"@type": "https://schema.org/Thing"},
+ "mentions": {
+ "@type": "https://schema.org/Thing"
+ },
"offers": [
- {"@type": "https://schema.org/Offer"},
- {"@type": "https://schema.org/Demand"}
+ {
+ "@type": "https://schema.org/Offer"
+ },
+ {
+ "@type": "https://schema.org/Demand"
+ }
],
"pattern": [
"Text: Text which states the pattern that the CreativeWork has, for example 'polka dot', 'striped', 'Canadian flag'",
- {"@type": "https://schema.org/DefinedTerm"}
+ {
+ "@type": "https://schema.org/DefinedTerm"
+ }
],
"position": [
"Integer: An integer which expresses the position of an item in a series or sequence of items.",
"Text: A textual description of the position of an item in a series or sequence of items."
],
"producer": [
- {"@type": "https://schema.org/Organization"},
- {"@type": "https://schema.org/Person"}
+ {
+ "@type": "https://schema.org/Organization"
+ },
+ {
+ "@type": "https://schema.org/Person"
+ }
],
"provider": [
- {"@type": "https://schema.org/Organization"},
- {"@type": "https://schema.org/Person"}
- ],
- "publication": {"@type": "https://schema.org/PublicationEvent"},
+ {
+ "@type": "https://schema.org/Organization"
+ },
+ {
+ "@type": "https://schema.org/Person"
+ }
+ ],
+ "publication": {
+ "@type": "https://schema.org/PublicationEvent"
+ },
"publisher": [
- {"@type": "https://schema.org/Organization"},
- {"@type": "https://schema.org/Person"}
- ],
- "publisherImprint": {"@type": "https://schema.org/Organization"},
+ {
+ "@type": "https://schema.org/Organization"
+ },
+ {
+ "@type": "https://schema.org/Person"
+ }
+ ],
+ "publisherImprint": {
+ "@type": "https://schema.org/Organization"
+ },
"publishingPrinciples": [
- {"@type": "https://schema.org/CreativeWork"},
- {"@type": "https://schema.org/URL"}
- ],
- "recordedAt": {"@type": "https://schema.org/Event"},
- "releasedEvent": {"@type": "https://schema.org/PublicationEvent"},
- "review": {"@type": "https://schema.org/Review"},
+ {
+ "@type": "https://schema.org/CreativeWork"
+ },
+ {
+ "@type": "https://schema.org/URL"
+ }
+ ],
+ "recordedAt": {
+ "@type": "https://schema.org/Event"
+ },
+ "releasedEvent": {
+ "@type": "https://schema.org/PublicationEvent"
+ },
+ "review": {
+ "@type": "https://schema.org/Review"
+ },
"schemaVersion": [
"Text",
"URL"
],
- "sdDatePublished": {"@type": "https://schema.org/Date"},
+ "sdDatePublished": {
+ "@type": "https://schema.org/Date"
+ },
"sdLicense": [
- {"@type": "https://schema.org/CreativeWork"},
- {"@type": "https://schema.org/URL"}
+ {
+ "@type": "https://schema.org/CreativeWork"
+ },
+ {
+ "@type": "https://schema.org/URL"
+ }
],
"sdPublisher": [
- {"@type": "https://schema.org/Organization"},
- {"@type": "https://schema.org/Person"}
+ {
+ "@type": "https://schema.org/Organization"
+ },
+ {
+ "@type": "https://schema.org/Person"
+ }
],
"size": "Text: Text indicating the phyiscal size of the CreativeWork (if appropriate). DefinedTerm or QuantitativeValue or SizeSpecification are also valid Types",
- "sourceOrganization": {"@type": "https://schema.org/Organization"},
- "spatial": {"@type": "https://schema.org/Place"},
- "spatialCoverage": {"@type": "https://schema.org/Place"},
+ "sourceOrganization": {
+ "@type": "https://schema.org/Organization"
+ },
+ "spatial": {
+ "@type": "https://schema.org/Place"
+ },
+ "spatialCoverage": {
+ "@type": "https://schema.org/Place"
+ },
"sponsor": [
- {"@type": "https://schema.org/Organization"},
- {"@type": "https://schema.org/Person"}
+ {
+ "@type": "https://schema.org/Organization"
+ },
+ {
+ "@type": "https://schema.org/Person"
+ }
],
"teaches": [
- {"@type": "https://schema.org/DefinedTerm"},
+ {
+ "@type": "https://schema.org/DefinedTerm"
+ },
"Text"
],
"temporal": "A more general property for any time-related information about this CreativeWork. This can be expressed as text or using the properties associated with the DateTime Type",
"temporalCoverage": [
- {"@type": "https://schema.org/DateTime"},
+ {
+ "@type": "https://schema.org/DateTime"
+ },
"Text",
"URL"
],
"text": "Text: The textual content of this CreativeWork.",
- "thumbnail": {"@type": "https://schema.org/ImageObject"},
+ "thumbnail": {
+ "@type": "https://schema.org/ImageObject"
+ },
"thumbnailUrl": "URL",
- "timeRequired": {"@type": "https://schema.org/Duration"},
- "translationOfWork": {"@type": "https://schema.org/CreativeWork"},
- "translator":[
- {"@type": "https://schema.org/Organization"},
- {"@type": "https://schema.org/Person"}
+ "timeRequired": {
+ "@type": "https://schema.org/Duration"
+ },
+ "translationOfWork": {
+ "@type": "https://schema.org/CreativeWork"
+ },
+ "translator": [
+ {
+ "@type": "https://schema.org/Organization"
+ },
+ {
+ "@type": "https://schema.org/Person"
+ }
],
"typicalAgeRange": "Text: The typical expected age range, e.g. '7-9', '11-'.",
- "usageInfo":[
- {"@type": "https://schema.org/CreativeWork"},
- {"@type": "https://schema.org/URL"}
+ "usageInfo": [
+ {
+ "@type": "https://schema.org/CreativeWork"
+ },
+ {
+ "@type": "https://schema.org/URL"
+ }
+ ],
+ "version": [
+ "https://schema.org/Text",
+ "https://schema.org/Number"
],
- "version": ["https://schema.org/Text", "https://schema.org/Number"],
"video": [
- {"@type": "https://schema.org/Clip"},
- {"@type": "https://schema.org/VideoObject"}
- ],
- "workExample": {"@type": "https://schema.org/CreativeWork"},
- "workTranslation": {"@type": "https://schema.org/CreativeWork"},
-
-
-
+ {
+ "@type": "https://schema.org/Clip"
+ },
+ {
+ "@type": "https://schema.org/VideoObject"
+ }
+ ],
+ "workExample": {
+ "@type": "https://schema.org/CreativeWork"
+ },
+ "workTranslation": {
+ "@type": "https://schema.org/CreativeWork"
+ },
"additionalType": [
"Text: An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax.",
"URL"
- ],
- "alternateName": "Text: An alternative name for this Thing.",
- "description": "Text: Free text which describes this Thing.",
- "disambiguatingDescription": "Text: A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation",
- "identifier": [
- {"@type": "https://schema.org/PropertyValue"},
- "Text - The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See background notes for more details.",
- "URL"
- ],
- "image": [
- "URL",
- {"@type": "https://schema.org/ImageObject"}
- ],
- "mainEntityOfPage": [
+ ],
+ "alternateName": "Text: An alternative name for this Thing.",
+ "description": "Text: Free text which describes this Thing.",
+ "disambiguatingDescription": "Text: A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation",
+ "identifier": [
+ {
+ "@type": "https://schema.org/PropertyValue"
+ },
+ "Text - The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See background notes for more details.",
+ "URL"
+ ],
+ "image": [
+ "URL",
+ {
+ "@type": "https://schema.org/ImageObject"
+ }
+ ],
+ "mainEntityOfPage": [
"URL",
- {"@type": "https://schema.org/CreativeWork"}
- ],
- "name": "Text: The name of the item.",
- "potentialAction": {"@type": "https://schema.org/Action"},
- "sameAs": "URL",
- "subjectOf": [
- {"@type": "https://schema.org/CreativeWork"},
- {"@type": "https://schema.org/Event"}
- ],
- "url": "URL - the URL to the item described by this JSON-LD document"
-}
+ {
+ "@type": "https://schema.org/CreativeWork"
+ }
+ ],
+ "name": "Text: The name of the item.",
+ "potentialAction": {
+ "@type": "https://schema.org/Action"
+ },
+ "sameAs": "URL",
+ "subjectOf": [
+ {
+ "@type": "https://schema.org/CreativeWork"
+ },
+ {
+ "@type": "https://schema.org/Event"
+ }
+ ],
+ "url": "URL - the URL to the item described by this JSON-LD document"
+}
\ No newline at end of file
diff --git a/dataGraphs/thematics/creativeWork/graphs/localContexts-label.json b/dataGraphs/thematics/creativeWork/graphs/localContexts-label.json
index 52d61c8..a3f314b 100644
--- a/dataGraphs/thematics/creativeWork/graphs/localContexts-label.json
+++ b/dataGraphs/thematics/creativeWork/graphs/localContexts-label.json
@@ -43,23 +43,33 @@
"encodingFormat": "image/svg"
}
],
- "audio" : [
+ "audio": [
{
"@type": "AudioObject",
"url": "{AUDIO_URL}",
"encodingFormat": "audio/mpeg"
}
],
- "dateCreated" : "{date Label created}",
- "dateModified" : "{date Label modified}",
- "sdDatePublished": {"@type": "https://schema.org/Date"},
+ "dateCreated": "{date Label created}",
+ "dateModified": "{date Label modified}",
+ "sdDatePublished": {
+ "@type": "https://schema.org/Date"
+ },
"sdLicense": [
- {"@type": "https://schema.org/CreativeWork"},
- {"@type": "https://schema.org/URL"}
+ {
+ "@type": "https://schema.org/CreativeWork"
+ },
+ {
+ "@type": "https://schema.org/URL"
+ }
],
"sdPublisher": [
- {"@type": "https://schema.org/Organization"},
- {"@type": "https://schema.org/Person"}
+ {
+ "@type": "https://schema.org/Organization"
+ },
+ {
+ "@type": "https://schema.org/Person"
+ }
],
"creditText": "text: recommended citation of this label"
-}
+}
\ No newline at end of file
diff --git a/dataGraphs/thematics/creativeWork/graphs/localContexts-notice.json b/dataGraphs/thematics/creativeWork/graphs/localContexts-notice.json
index a388395..959e507 100644
--- a/dataGraphs/thematics/creativeWork/graphs/localContexts-notice.json
+++ b/dataGraphs/thematics/creativeWork/graphs/localContexts-notice.json
@@ -41,17 +41,27 @@
"encodingFormat": "image/svg"
}
],
- "datePublished" : "{date Notice was added to Project}",
- "dateModified": "{date Notice was updated}"
- "sdDatePublished": {"@type": "https://schema.org/Date"},
+ "datePublished": "{date Notice was added to Project}",
+ "dateModified": "{date Notice was updated}",
+ "sdDatePublished": {
+ "@type": "https://schema.org/Date"
+ },
"sdLicense": [
- {"@type": "https://schema.org/CreativeWork"},
- {"@type": "https://schema.org/URL"}
+ {
+ "@type": "https://schema.org/CreativeWork"
+ },
+ {
+ "@type": "https://schema.org/URL"
+ }
],
"sdPublisher": [
- {"@type": "https://schema.org/Organization"},
- {"@type": "https://schema.org/Person"}
+ {
+ "@type": "https://schema.org/Organization"
+ },
+ {
+ "@type": "https://schema.org/Person"
+ }
],
- "creditText": "text: recommended citation"
+ "creditText": "text: recommended citation",
"license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
-}
+}
\ No newline at end of file
diff --git a/dataGraphs/thematics/projects/graphs/localContexts-project-example.json b/dataGraphs/thematics/projects/graphs/localContexts-project-example.json
index b04cb9f..e9141bc 100644
--- a/dataGraphs/thematics/projects/graphs/localContexts-project-example.json
+++ b/dataGraphs/thematics/projects/graphs/localContexts-project-example.json
@@ -173,4 +173,4 @@
"isAccessibleForFree": "False"
}
]
-}
+}
\ No newline at end of file
From a30aeb866b4743b776b44a0012cf420d04424701 Mon Sep 17 00:00:00 2001
From: Jeff McKenna
Date: Wed, 16 Oct 2024 11:46:07 -0300
Subject: [PATCH 22/24] add copyrightNotice
---
.../thematics/creativeWork/graphs/localContexts-notice.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dataGraphs/thematics/creativeWork/graphs/localContexts-notice.json b/dataGraphs/thematics/creativeWork/graphs/localContexts-notice.json
index 959e507..d411b27 100644
--- a/dataGraphs/thematics/creativeWork/graphs/localContexts-notice.json
+++ b/dataGraphs/thematics/creativeWork/graphs/localContexts-notice.json
@@ -63,5 +63,6 @@
}
],
"creditText": "text: recommended citation",
- "license": "https://creativecommons.org/licenses/by-nc-nd/4.0/"
+ "license": "https://creativecommons.org/licenses/by-nc-nd/4.0/",
+ "copyrightNotice": ""All Labels and Notices Icons and Template Texts © 2010 - 2024 Local Contexts. All Rights Reserved.""
}
\ No newline at end of file
From 8439ef9f215467a09e92ca5244beee502595dc5e Mon Sep 17 00:00:00 2001
From: Jeff McKenna
Date: Wed, 16 Oct 2024 11:47:26 -0300
Subject: [PATCH 23/24] add copyrightNotice
---
.../thematics/creativeWork/graphs/localContexts-notice.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dataGraphs/thematics/creativeWork/graphs/localContexts-notice.json b/dataGraphs/thematics/creativeWork/graphs/localContexts-notice.json
index d411b27..2365540 100644
--- a/dataGraphs/thematics/creativeWork/graphs/localContexts-notice.json
+++ b/dataGraphs/thematics/creativeWork/graphs/localContexts-notice.json
@@ -64,5 +64,5 @@
],
"creditText": "text: recommended citation",
"license": "https://creativecommons.org/licenses/by-nc-nd/4.0/",
- "copyrightNotice": ""All Labels and Notices Icons and Template Texts © 2010 - 2024 Local Contexts. All Rights Reserved.""
+ "copyrightNotice": "All Labels and Notices Icons and Template Texts © 2010 - 2024 Local Contexts. All Rights Reserved."
}
\ No newline at end of file
From 4a1d0165f9197b6e86434740a52b447310a603b8 Mon Sep 17 00:00:00 2001
From: Pier Luigi Buttigieg
Date: Thu, 30 Jan 2025 19:25:04 +0100
Subject: [PATCH 24/24] Update
dataGraphs/thematics/projects/graphs/localContexts-project-example.json
Co-authored-by: Ashley Rojas <60452620+arojas1@users.noreply.github.com>
---
.../projects/graphs/localContexts-project-example.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dataGraphs/thematics/projects/graphs/localContexts-project-example.json b/dataGraphs/thematics/projects/graphs/localContexts-project-example.json
index e9141bc..dbba50f 100644
--- a/dataGraphs/thematics/projects/graphs/localContexts-project-example.json
+++ b/dataGraphs/thematics/projects/graphs/localContexts-project-example.json
@@ -123,7 +123,9 @@
],
"author": {
"@type": "Organization",
- "identifier": "https://oceanexpert.org/institution/xxxxxxx",
+ "identifier": {
+ "https://oceanexpert.org/institution/24830",
+ "https://ror.org/03k8h3h23"
"legalName": "Local Contexts Inc.",
"name": "Local Contexts",
"url": "https://localcontexts.org/"