layout | title |
---|---|
standard |
SPARQL Query |
<textarea id="mirror" data-lang="sparql-query">
PREFIX owl:
PREFIX rdf:
PREFIX rdfs:
PREFIX woc:
PREFIX dbr:
PREFIX dul:
# Get all methods in OpenJDK 8 computing the cube root of a parameter of type double
SELECT ?method
WHERE {
?method a woc:Method ;
woc:hasParameter/woc:hasType woc:Double ;
dul:associatedWith dbr:Cube_root .
}
</textarea>