-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskosify.ini
55 lines (49 loc) · 1.96 KB
/
skosify.ini
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
# Skosify configuration file for transforming Realfagstermer
#
# ./skosify.py realfagstermer/realfagstermer.ttl -c skosify.ini -o realfagstermer/realfagstermer.skosify.ttl
# runtime options which correspond to command line parameters
[options]
aggregates=False
break_cycles=True
cleanup_properties=True
cleanup_classes=True
cleanup_unreachable=False
debug=False
enrich_mappings=False
keep_related=False
log=skosify.log
mark_top_concepts=False
# In the future we might want to enable this!
narrower=False
set_modified=False
transitive=True
# define custom RDF namespaces that can then be used in the mappings below (and will also be used in the output file)
# Note that common namespaces are already defined: rdf, rdfs, owl, skos, dc, dct
[namespaces]
# FinnONTO SKOS Extensions namespace
skosext=http://purl.org/finnonto/schema/skosext#
# MADS
mads=http://www.loc.gov/mads/rdf/v1#
# ISO 25964 SKOS extensions
isothes=http://purl.org/iso25964/skos-thes#
# define what to do with types in the source vocabulary, i.e. how these map to SKOS constructs
# key: CURIE or localname (string)
# value: CURIE or empty (to delete the instances)
# the <key> instances will be replaced with <value> instances.
# key may start with * which matches any localname prefix
# Note: use period '.' instead of colon ':' as separator in key CURIEs
[types]
# define what to do with literal properties on Concepts
# key: CURIE or localname (string)
# value: CURIE or empty (to delete the property)
# the <key> properties will be replaced with <value> properties
# key may start with * which matches any prefix
# Note: use period '.' instead of colon ':' as separator in key CURIEs
[literals]
# define what to do with relation properties on Concepts
# key: CURIE or localname (string)
# value: CURIE or empty (to delete the property)
# the <key> properties will be replaced with <value> properties
# key may start with * which matches any prefix
# Note: use period '.' instead of colon ':' as separator in key CURIEs
[relations]