-
Notifications
You must be signed in to change notification settings - Fork 38
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
v4.2.0 #567
Merged
Merged
v4.2.0 #567
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Remove ids:Catalog, instead use dcat:Catalog
Remove ids:title, instead use dct:title
add prefix for dct:title
add prefix for dcat:Catalog
Remove ids:description, instead use dct:description
Remove ids:shapesGraph, instead use sh:shapesGraph
add prefix for sh:shapesGraph
Remove ids:primarysite and replace by org:hasPrimarySite
Remove ids:corporateEmailAddress, instead use foaf:mbox
Remove ids:corporateHomepage, instead use foaf:homepage
Remove ids:familyName, instead use foaf:familyName
Remove ids:givenName, instead use foaf:givenName
Remove ids:phoneNumber, instead use foaf:phone
Remove ids:emailAddress, instead use foaf:mbox
Remove ids:homepage, instead use foaf:homepage
Remove ids:identifierNumber, instead use dct:identifier
Remove ids:publisher, instead use dct:publisher
Remove ids:mediaType, instead use dcat:mediaType
Remove ids:mediaType
Remove ids:creationDate, instead use dct:created
Remove ids:language, instead use dct:language
Remove ids:theme, instead use dct:theme
Remove ids:keyword, instead use dcat:keyword
Remove ids:temporalCoverage, instead use dct:temporal
Remove ids:temporalResolution, instead use dcat:temporalResolution
Remove ids:spatialCoverage, instead use dct:spatial
Remove ids:accrualPeriodicity, instead use dct:accrualPeriodictiy
Remove ids:created, instead use dct:issued
@clange please review, thanks! |
clange
approved these changes
Jul 28, 2022
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.
Looks great. Please
- apply my suggestions,
- globally replace the mis-spelled
dct:licence
bydct:license
and then it will be ready for merge.
...cts-and-usage-policy/templates/UsageLoggingTemplates/USAGE_LOGGING_AGREEMENT_TEMPLATE.jsonld
Outdated
Show resolved
Hide resolved
examples/queries-using-sparql/SparqlQueries/src/main/resources/1_LIFE_EXPECTANCY_RESOURCE.ttl
Outdated
Show resolved
Hide resolved
examples/rdf-validation-using-shacl/cli/conn_self_description.ttl
Outdated
Show resolved
Hide resolved
examples/rdf-validation-using-shacl/cli/conn_self_description.ttl
Outdated
Show resolved
Hide resolved
examples/rdf-validation-using-shacl/cli/conn_self_description.ttl
Outdated
Show resolved
Hide resolved
Co-authored-by: Christoph Lange <[email protected]>
Co-authored-by: Christoph Lange <[email protected]>
Co-authored-by: Christoph Lange <[email protected]>
…lates/USAGE_LOGGING_AGREEMENT_TEMPLATE.jsonld Co-authored-by: Christoph Lange <[email protected]>
Co-authored-by: Christoph Lange <[email protected]>
…/1_LIFE_EXPECTANCY_RESOURCE.ttl Co-authored-by: Christoph Lange <[email protected]>
Co-authored-by: Christoph Lange <[email protected]>
Co-authored-by: Christoph Lange <[email protected]>
Co-authored-by: Christoph Lange <[email protected]>
Co-authored-by: Christoph Lange <[email protected]>
Co-authored-by: Christoph Lange <[email protected]>
Co-authored-by: Christoph Lange <[email protected]>
Co-authored-by: Christoph Lange <[email protected]>
…lates/USAGE_LOGGING_AGREEMENT_TEMPLATE.jsonld Co-authored-by: Christoph Lange <[email protected]>
…ALES_OFFER_TEMPLATE.ttl Co-authored-by: Christoph Lange <[email protected]>
Co-authored-by: Christoph Lange <[email protected]>
…a-Spaces-Association/InformationModel into ci/december2021-v4.2.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request merges the consolidated parts, picked file by file, of ci/december2021, extracted into branch ci/december2021-v4.2.0 into main. Changes (mainly small fixes of typos) are merged back into develop in a separate pull request. See #550
Mainly, changes of ci/december2021 were breaking as they deleted ontology terms or changed them in an incompatible way.