Skip to content

Replace hard-coded query in gathering/db/wikidata/standardizing by the one in https://github.com/lotusnprod/lotus-sparql-examples #123

@Adafede

Description

@Adafede
SELECT DISTINCT ?name (COUNT(DISTINCT ?id) AS ?count) WHERE {
  ?id wdt:P31 wd:Q16521;
    wdt:P105 wd:Q34740;
    wdt:P225 ?name.
}
GROUP BY ?name
HAVING ((COUNT(?id)) > 1 )
ORDER BY DESC (?count)

-> https://github.com/lotusnprod/lotus-sparql-examples/blob/main/examples/Taxa/wd_taxa_ambiguous_genera.ttl

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions