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 ontologies which describe "crystalline defects"? List the repositories and related 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 swo: <http://www.ebi.ac.uk/swo/> SELECT DISTINCT * WHERE { ?data rdf:type mwo:SemanticResource. ?data rdfs:label ?label . ?data nfdicore:semanticExpressivity nfdicore:Ontology . ?data mwo:description ?description FILTER CONTAINS(?description, "crystalline defect") ?data mwo:hasRepository ?repo. ?data nfdicore:relatedProject ?proj. ?proj rdfs:label ?projLabel . }
Results Format
Turtle
Turtle (beautified)
RDF/JSON
RDF/XML
N-Triples
XHTML+RDFa
ATOM+XML
ODATA/JSON
JSON-LD (plain)
JSON-LD (with context)
HTML (list)
HTML (table)
HTML+Microdata (basic)
HTML+Microdata (table)
HTML+JSON-LD (basic)
HTML+Turtle (basic)
Turtle (beautified - browsing oriented)
Microdata/JSON
CSV
TSV
TriG
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)