-
Notifications
You must be signed in to change notification settings - Fork 2
/
conf.py
28 lines (28 loc) · 955 Bytes
/
conf.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# -*- coding: utf-8 -*-
status= "modified"
main_entity = "https://schema.org/CreativeWork"
myform = "myform.json"
myEndpoint = "http://127.0.0.1:3000/blazegraph/sparql"
log_file = "ip_logs.log"
wikidataEndpoint = "https://query.wikidata.org/bigdata/namespace/wdq/sparql"
resource_templates = "resource_templates/"
template_list = "resource_templates/template_list.json"
ask_form = "resource_templates/ask_class.json"
skos_vocabularies = "skos_vocabs.json"
knowledge_extraction = "knowledge_extraction.json"
limit_requests = "150"
base = "https://w3id.org/clef/"
myProject = "CLEF"
myPublicEndpoint = "http://127.0.0.1:8080/sparql"
author_email = ""
token = ""
author = ""
gitClientSecret = ""
myPayoff = "Crowdsourcing Linked Entities via web Forms"
sparqlAnythingEndpoint = "http://127.0.0.1:8081/sparql.anything"
repo_name = ""
gitClientID = ""
owner = ""
pagination = "10"
github_backup = "False"
myEndpoint = "http://127.0.0.1:3000/blazegraph/sparql"