slater
slater
There seems to be a problem:`virtuoso.rdf4j.driver.VirtuosoRepositoryConnection#append(org.eclipse.rdf4j.model.Literal, java.lang.StringBuilder, boolean)`
OpenLink Virtuoso Server 07.20.3233 Jun 22 2021 -pthreads Linux Eclipse RDF4J 3.7.2 OpenLink Virtuoso(TM) Provider for RDF4J(TM) Version 2.1.4 [Build 1.4] openjdk version "1.8.0_302" Suddenly unable to query, and in...
OpenLink Virtuoso Server | 07.20.3233 | Jun 22 2021 | 111d17e5b | -pthreads | Linux
Using VirtuosoRepository("jdbc:virtuoso://localhost:1111", "dba", "dba")
query ``` select distinct ?s where { graph ?g { ?s a rdfs:Class. } } ``` query result ``` s -- http://www.w3.org/2002/07/owl#InverseFunctionalProperty http://www.w3.org/2002/07/owl#SymmetricProperty http://www.w3.org/2002/07/owl#FunctionalProperty http://www.w3.org/2002/07/owl#TransitiveProperty http://www.w3.org/2002/07/owl#Class http://www.w3.org/2002/07/owl#Ontology http://www.w3.org/2002/07/owl#OntologyProperty http://www.w3.org/2002/07/owl#AnnotationProperty http://www.w3.org/2002/07/owl#AllDifferent...