query-0c3b9956b5abe50c37c6b68dcfce3edb

rq turtle/ttl

Moralia by Plutarch SELECT ?ord ?op ?opLabel WHERE { ?op p:P179 ?ser . ?ser ps:P179 wd:Q21851235 . OPTIONAL { ?ser pq:P1545 ?ord . } SERVICE wikibase:label { bd:serviceParam wikibase:language "la". } } ORDER BY xsd:integer(?ord)

Use at

PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#Moralia by Plutarch
SELECT ?ord ?op ?opLabel
WHERE {
  ?op p:P179 ?ser .
  ?ser ps:P179 wd:Q21851235 .
  OPTIONAL { ?ser pq:P1545 ?ord . }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "la". }
}
ORDER BY xsd:integer(?ord)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?op"):::projected v1("?ord"):::projected v3("?ser") c3(["wd:Q21851235"]):::iri c6(["bd:serviceParam"]):::iri c8(["la"]):::literal v2 --"p:P179"--> v3 v3 --"p:statement/P179"--> c3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."p:qualifier/P1545".-> v1 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end