File tree 2 files changed +3
-3
lines changed
qanary-component-QB-BirthDataWikidata
src/main/resources/queries
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >eu.wdaqua.qanary.component</groupId >
7
7
<artifactId >qanary-component-QB-BirthDataWikidata</artifactId >
8
- <version >3.4.1 </version >
8
+ <version >3.4.2 </version >
9
9
<parent >
10
10
<groupId >eu.wdaqua.qanary</groupId >
11
11
<artifactId >qa.qanarycomponent-parent</artifactId >
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ WHERE {
10
10
?annotation qa:score ?annotationScore .
11
11
?annotation oa:hasTarget ?target .
12
12
13
- FILTER (?wikidataResource = ?value )
13
+ FILTER (REGEX ( ?wikidataResource , ?value , "i") )
14
14
15
15
?target oa:hasSource ?source .
16
16
?target oa:hasSelector ?textSelector .
17
17
?textSelector rdf:type oa:TextPositionSelector .
18
18
?textSelector oa:start ?start .
19
19
?textSelector oa:end ?end .
20
20
}
21
- ORDER BY DESC (?annotationScore )
21
+ ORDER BY DESC (?annotationScore )
You can’t perform that action at this time.
0 commit comments