You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following query causes CachedQuery to be stuck in the caching code
SELECT ?cat WHERE { {<http://dbpedia.org/resource/Dragonfly_in_Amber>
<http://purl.org/dc/terms/subject>?cat} UNION {<http://dbpedia.org/resource/Dragonfly_in_Amber><http://dbpedia.org/ontology/author>?cat} UNION {<http://dbpedia.org/resource/Dragonfly_in_Amber><http://dbpedia.org/ontology/literaryGenre>?cat} UNION {<http://dbpedia.org/resource/Dragonfly_in_Amber><http://dbpedia.org/ontology/genre>?cat} UNION {<http://dbpedia.org/resource/Dragonfly_in_Amber><http://dbpedia.org/property/genre>?cat} UNION {<http://dbpedia.org/resource/Dragonfly_in_Amber><http://dbpedia.org/ontology/publisher>?cat} UNION {<http://dbpedia.org/resource/Dragonfly_in_Amber><http://purl.org/dc/terms/subject>?nsubject . ?nsubject<http://www.w3.org/2004/02/skos/core#broader>?cat} UNION {<http://dbpedia.org/resource/Dragonfly_in_Amber><http://dbpedia.org/ontology/author>?author . ?author<http://dbpedia.org/ontology/nationality>?cat} }
The text was updated successfully, but these errors were encountered:
The following query causes CachedQuery to be stuck in the caching code
The text was updated successfully, but these errors were encountered: