-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathteste.r2rml.properties
70 lines (56 loc) · 1.74 KB
/
teste.r2rml.properties
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
## R2RML Mapping Generator parameters
## Parameters for DB connection
jdbc.driver=com.mysql.jdbc.Driver
# URL only, without database,root or password
jdbc.url=jdbc:mysql://127.0.0.1/
jdbc.database=teste
jdbc.username=root
jdbc.password=
## DB parameters
driver=MySQL
# using or not a external file schema
externalschema=false
schema=teste
## Files
# Bar separators need to be twice
inputfile=C:\\Users\\Moser\\Documents\\MIRROR\\examples\\teste.sql
outputfile=C:\\Users\\Moser\\Documents\\MIRROR\\examples\\teste.ttl
logfile=C:\\Users\\Moser\\Documents\\MIRROR\\examples\\teste.log
## R2RML parameters
prefix=ex
IRI=http://example.com/
comments=false
compatible=W3C
#compatible=Virtuoso
## For using with Openlink Virtuoso
owner=TEST
qualifier=R2RML
## Verbose: 0 - none; 1 - basic; 2 - detailed
verbose=1
## Prefixes
# Standards
prefix1=rr,http://www.w3.org/ns/r2rml#
prefix2=xsd,http://www.w3.org/2001/XMLSchema#
prefix3=foaf,http://xmlns.com/foaf/0.1#
prefix4=rdf,http://www.w3.org/1999/02/22-rdf-syntax-ns#
prefix5=rdfs,http://www.w3.org/2000/01/rdf-schema#
prefix6=owl,http://www.w3.org/2002/07/owl#
prefix7=dc,http://purl.org/dc/elements/1.1#
prefix8=dc,http://purl.org/stuff/rev#
prefix9=rev,http://purl.org/stuff/rev#
prefix10=bsbm,http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/
prefix11=bsbm-inst,http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/
# Base mapping
base=http://mappingpedia.org/rdb2rdf/r2rml/tc/
# prefixed tables
prefixedtables=false
# template separator for several pk
templateseparator=.
# String for join expressions
joinstring=#ref-
# perform saturation (triples inheritance in 1x1 relationships)
saturation=false
# triples map mode (data=1, ontology=2, both=3)
triplesmapmode=3
# Option for views
showviews=false