query-d651181502aaa619594f2a2f18cc45f8

rq turtle/ttl

Liste des notices sur des personnes de genre féminin avec un ID TLS et pas de SAPA ID. En option DHS SELECT ?item ?itemLabel (CONCAT("http://tls.theaterwissenschaft.ch/wiki/",?TLSid) AS ?TLS) (CONCAT("https://hls-dhs-dss.ch/de/articles/",?DHSid) AS ?DHS) WHERE { ?item wdt:P1362 ?TLSid; wdt:P21 wd:Q6581072. #gendre féminin MINUS {?item wdt:P8974 []}. #moins celles qui ont un ID SAPA OPTIONAL {?item wdt:P902 ?DHSid}. SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } # le label viendra de préférence dans votre langue, et autrement en anglais }

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#>
#Liste des notices sur des personnes de genre féminin avec un ID TLS et pas de SAPA ID. En option DHS
SELECT ?item ?itemLabel (CONCAT("http://tls.theaterwissenschaft.ch/wiki/",?TLSid) AS ?TLS) (CONCAT("https://hls-dhs-dss.ch/de/articles/",?DHSid) AS ?DHS)
WHERE 
{
  ?item wdt:P1362 ?TLSid;
        wdt:P21 wd:Q6581072. #gendre féminin
  MINUS {?item wdt:P8974 []}. #moins celles qui ont un ID SAPA
  OPTIONAL {?item wdt:P902 ?DHSid}.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } # le label viendra de préférence dans votre langue, et autrement en anglais
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?DHS") v3("?DHSid"):::projected v4("?TLS") v2("?TLSid"):::projected v1("?item"):::projected a1((" ")) c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal c3(["wd:Q6581072"]):::iri v1 --"wdt:P1362"--> v2 v1 --"wdt:P21"--> c3 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v1 --"wdt:P8974"--> a1 end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P902".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end bind1[/"concat('http://tls.theaterwissenschaft.ch/wiki/',?TLSid)"/] v2 --o bind1 bind1 --as--o v4 bind2[/"concat('https://hls-dhs-dss.ch/de/articles/',?DHSid)"/] v3 --o bind2 bind2 --as--o v5