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 all ontologies with the Creative Commons Attribution 4.0 license? 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 ?resource ?resourcelabel WHERE { ?resource rdf:type mwo:SemanticResource . # Get the entities of type mwo:SemanticResource ?resource rdfs:label ?resourcelabel . # Get the label of the resources ?resource swo:has_license ?license . # Get the license associated with the resource ?license owl:sameAs <http://www.wikidata.org/entity/Q20007257> . # Check if the license is Creative Commons Attribution 4.0 }
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)