-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdefault.ini
43 lines (41 loc) · 2.09 KB
/
default.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
enabled = true
templates = "templates"
name = "CSV Import Wizard"
description = "convert data from CSV to RDF and load into a knowledge base."
author = "AKSW"
authorUrl = "http://aksw.org"
[events] ; for plugin
1 = onCreateMenu ; Menu entries
[private]
; class
class.subPropertyOf = "http://www.w3.org/2000/01/rdf-schema#subPropertyOf"
class.label = "http://www.w3.org/2000/01/rdf-schema#label"
class.type = "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
class.comment = "http://purl.org/dc/elements/1.1/comment"
class.value = "http://www.w3.org/1999/02/22-rdf-syntax-ns#value"
; DataCube instances
qb.DataSet = "http://purl.org/linked-data/cube#DataSet"
qb.DataStructureDefinition = "http://purl.org/linked-data/cube#DataStructureDefinition"
qb.DimensionProperty = "http://purl.org/linked-data/cube#DimensionProperty"
qb.MeasureProperty = "http://purl.org/linked-data/cube#MeasureProperty"
qb.AttributeProperty = "http://purl.org/linked-data/cube#AttributeProperty"
qb.Observation = "http://purl.org/linked-data/cube#Observation"
; DataCube properties
qb.attribute = "http://purl.org/linked-data/cube#attribute"
qb.component = "http://purl.org/linked-data/cube#component"
qb.componentAttachment = "http://purl.org/linked-data/cube#componentAttachment"
qb.componentProperty = "http://purl.org/linked-data/cube#componentProperty"
qb.ComponentSpecification = "http://purl.org/linked-data/cube#ComponentSpecification"
qb.concept = "http://purl.org/linked-data/cube#concept"
qb.dataset = "http://purl.org/linked-data/cube#dataSet"
qb.dimension = "http://purl.org/linked-data/cube#dimension"
qb.measure = "http://purl.org/linked-data/cube#measure"
qb.order = "http://purl.org/linked-data/cube#order"
qb.structure = "http://purl.org/linked-data/cube#structure"
; local stuff
local.incidence.uri = "http://example.com/incidence"
local.incidence.type = "http://purl.org/linked-data/cube#MeasureProperty"
local.incidence.label = "incidence"
local.incidence.subpropertyof = "http://purl.org/linked-data/sdmx/2009/measure#ObsValue"
local.base = "http://example.com/item"
local.setBase = "http://example.com/dataset"