Created
November 14, 2015 21:51
-
-
Save cmharlow/015b74a524175f08da48 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"title": "Getty Linked Data Linked Data Fragments server", | |
"baseURL": "http://localhost:5000/", | |
"datasources": { | |
"getty-aat": { | |
"title": "Getty AAT", | |
"type": "SparqlDatasource", | |
"description": "Getty AAT via Sparql Endpoint (unconfirmed backend)", | |
"settings": { "endpoint": "http://vocab.getty.edu/sparql", "defaultGraph": "http://vocab.getty.edu/dataset/aat" }, | |
"license": "This LDF Server contains information from Art & Architecture Thesaurus (AAT)® which is made available under the ODC Attribution License.", | |
"licenseUrl": "http://opendatacommons.org/licenses/by/1.0/", | |
"homepage": "http://vocab.getty.edu/" | |
} | |
}, | |
"prefixes": { | |
"adms": "http://www.w3.org/ns/adms#", | |
"bibo": "http://purl.org/ontology/bibo/", | |
"bio": "http://purl.org/vocab/bio/0.1/", | |
"cc": "http://creativecommons.org/ns#", | |
"dc": "http://purl.org/dc/elements/1.1/", | |
"dct": "http://purl.org/dc/terms/", | |
"dcat": "http://www.w3.org/ns/dcat#", | |
"dctype": "http://purl.org/dc/dcmitype/", | |
"fmt": "http://www.w3.org/ns/formats/", | |
"foaf": "http://xmlns.com/foaf/0.1/", | |
"aat": "http://vocab.getty.edu/aat/", | |
"aat_contrib": "http://vocab.getty.edu/aat/contrib/", | |
"aat_rel": "http://vocab.getty.edu/aat/rel/", | |
"aat_rev": "http://vocab.getty.edu/aat/rev/", | |
"aat_scopeNote": "http://vocab.getty.edu/aat/scopeNote/", | |
"aat_source": "http://vocab.getty.edu/aat/source/", | |
"aat_source_rev": "http://vocab.getty.edu/aat/source/rev/", | |
"aat_term": "http://vocab.getty.edu/aat/term/", | |
"geo": "http://www.w3.org/2003/01/geo/wgs84_pos#", | |
"gvp": "http://vocab.getty.edu/ontology#", | |
"gvp_lang": "http://vocab.getty.edu/language/", | |
"hydra": "http://www.w3.org/ns/hydra/core#", | |
"iso": "http://purl.org/iso25964/skos-thes#", | |
"luc": "http://www.ontotext.com/owlim/lucene#", | |
"ontogeo": "http://www.ontotext.com/owlim/geo#", | |
"owl": "http://www.w3.org/2002/07/owl#", | |
"prov": "http://www.w3.org/ns/prov#", | |
"ptop": "http://www.ontotext.com/proton/protontop#", | |
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", | |
"rdfs": "http://www.w3.org/2000/01/rdf-schema#", | |
"rr": "http://www.w3.org/ns/r2rml#", | |
"rrx": "http://purl.org/r2rml-ext/", | |
"sesame": "http://www.openrdf.org/schema/sesame#", | |
"schema": "http://schema.org/", | |
"sd": "http://www.w3.org/ns/sparql-service-description#", | |
"skos": "http://www.w3.org/2004/02/skos/core#", | |
"skosxl": "http://www.w3.org/2008/05/skos-xl#", | |
"tgn": "http://vocab.getty.edu/tgn/", | |
"tgn_contrib": "http://vocab.getty.edu/tgn/contrib/", | |
"tgn_rel": "http://vocab.getty.edu/tgn/rel/", | |
"tgn_rev": "http://vocab.getty.edu/tgn/rev/", | |
"tgn_scopeNote": "http://vocab.getty.edu/tgn/scopeNote/", | |
"tgn_source": "http://vocab.getty.edu/tgn/source/", | |
"tgn_source_rev": "http://vocab.getty.edu/tgn/source/rev/", | |
"tgn_term": "http://vocab.getty.edu/tgn/term/", | |
"ulan": "http://vocab.getty.edu/ulan/", | |
"ulan_bio": "http://vocab.getty.edu/ulan/bio/", | |
"ulan_contrib": "http://vocab.getty.edu/ulan/contrib/", | |
"ulan_event": "http://vocab.getty.edu/ulan/event/", | |
"ulan_rel": "http://vocab.getty.edu/ulan/rel/", | |
"ulan_rev": "http://vocab.getty.edu/ulan/rev/", | |
"ulan_scopeNote": "http://vocab.getty.edu/ulan/scopeNote/", | |
"ulan_source": "http://vocab.getty.edu/ulan/source/", | |
"ulan_source_rev": "http://vocab.getty.edu/ulan/source/rev/", | |
"ulan_term": "http://vocab.getty.edu/ulan/term/", | |
"wgs": "http://www.w3.org/2003/01/geo/wgs84_pos#", | |
"xsd": "http://www.w3.org/2001/XMLSchema#", | |
"vaem": "http://www.linkedmodel.org/schema/vaem#", | |
"vann": "http://purl.org/vocab/vann/", | |
"vcard": "http://www.w3.org/2006/vcard/ns#", | |
"vdpp": "http://data.lirmm.fr/ontologies/vdpp#", | |
"voaf": "http://purl.org/vocommons/voaf#", | |
"voag": "http://voag.linkedmodel.org/voag#", | |
"void": "http://rdfs.org/ns/void#", | |
"wdrs": "http://www.w3.org/2007/05/powder-s#", | |
"wv": "http://vocab.org/waiver/terms/" | |
}, | |
"logging": { | |
"enabled": true, | |
"file": "access.log" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment