query-bf6a3bf9fb229d2625f6fbbc5547c2e7

rq turtle/ttl

Classification of genre, instead.the WikiProject's talk page. Please post on couldn't be pinged has more than 50 participants and WikiProject Books Hi The discussion above is very interresting and I like to open a new subject to go further. Before changing anything, I think we should look 1. at the big picture (all genres of fiction, not just fantastique/speculative) 2. look at the sources. : (P279)subclass of . I was surprised to see that the tree is very little, we have a lot a classification to do (and while some may be complexe, I think that most of them will be easy). Here is a list of subgenre without [1] : (Q8253)fiction of (P279)subclass of For the first point, we should start by doing a diagnostic of the current situation. I began by building a graph of the

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel WHERE {
    ?item wdt:P31 wd:Q223393 .
    minus { ?item wdt:P279 [] } .
    SERVICE wikibase:label { bd:serviceParam wikibase:language "fr" }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected a1((" ")) c5(["bd:serviceParam"]):::iri c2(["wd:Q223393"]):::iri c7(["fr"]):::literal v1 --"wdt:P31"--> c2 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P279"--> a1 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end