Merge branch 'maint-rel-1.6' into develop
This commit is contained in:
commit
cb7f873c1d
1 changed files with 2 additions and 2 deletions
|
@ -42,10 +42,10 @@ display:researcherCountDataGetter
|
|||
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
|
||||
PREFIX vivoc: <http://vivo.library.cornell.edu/ns/0.1#>
|
||||
|
||||
SELECT DISTINCT (COUNT(?person) AS ?count)
|
||||
SELECT DISTINCT (COUNT(DISTINCT ?person) AS ?count)
|
||||
WHERE {
|
||||
?person rdf:type foaf:Person .
|
||||
FILTER (EXISTS {?person core:geographicFocus ?focus})
|
||||
?person core:geographicFocus ?focus
|
||||
}
|
||||
|
||||
""" .
|
||||
|
|
Loading…
Add table
Reference in a new issue