Curie to Uri and documentation addition - #140
Open
HendrikBorgelt wants to merge 1 commit into
Open
Conversation
In this one commit, an additional documentation was added documenting that users should implement full URIs instead of CURIEs in datasets. For this purpose, the example data got its CURIEs switched to full URIs to stay in line with the documentation. Unnecessary prefixes where droped from the schemas, in order to not have curies apprear as often in the example ttl's. Additionally as a small fix the shacl shapes where set to open.
Member
|
We should add to the PR description that it also opens the SHACL shapes with |
This file contains hidden or 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
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.
In this PR, an additional documentation was added documenting that users should implement full URIs instead of CURIEs in datasets. For this purpose, the example data got its CURIEs switched to full URIs to stay in line with the documentation. Unnecessary prefixes where droped from the schemas, in order to not have curies apprear as often in the example ttl's. Additionally as a small fix the shacl shapes where set to open.
This PR was made to align with Issue nfdi-de/dcat-ap-plus#92 and with PR nfdi-de/dcat-ap-plus#96.