query-76e062ae3f67aa4b3d773ae11fb31a21
Anything related to native API (Q2246458)The Windows native API is mentioned in WikiData. What relates to it ? Nothing of interest.
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?subject ?subjectLabel ?predicateLabel WHERE {
?subject ?predicateLabel wd:Q2246458 .
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
order by ?subjectLabel
Query found at
- https://www.wikidata.org/wiki/User:Primhill.Computers/InformaticsQueries
- https://www.wikidata.org/wiki/User:Rc1959/InformaticsQueries
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?predicateLabel"):::projected
v2("?subject"):::projected
v1("?subjectLabel"):::projected
c3(["bd:serviceParam"]):::iri
c5(["en"]):::literal
c1(["wd:Q2246458"]):::iri
v2 -->v3--> c1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c3 --"wikibase:language"--> c5
end