Skip to content

Instantly share code, notes, and snippets.

@jvsoest
jvsoest / blazegraph.properties
Created May 18, 2017 07:36
Blazegraph properties for Windows
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
@jvsoest
jvsoest / bio2rdf_trial_locations.sparql
Last active May 17, 2017 09:33
bio2rdf_location.sparql
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).