query-e8468715ef54cc20c22b41df32e5f89b

rq turtle/ttl

Thanks. Looks good.I tried to check triples. For quantity datatype it seems to add up to 14 in addition to 5 for string datatype:+ 7 psn and rdf:type,unit,LowerBound,Amount,Upperbound,Normalized + 7 psv and rdf:type,unit,LowerBound,Amount,Upperbound,Normalized07:28, 28 April 2020 (UTC) JuraAdded that above. --- 07:14, 28 April 2020 (UTC) Juramonolingual text and item are probably the same as string. ---

Use at

PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX prov: <http://www.w3.org/ns/prov#>
SELECT (COUNT(*) as ?count)
{
    wd:Q30 ?p ?st . ?st prov:wasDerivedFrom ?a . ?a ?b ?c .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?a") v4("?b") v5("?c") v6("?count") v1("?p") v2("?st") c1(["wd:Q30"]):::iri c1 -->v1--> v2 v2 --"prov:wasDerivedFrom"--> v3 v3 -->v4--> v5 bind1[/"count(*)"/] bind1 --as--o v6