-
Notifications
You must be signed in to change notification settings - Fork 2
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
base: master
Are you sure you want to change the base?
Conversation
Adding ethicsPolicy as another property that may be used for some BC/TK Labels and perhaps Notices
Fixing "correction" domain/range issue with subjectOf and CorrectionComment. The semantics work out, I think.
cc @arojas1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some comments and suggested changes for the Notices graph. Still need to review the Labels and Project graphs.
@@ -0,0 +1,55 @@ | |||
{ | |||
"@type": "CreativeWork", | |||
"identifier": "{Notice ID}", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
example of identifier would be https://localcontexts.org/notice/open-to-collaborate/
URL would be based on the Notice added. This is for now as this is where we have our template information for the Notices, what would be a good alternative for this?
"@value": "{Notice Text}" | ||
} | ||
], | ||
"url": "{NOTICE_PAGE_URL}", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as URL above
"image": [ | ||
{ | ||
"@type": "ImageObject", | ||
"url": "{ICON_IMG}", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
placeholder URL added here, actual URL will be available via the API calls
}, | ||
{ | ||
"@type": "ImageObject", | ||
"url": "{ICON_SVG}", |
There was a problem hiding this comment.
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
dataGraphs/thematics/CreativeWork/graphs/local-contexts-notice.json
Outdated
Show resolved
Hide resolved
"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"} | ||
], |
There was a problem hiding this comment.
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?
], | ||
"author": { | ||
"@type": "Organization", | ||
"identifier": "https://oceanexpert.org/institution/xxxxxxx", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am working on getting us an identifier to add here. Will update when we have it
dataGraphs/thematics/CreativeWork/graphs/local-contexts-notice.json
Outdated
Show resolved
Hide resolved
{"@type": "https://schema.org/Organization"}, | ||
{"@type": "https://schema.org/Person"} | ||
], | ||
"creditText": "text: recommended citation" |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
….json Co-authored-by: Ashley Rojas <[email protected]>
….json Co-authored-by: Ashley Rojas <[email protected]>
@arojas1 I have made several updates inside this PR as the structure of the |
Creating content for #11