From b3b8a2ff1e05e4f38b1db8cfcf878c080e3be2ee Mon Sep 17 00:00:00 2001 From: Robin Gower Date: Wed, 8 Aug 2018 14:25:01 +0200 Subject: [PATCH] Rename pmd codesUsed predicate From: http://publishmydata.com/def/qb/codesUsed To: http://publishmydata.com/def/cube/codesUsed For compatability with the rest of the pmd cube ontology. NB: This needs coordinating with other libraries and data changes --- project.clj | 2 +- .../pmd/ds-has-dimension-component-without-codelists.sparql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index c871af2..d1d8c5e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject grafter/extra "0.2.2" +(defproject grafter/extra "0.2.2-rename-codesUsed-predicate" :description "A collection of extra transformations and tools for developing Grafter pipelines" :url "http://grafter.org/" :license {:name "Eclipse Public License" diff --git a/resources/validation/pmd/ds-has-dimension-component-without-codelists.sparql b/resources/validation/pmd/ds-has-dimension-component-without-codelists.sparql index 73643d4..21a6502 100644 --- a/resources/validation/pmd/ds-has-dimension-component-without-codelists.sparql +++ b/resources/validation/pmd/ds-has-dimension-component-without-codelists.sparql @@ -7,6 +7,6 @@ SELECT (?component as ?example) { ?component qb:dimension ?dimension . FILTER NOT EXISTS { - ?component ?codelist . + ?component ?codelist . } } LIMIT 1 \ No newline at end of file