Answer the question
In order to leave comments, you need to log in
Why is this SPARQL query returning an empty result?
I am learning to make queries, I form a query in Protege on SPARQL
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * WHERE {
?a rdfs:SubClassOf <http://www.semanticweb.org/ugrobug/ontologies/2021/2/untitled-ontology-16/Rock>;
}
<SubClassOf>
<Class IRI="#Symphonic_rock"/>
<Class IRI="#Rock"/>
</SubClassOf>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question