-
Notifications
You must be signed in to change notification settings - Fork 11
Solving spec problems #244
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
Merged
Merged
Changes from 8 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
c06e794
adding base IRI
dachafra a21adb3
adding default base IRI
dachafra b93ef2c
URIs, UnsafeIR and UnsafeURI
dachafra c6f3daa
adding datatype as termmap
dachafra 0e363ea
datatype as termmap
dachafra 3361382
adding note for complex languagetag iterations
dachafra b555621
adding parent/child logical sources dfn
dachafra 93506f9
Merge branch 'kg-construct:main' into spec
dachafra e99d686
adding output dataset sect
dachafra 95ca5d0
fixing typos datatype
dachafra fe8a0b7
fixing structure childmap
dachafra e2d7637
fixing structure parentmap
dachafra eebbf11
solving plain literal without datatype note
dachafra 33501cf
leaving URI only for termtypes
dachafra 9fe6e5f
including generated RDF triples dfn
dachafra 4dc0448
Merge branch 'output-dataset' into spec
dachafra File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,25 +0,0 @@ | ||
| # Base IRIs | ||
| The base IRI of the [=mapping document=] is used to resolve relative [=IRIs=] in the RML document following the specification of the Turtle serialisaiton. | ||
|
|
||
| ## Base IRI for mapping rules | ||
|
|
||
| The [=base IRI=] of the [=Triples Map=] is used in resolving relative [=IRIs=] produced by the [=RML mapping=]. | ||
|
|
||
|
|
||
| <pre class="ex-mapping nohighlight"> | ||
| # Triples Map that has a declared base IRI | ||
| <#TriplesMap> | ||
| a rml:TriplesMap; | ||
| rml:baseIri <http://example.com/> . | ||
| </pre> | ||
|
|
||
| The [=base IRI=] MUST be a valid [=IRI=]. It SHOULD NOT contain question mark ("`?`") or hash ("`#`") characters and SHOULD end in a slash ("`/`") character. | ||
|
|
||
| To obtain an absolute [=IRI=] from a relative [=IRI=], the term generation rules of RML use simple string concatenation, rather than the more complex algorithm for resolution of relative URIs defined in Section 5.2 of [RFC3986]. This ensures that the original database value can be reconstructed from the generated absolute [=IRI=]. Both algorithms are equivalent if all of the following are true: | ||
|
|
||
| 1. The base IRI does not contain question marks or hashes, | ||
| 2. the base IRI ends in a slash, | ||
| 3. the relative [=IRI=] does not start with a slash, and | ||
| 4. the relative [=IRI=] does not contain any "`.`" or "`..`" path segments. | ||
|
|
||
|
|
||
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.