Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions spec/dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
var respecConfig = {
// check https://respec.org/docs/ for the meaning of these keys
preProcess: [loadTurtle],
prevVersion: "https://kg-construct.github.io/rml-core/spec/docs/20260312/",
latestVersion: "https://kg-construct.github.io/rml-core/spec/docs/20260316/",
prevVersion: "https://kg-construct.github.io/rml-core/spec/docs/20260316/",
latestVersion: "https://kg-construct.github.io/rml-core/spec/docs/20260616/",
authors: [
{
name: "Pano Maria",
Expand Down
4,409 changes: 4,409 additions & 0 deletions spec/docs/20260616/index.html

Large diffs are not rendered by default.

1,166 changes: 540 additions & 626 deletions spec/docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion spec/section/joinconditions.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ This example shows a [=referencing object map=] as part of a [=predicate-object
rml:logicalSource [
rdfs:label "Thumbnail source" ;
rml:source [
a rml:RelativePathSource ;
a rml:FilePath ;
rml:root rml:MappingDirectory ;
rml:path "images.json" ;
] ;
Expand Down
2 changes: 1 addition & 1 deletion spec/section/mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The following example shows a [=triples map=] including its [=logical source=],
<#TM>
rml:logicalSource [
rml:source [
a rml:RelativePathSource ;
a rml:FilePath ;
rml:root rml:MappingDirectory ;
rml:path "images.json" ;
] ;
Expand Down
4 changes: 2 additions & 2 deletions spec/section/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ The following partial [=RML mapping document=] maps the `images.json` input sour

<#ImageLogicalSource>
rml:source [
a rml:RelativePathSource ;
a rml:FilePath ;
rml:root rml:MappingDirectory ;
rml:path "images.json" ;
] ;
Expand Down Expand Up @@ -167,7 +167,7 @@ The following partial [=RML mapping document=] maps the `album.json` input sourc
<#AlbumTriplesMap>
rml:logicalSource [
rml:source [
a rml:RelativePathSource ;
a rml:FilePath ;
rml:root rml:MappingDirectory ;
rml:path "album.json" ;
] ;
Expand Down
2 changes: 1 addition & 1 deletion spec/section/tooling.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The following [=RML Mapping Document=] maps the album.json input source to [=RDF
<#TriplesMap> a rml:TriplesMap;
rml:baseIRI <http://example.com/baseIRI/> ;
rml:source [
a rml:RelativePathSource ;
a rml:FilePath ;
rml:root rml:MappingDirectory ;
rml:path "album.json" ;
] ;
Expand Down
Loading