Skip to content

Konclude SPARQL not understanding owl:Class #22

@mrnolte

Description

@mrnolte

Hi there, It's me again. Sorry for spamming issues.
I loaded univ-bench.owl as stated on the sparql usage page and then tried to query for all classes (a sub-query of the example query):

PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX ub: <http://swat.cse.lehigh.edu/onto/univ-bench.owl#>
SELECT ?X
WHERE
{
	?X rdf:type _:c1 . _:c1 rdf:type owl:Class .
}

However, Konclude answers with empty results and tells me in the log that Class http://www.w3.org/2002/07/owl#Class not used in queried ontology.
Cheers,
Robin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions