-
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?
Changes from 1 commit
62185a1
e727652
609d591
d42da86
b0e3610
c4b5264
70a4843
162c7af
1aa02bf
8d94a0d
87b2a01
cb3a89d
af1ac8b
0532f8f
f4adda3
181556f
5d81d6b
5f7bc56
cf8221b
48061f6
b22c2f2
98cc794
a23ad4b
a30aeb8
8439ef9
4a1d016
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,5 +40,16 @@ | |
"url": "{ICON_SVG}", | ||
"encodingFormat": "image/svg" | ||
} | ||
] | ||
], | ||
"dateCreated" : "{date Label created}", | ||
jmckenna marked this conversation as resolved.
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 commentThe 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" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 commentThe 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. |
||
} | ||
jmckenna marked this conversation as resolved.
Show resolved
Hide resolved
|
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