Skip to content

Instantly share code, notes, and snippets.

@lawlesst
Last active August 17, 2016 17:58
Show Gist options
  • Save lawlesst/c66f909c51ddb9cb4f0d9fc2e3be58d6 to your computer and use it in GitHub Desktop.
Save lawlesst/c66f909c51ddb9cb4f0d9fc2e3be58d6 to your computer and use it in GitHub Desktop.
Config for LDF Server VivoSparqlDatasource
{
"title": "Linked Data Fragments server",
"datasources": {
"local-vivo": {
"title": "VIVO",
"type": "VivoSparqlDatasource",
"description": "local VIVO",
"settings": {
"endpoint": "http://localhost:8080/vivo/api/sparqlQuery",
"email": "xxx",
"password": "xxx"
}
}
},
"prefixes": {
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"owl": "http://www.w3.org/2002/07/owl#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"hydra": "http://www.w3.org/ns/hydra/core#",
"void": "http://rdfs.org/ns/void#",
"foaf": "http://xmlns.com/foaf/0.1/",
"vivo": "http://vivoweb.org/ontology/core#",
"bibo": "http://purl.org/ontology/bibo/"
},
"logging": {
"enabled": false,
"file": "access.log"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment