-
Notifications
You must be signed in to change notification settings - Fork 9
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
adding graphmap section #154
base: main
Are you sure you want to change the base?
Conversation
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.
Could you make sure that the definition references work where possible [=defenition-recerence=]
and introduce definitions where necessary, e.g. for graph map: <dfn>graph map</dfn>
.
|
||
Each triple generated from an [=RML mapping=]() is placed into one or more graphs of the [=output dataset=](). Possible target graphs are the unnamed [=default graph=](), the [=IRI=]()-named [=named graphs=](), and [=blank node=]() named [=named graphs=]() | ||
|
||
Any [=subject map=]() or [=predicate-object=]() map MAY have one or more associated graph maps. They are specified in one of two ways: |
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.
Any [=subject map=]() or [=predicate-object=]() map MAY have one or more associated graph maps. They are specified in one of two ways: | |
Any [=subject map=]() or [=predicate-object=]() map MUST have zero or more associated graph maps. They are specified in one of two ways: |
@@ -106,6 +106,8 @@ | |||
|
|||
<section id="joins" data-include="joinconditions.md" data-include-format="markdown"></section> | |||
|
|||
<section id="graphmaps" data-include="graphmaps.md" data-include-format="markdown"></section> |
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.
<section id="graphmaps" data-include="graphmaps.md" data-include-format="markdown"></section> | |
<section id="graphmaps" data-include="graphmap.md" data-include-format="markdown"></section> |
```turtle | ||
[] rml:subjectMap [ | ||
rml:template "http://data.example.com/department/{DEPTNO}"; | ||
rml:graphMap [ rml:constant ex:DepartmentGraph ]; | ||
]. | ||
``` |
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.
Examples should be formatted like other examples in spec. Using <aside ...>
Adaptation of R2RML section for graphsMaps: