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 people who have expertise in Information Service Engineering and the lecture they give. 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 ?resourcewebsite WHERE { ?person mwo:hasExpertiseIn ?expertise . # Get people who have expertise in a specific area ?expertise rdfs:label ?label FILTER CONTAINS(?label, "Information Service Engineering") # Filter by expertise label ?resource mwo:hasLecturer ?person . # Get the resources where the person is a lecturer ?person rdfs:label ?personlabel . # Get the label of the person ?resource rdfs:label ?resourcelabel . # Get the label of the resources ?resource mwo:hasWebsite ?resourcewebsiteentity . # Get the website of the resources ?resourcewebsiteentity nfdicore:url ?resourcewebsite . # Get the URL of the website }
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)