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
# Who is working with Researcher "Ebrahim Norouzi" in the same group? Return the ORCID IDs. 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 foaf: <http://xmlns.com/foaf/0.1/> SELECT ?person ?personlabel ?orcidid WHERE { # Find the researcher with the name "Ebrahim Norouzi" ?researcher rdfs:label ?researcherlabel FILTER REGEX (?researcherlabel, "ebrahim norouzi", "i") # Get the affiliation of the researcher ?researcher mwo:hasAffiliation ?Affiliation . # Find persons with the same affiliation but different from the researcher ?person mwo:hasAffiliation ?Affiliation FILTER (?person != ?researcher) . # Get the label of the person ?person rdfs:label ?personlabel . # Get the ORCID ID of the person ?person mwo:hasORCID ?orcidid . }
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)