Skip to content

Commit

Permalink
Merge pull request #86 from oeg-upm/dev
Browse files Browse the repository at this point in the history
sd uri typo
  • Loading branch information
dachafra authored Oct 29, 2024
2 parents 9556953 + 484e42b commit 6885f62
Show file tree
Hide file tree
Showing 26 changed files with 31 additions and 26 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@
lib/__pychache__
.idea
venv
.pytest_cache
.pytest_cache
src/build
src/dist
src/yatter.egg-info
api
.coverage
2 changes: 1 addition & 1 deletion src/yatter/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
VOID_URI = 'http://rdfs.org/ns/void#'
FNML_URI = 'http://semweb.mmlab.be/ns/fnml#'
GREL_URI = 'http://users.ugent.be/~bjdmeest/function/grel.ttl#'
SD_URI = 'https://w3id.org/okn/o/sd/'
SD_URI = 'https://w3id.org/okn/o/sd#'

RML_PREFIX = '@prefix'
RML_BASE = '@base'
Expand Down
2 changes: 1 addition & 1 deletion test/rml-in-memory/IMTC001/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix sd: <https://w3id.org/okn/o/sd/>.
@prefix sd: <https://w3id.org/okn/o/sd#>.
@prefix kg4di: <https://w3id.org/kg4di/>.
@prefix ql: <http://semweb.mmlab.be/ns/ql#>.
@base <http://example.com/ns#>.
Expand Down
2 changes: 1 addition & 1 deletion test/rml-in-memory/IMTC001/mapping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ prefixes:
rdfs: "http://www.w3.org/2000/01/rdf-schema#"
xsd: "http://www.w3.org/2001/XMLSchema#"
foaf: "http://xmlns.com/foaf/0.1/"
sd: "https://w3id.org/okn/o/sd/"
sd: "https://w3id.org/okn/o/sd#"
kg4di: "https://w3id.org/kg4di/"

mappings:
Expand Down
2 changes: 1 addition & 1 deletion test/rml-in-memory/IMTC001/mappings-new.rml.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix sd: <https://w3id.org/okn/o/sd/>.
@prefix sd: <https://w3id.org/okn/o/sd#>.
@prefix kg4di: <https://w3id.org/kg4di/definedBy>.


Expand Down
2 changes: 1 addition & 1 deletion test/rml-in-memory/IMTC002/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix sd: <https://w3id.org/okn/o/sd/>.
@prefix sd: <https://w3id.org/okn/o/sd#>.
@prefix kg4di: <https://w3id.org/kg4di/>.
@prefix ql: <http://semweb.mmlab.be/ns/ql#>.
@base <http://example.com/ns#>.
Expand Down
2 changes: 1 addition & 1 deletion test/rml-in-memory/IMTC002/mapping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ prefixes:
rdfs: "http://www.w3.org/2000/01/rdf-schema#"
xsd: "http://www.w3.org/2001/XMLSchema#"
foaf: "http://xmlns.com/foaf/0.1/"
sd: "https://w3id.org/okn/o/sd/"
sd: "https://w3id.org/okn/o/sd#"
kg4di: "https://w3id.org/kg4di/"

mappings:
Expand Down
2 changes: 1 addition & 1 deletion test/rml-in-memory/IMTC002/mappings-new.rml.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix sd: <https://w3id.org/okn/o/sd/>.
@prefix sd: <https://w3id.org/okn/o/sd#>.
@prefix kg4di: <https://w3id.org/kg4di/definedBy>.


Expand Down
2 changes: 1 addition & 1 deletion test/rml-in-memory/IMTC003/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix sd: <https://w3id.org/okn/o/sd/>.
@prefix sd: <https://w3id.org/okn/o/sd#>.
@prefix kg4di: <https://w3id.org/kg4di/>.
@prefix ql: <http://semweb.mmlab.be/ns/ql#>.
@base <http://example.com/ns#>.
Expand Down
2 changes: 1 addition & 1 deletion test/rml-in-memory/IMTC003/mapping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ prefixes:
rdfs: "http://www.w3.org/2000/01/rdf-schema#"
xsd: "http://www.w3.org/2001/XMLSchema#"
foaf: "http://xmlns.com/foaf/0.1/"
sd: "https://w3id.org/okn/o/sd/"
sd: "https://w3id.org/okn/o/sd#"
kg4di: "https://w3id.org/kg4di/"

mappings:
Expand Down
2 changes: 1 addition & 1 deletion test/rml-in-memory/IMTC003/mappings-new.rml.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix sd: <https://w3id.org/okn/o/sd/>.
@prefix sd: <https://w3id.org/okn/o/sd#>.
@prefix kg4di: <https://w3id.org/kg4di/definedBy>.


Expand Down
2 changes: 1 addition & 1 deletion test/rml-in-memory/IMTC004/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix sd: <https://w3id.org/okn/o/sd/>.
@prefix sd: <https://w3id.org/okn/o/sd#>.
@prefix kg4di: <https://w3id.org/kg4di/>.
@prefix ql: <http://semweb.mmlab.be/ns/ql#>.
@base <http://example.com/ns#>.
Expand Down
2 changes: 1 addition & 1 deletion test/rml-in-memory/IMTC004/mapping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ prefixes:
rdfs: "http://www.w3.org/2000/01/rdf-schema#"
xsd: "http://www.w3.org/2001/XMLSchema#"
foaf: "http://xmlns.com/foaf/0.1/"
sd: "https://w3id.org/okn/o/sd/"
sd: "https://w3id.org/okn/o/sd#"
kg4di: "https://w3id.org/kg4di/"

mappings:
Expand Down
2 changes: 1 addition & 1 deletion test/rml-in-memory/IMTC004/mappings-new.rml.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix sd: <https://w3id.org/okn/o/sd/>.
@prefix sd: <https://w3id.org/okn/o/sd#>.
@prefix kg4di: <https://w3id.org/kg4di/definedBy>.


Expand Down
2 changes: 1 addition & 1 deletion test/rml-in-memory/IMTC005/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix sd: <https://w3id.org/okn/o/sd/>.
@prefix sd: <https://w3id.org/okn/o/sd#>.
@prefix kg4di: <https://w3id.org/kg4di/>.
@prefix ql: <http://semweb.mmlab.be/ns/ql#>.
@base <http://example.com/ns#>.
Expand Down
2 changes: 1 addition & 1 deletion test/rml-in-memory/IMTC005/mapping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ prefixes:
rdfs: "http://www.w3.org/2000/01/rdf-schema#"
xsd: "http://www.w3.org/2001/XMLSchema#"
foaf: "http://xmlns.com/foaf/0.1/"
sd: "https://w3id.org/okn/o/sd/"
sd: "https://w3id.org/okn/o/sd#"
kg4di: "https://w3id.org/kg4di/"

mappings:
Expand Down
2 changes: 1 addition & 1 deletion test/rml-in-memory/IMTC005/mappings-new.rml.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix sd: <https://w3id.org/okn/o/sd/>.
@prefix sd: <https://w3id.org/okn/o/sd#>.
@prefix kg4di: <https://w3id.org/kg4di/definedBy>.


Expand Down
2 changes: 1 addition & 1 deletion test/rml-in-memory/IMTC006/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix sd: <https://w3id.org/okn/o/sd/>.
@prefix sd: <https://w3id.org/okn/o/sd#>.
@prefix kg4di: <https://w3id.org/kg4di/>.
@prefix ql: <http://semweb.mmlab.be/ns/ql#>.
@base <http://example.com/ns#>.
Expand Down
2 changes: 1 addition & 1 deletion test/rml-in-memory/IMTC006/mapping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ prefixes:
rdfs: "http://www.w3.org/2000/01/rdf-schema#"
xsd: "http://www.w3.org/2001/XMLSchema#"
foaf: "http://xmlns.com/foaf/0.1/"
sd: "https://w3id.org/okn/o/sd/"
sd: "https://w3id.org/okn/o/sd#"
kg4di: "https://w3id.org/kg4di/"

mappings:
Expand Down
2 changes: 1 addition & 1 deletion test/rml-in-memory/IMTC006/mappings-new.rml.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix sd: <https://w3id.org/okn/o/sd/>.
@prefix sd: <https://w3id.org/okn/o/sd#>.
@prefix kg4di: <https://w3id.org/kg4di/definedBy>.


Expand Down
2 changes: 1 addition & 1 deletion test/rml-in-memory/IMTC007/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix sd: <https://w3id.org/okn/o/sd/>.
@prefix sd: <https://w3id.org/okn/o/sd#>.
@prefix kg4di: <https://w3id.org/kg4di/>.
@prefix ql: <http://semweb.mmlab.be/ns/ql#>.
@base <http://example.com/ns#>.
Expand Down
2 changes: 1 addition & 1 deletion test/rml-in-memory/IMTC007/mapping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ prefixes:
rdfs: "http://www.w3.org/2000/01/rdf-schema#"
xsd: "http://www.w3.org/2001/XMLSchema#"
foaf: "http://xmlns.com/foaf/0.1/"
sd: "https://w3id.org/okn/o/sd/"
sd: "https://w3id.org/okn/o/sd#"
kg4di: "https://w3id.org/kg4di/"

mappings:
Expand Down
2 changes: 1 addition & 1 deletion test/rml-in-memory/IMTC007/mappings-new.rml.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix sd: <https://w3id.org/okn/o/sd/>.
@prefix sd: <https://w3id.org/okn/o/sd#>.
@prefix kg4di: <https://w3id.org/kg4di/definedBy>.


Expand Down
2 changes: 1 addition & 1 deletion test/rml-in-memory/IMTC008/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix sd: <https://w3id.org/okn/o/sd/>.
@prefix sd: <https://w3id.org/okn/o/sd#>.
@prefix kg4di: <https://w3id.org/kg4di/>.
@prefix ql: <http://semweb.mmlab.be/ns/ql#>.
@base <http://example.com/ns#>.
Expand Down
2 changes: 1 addition & 1 deletion test/rml-in-memory/IMTC008/mapping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ prefixes:
rdfs: "http://www.w3.org/2000/01/rdf-schema#"
xsd: "http://www.w3.org/2001/XMLSchema#"
foaf: "http://xmlns.com/foaf/0.1/"
sd: "https://w3id.org/okn/o/sd/"
sd: "https://w3id.org/okn/o/sd#"
kg4di: "https://w3id.org/kg4di/"

mappings:
Expand Down
2 changes: 1 addition & 1 deletion test/rml-in-memory/IMTC008/mappings-new.rml.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix sd: <https://w3id.org/okn/o/sd/>.
@prefix sd: <https://w3id.org/okn/o/sd#>.
@prefix kg4di: <https://w3id.org/kg4di/definedBy>.


Expand Down

0 comments on commit 6885f62

Please sign in to comment.