SPARQL Query Editor
About
Tables
Namespace Prefixes
Inference Rules
Macros
RDF Views
Conductor
Permalink
Extensions:
cxml
save to dav
sponge
User:
SPARQL
Default Data Set Name (Graph IRI)
Query Text
# What are Computational Workflows associated with the Atom Probe Tomography method? List the funding project(s), license and repository URI PREFIX nfdicore: <https://nfdi.fiz-karlsruhe.de/ontology/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX mwo: <http://purls.helmholtz-metadaten.de/mwo/> PREFIX swo: <http://www.ebi.ac.uk/swo/> SELECT DISTINCT * WHERE { ?data rdf:type mwo:ComputationalWorkflow. ?data rdfs:label ?label . ?data nfdicore:fundingProject ?fundingProject. ?data mwo:hasRepository ?repo. ?data swo:has_license ?license. ?data mwo:usesMethod ?method. ?license rdfs:label ?LicenseLabel . ?method rdfs:label ?methodlabel FILTER CONTAINS(?methodlabel, "Atom Probe Tomography") }
Results Format
Auto
HTML
HTML (Basic Browsing Links)
Spreadsheet
XML
JSON
Javascript
Turtle
RDF/XML
N-Triples
CSV
TSV
Execution timeout
milliseconds
Options
Strict checking of void variables
Log debug info at the end of output (has no effect on some queries and output formats)
Generate SPARQL compilation report (instead of executing the query)