royassis opened a new issue, #2308: URL: https://github.com/apache/jena/issues/2308
### Version 5.0.0-rc1 ### What happened? OOM error when querying a TDB2 database using tdb2.tdbquery cli. Size of database is 1.8G. This is the 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 meshv: <http://id.nlm.nih.gov/mesh/vocab#> PREFIX mesh: <http://id.nlm.nih.gov/mesh/> SELECT ?node ?descriptorLabel (str(?Label) as ?value) { ?node a ?class . ?node meshv:identifier ?nodeId . ?node ?descriptor ?Label . GRAPH <http://id.nlm.nih.gov/mesh/vocab>{ ?class a owl:Class . ?descriptor a owl:DatatypeProperty . ?descriptor rdfs:label ?descriptorLabel . } } ``` This is a link for downloading the data as .ttl format: https://nlmpubs.nlm.nih.gov/projects/mesh/rdf/mesh.nt ### Relevant output and stacktrace _No response_ ### Are you interested in making a pull request? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
