Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.01 KB

sparql.md

File metadata and controls

37 lines (30 loc) · 1.01 KB
layout title
standard
SPARQL Query
Run a query in this box.
Check the documentation and the examples for more details.
<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>