Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

11 create localcontext examples #23

Draft
wants to merge 26 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
62185a1
Create local-contexts-project-example.json
pbuttigieg Apr 3, 2024
e727652
minor formatting
jmckenna Apr 17, 2024
609d591
Update local-contexts-project-example.json
pbuttigieg Apr 17, 2024
d42da86
fix validation error
jmckenna Apr 19, 2024
b0e3610
Merge branch 'master' into 11-create-localcontext-examples
jmckenna Apr 19, 2024
c4b5264
latest changes
jmckenna May 23, 2024
70a4843
latest changes
jmckenna May 23, 2024
162c7af
latest changes
jmckenna May 23, 2024
1aa02bf
latest changes
jmckenna May 23, 2024
8d94a0d
Update local-contexts-project-example.json
pbuttigieg May 30, 2024
87b2a01
Create CreativeWork-LocalContexts-example.json
pbuttigieg Jun 26, 2024
cb3a89d
Create tk-bc-label-CreativeWork.json
pbuttigieg Jun 26, 2024
af1ac8b
Create local-contexts-notice.json
pbuttigieg Jun 26, 2024
0532f8f
Rename tk-bc-label-CreativeWork.json to local-contexts-label.json
pbuttigieg Jun 26, 2024
f4adda3
Update local-contexts-label.json
pbuttigieg Jun 26, 2024
181556f
Update local-contexts-notice.json
pbuttigieg Jun 26, 2024
5d81d6b
Update dataGraphs/thematics/CreativeWork/graphs/local-contexts-notice…
jmckenna Oct 16, 2024
5f7bc56
Update dataGraphs/thematics/CreativeWork/graphs/local-contexts-notice…
jmckenna Oct 16, 2024
cf8221b
merge from Master
jmckenna Oct 16, 2024
48061f6
rename files with camelCase
jmckenna Oct 16, 2024
b22c2f2
rename files with camelCase
jmckenna Oct 16, 2024
98cc794
rename files with camelCase
jmckenna Oct 16, 2024
a23ad4b
minor formatting
jmckenna Oct 16, 2024
a30aeb8
add copyrightNotice
jmckenna Oct 16, 2024
8439ef9
add copyrightNotice
jmckenna Oct 16, 2024
4a1d016
Update dataGraphs/thematics/projects/graphs/localContexts-project-exa…
pbuttigieg Jan 30, 2025
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
Prev Previous commit
Next Next commit
Update local-contexts-notice.json
pbuttigieg authored Jun 26, 2024
commit 181556f9435f392b305f5e79eda699385482ebdb
Original file line number Diff line number Diff line change
@@ -40,5 +40,16 @@
"url": "{ICON_SVG}",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as img url here

"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"}
],
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pbuttigieg I can't remember what we decided for this but is this meant to be the date the Project was created (and thus the Notices published against the dataset) or is this meant to be for the person creating this metadata to indicate when their dataset, creativework, etc. was created? Or is it meant to be when Local Contexts created and published the Notices themselves, since they aren't being changed?

"creditText": "text: recommended citation"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if this would go here but we have this text that we use "All Labels and Notices Icons and Template Texts © 2010 - 2024 Local Contexts. All Rights Reserved." (the year would have to be updated yearly or can we just have 2010 as the start and have it extend endlessly?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@arojas1 that text sounds like a copyrightNotice, I have added it into this pull request.

}