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