Toggle navigation
CodeOntology
Query
Doc
About
Examples
Parser
SPARQL Query
Run a query in this box.
Check the
documentation
and the
examples
for more details.
PREFIX owl:<http://www.w3.org/2002/07/owl#> PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs:<http://www.w3.org/2000/01/rdf-schema#> PREFIX woc:<http://rdf.webofcode.org/woc/> PREFIX dbr:<http://dbpedia.org/resource/> PREFIX dul: <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#> # 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 . }
Query
Clear