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
# List the resources related to the SFB1394 Project? 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 wdt: <http://www.wikidata.org/prop/direct/> PREFIX wd: <http://www.wikidata.org/entity/> SELECT ?resource ?label ?project ?doi2 WHERE { ?resource rdf:type ?type . # The type of the resource ?resource rdfs:label ?label . # The label of the resource ?resource nfdicore:relatedProject ?project . # Get the related projects of the resource ?resource mwo:hasDOI ?doi. ?project rdfs:label ?projectlabel FILTER CONTAINS(?projectlabel, "SFB1394") # Filter projects with the required one BIND( IRI(?doi) AS ?doi2 ). }
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)