WDscholia / scholia

Wikidata-based scholarly profiles
https://scholia.toolforge.org
Other
223 stars 80 forks source link

In Taxon aspect, display some subset of the non-identifier properties #305

Open Daniel-Mietchen opened 6 years ago

Daniel-Mietchen commented 6 years ago

E.g. as per this query:

SELECT ?ID ?label WHERE {
  ?ID wdt:P31/wdt:P279* wd:Q18609040.
  MINUS { ?ID wdt:P31/wdt:P279* wd:Q42396390.}
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "en" . 
    ?ID rdfs:label ?label
  }

}
Daniel-Mietchen commented 6 years ago

Pinging #290 to track progress on taxon aspect.