This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
com.bigdata.rwstore.RWStore.readBlobsAsync=false | |
com.bigdata.journal.AbstractJournal.file=blazegraph.jnl | |
# The persistence engine. Use 'Disk' for the WORM or 'DiskRW' for the RWStore. | |
com.bigdata.journal.AbstractJournal.bufferMode=DiskRW | |
# Setup for the RWStore recycler rather than session protection. | |
com.bigdata.service.AbstractTransactionService.minReleaseAge=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
prefix dcterm: <http://purl.org/dc/terms/> | |
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | |
prefix ctvoc: <http://bio2rdf.org/clinicaltrials_vocabulary:> | |
prefix ctres: <http://bio2rdf.org/clinicaltrials_resource:> | |
prefix ct: <http://bio2rdf.org/clinicaltrials:> | |
select ?trial ?location ?cityName ?countryName | |
where { | |
BIND(ct:NCT00005636 AS ?trial). |
NewerOlder