rdf-vocab 3.1.10 → 3.1.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/VERSION +1 -1
- data/lib/rdf/vocab.rb +13 -1
- data/lib/rdf/vocab/acl.rb +47 -134
- data/lib/rdf/vocab/as.rb +381 -894
- data/lib/rdf/vocab/bf2.rb +1241 -2561
- data/lib/rdf/vocab/bibframe.rb +1241 -2561
- data/lib/rdf/vocab/bibo.rb +576 -1078
- data/lib/rdf/vocab/cc.rb +57 -167
- data/lib/rdf/vocab/cert.rb +72 -143
- data/lib/rdf/vocab/cnt.rb +51 -133
- data/lib/rdf/vocab/crm.rb +1180 -2486
- data/lib/rdf/vocab/datacite.rb +161 -161
- data/lib/rdf/vocab/dbo.rb +3900 -14140
- data/lib/rdf/vocab/dc.rb +458 -848
- data/lib/rdf/vocab/dc11.rb +62 -128
- data/lib/rdf/vocab/dcat.rb +215 -382
- data/lib/rdf/vocab/dcmitype.rb +65 -119
- data/lib/rdf/vocab/disco.rb +170 -401
- data/lib/rdf/vocab/doap.rb +197 -375
- data/lib/rdf/vocab/dwc.rb +1451 -2207
- data/lib/rdf/vocab/earl.rb +80 -218
- data/lib/rdf/vocab/ebucore.rb +2991 -7439
- data/lib/rdf/vocab/edm.rb +159 -351
- data/lib/rdf/vocab/exif.rb +453 -1106
- data/lib/rdf/vocab/extensions.rb +3 -3
- data/lib/rdf/vocab/fcrepo4.rb +247 -627
- data/lib/rdf/vocab/foaf.rb +373 -681
- data/lib/rdf/vocab/geo.rb +16 -58
- data/lib/rdf/vocab/geojson.rb +16 -85
- data/lib/rdf/vocab/geonames.rb +1573 -1742
- data/lib/rdf/vocab/gr.rb +539 -1427
- data/lib/rdf/vocab/gs1.rb +2824 -4424
- data/lib/rdf/vocab/ht.rb +93 -260
- data/lib/rdf/vocab/hydra.rb +216 -477
- data/lib/rdf/vocab/iana.rb +71 -304
- data/lib/rdf/vocab/ical.rb +460 -925
- data/lib/rdf/vocab/identifiers.rb +212 -515
- data/lib/rdf/vocab/iiif.rb +81 -220
- data/lib/rdf/vocab/jsonld.rb +130 -272
- data/lib/rdf/vocab/ldp.rb +131 -264
- data/lib/rdf/vocab/lrmi.rb +146 -234
- data/lib/rdf/vocab/ma.rb +233 -623
- data/lib/rdf/vocab/mads.rb +516 -1113
- data/lib/rdf/vocab/marcrelators.rb +539 -1351
- data/lib/rdf/vocab/mo.rb +1383 -2305
- data/lib/rdf/vocab/mods.rb +384 -903
- data/lib/rdf/vocab/nfo.rb +311 -315
- data/lib/rdf/vocab/oa.rb +196 -474
- data/lib/rdf/vocab/og.rb +120 -201
- data/lib/rdf/vocab/ogc.rb +25 -62
- data/lib/rdf/vocab/ore.rb +51 -110
- data/lib/rdf/vocab/org.rb +180 -376
- data/lib/rdf/vocab/pcdm.rb +50 -100
- data/lib/rdf/vocab/pplan.rb +16 -24
- data/lib/rdf/vocab/premis.rb +674 -1825
- data/lib/rdf/vocab/premiseventtype.rb +114 -272
- data/lib/rdf/vocab/prov.rb +996 -1618
- data/lib/rdf/vocab/ptr.rb +77 -218
- data/lib/rdf/vocab/rdau.rb +1289 -1294
- data/lib/rdf/vocab/rightsstatements.rb +90 -98
- data/lib/rdf/vocab/rsa.rb +30 -63
- data/lib/rdf/vocab/rss.rb +24 -69
- data/lib/rdf/vocab/schema.rb +8430 -18899
- data/lib/rdf/vocab/schemas.rb +8430 -18899
- data/lib/rdf/vocab/sd.rb +85 -242
- data/lib/rdf/vocab/sh.rb +729 -1468
- data/lib/rdf/vocab/sioc.rb +416 -820
- data/lib/rdf/vocab/siocservices.rb +31 -72
- data/lib/rdf/vocab/sioctypes.rb +145 -306
- data/lib/rdf/vocab/skos.rb +95 -217
- data/lib/rdf/vocab/skosxl.rb +26 -59
- data/lib/rdf/vocab/v.rb +199 -493
- data/lib/rdf/vocab/vcard.rb +290 -920
- data/lib/rdf/vocab/vmd.rb +199 -493
- data/lib/rdf/vocab/void.rb +86 -210
- data/lib/rdf/vocab/vs.rb +16 -38
- data/lib/rdf/vocab/wdrs.rb +43 -136
- data/lib/rdf/vocab/wot.rb +95 -176
- data/lib/rdf/vocab/xhtml.rb +2 -7
- data/lib/rdf/vocab/xhv.rb +122 -463
- data/lib/rdf/vocab/xkos.rb +116 -269
- data/spec/extensions_spec.rb +1 -1
- metadata +45 -25
data/lib/rdf/vocab/dcmitype.rb
CHANGED
@@ -3,166 +3,112 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://purl.org/dc/dcmitype/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://purl.org/dc/dcmitype/>
|
8
|
-
# #
|
9
|
-
# # DCMI Type Vocabulary
|
10
|
-
# class DCMIType < RDF::StrictVocabulary
|
11
|
-
# # An aggregation of resources.
|
12
|
-
# # @return [RDF::Vocabulary::Term]
|
13
|
-
# attr_reader :Collection
|
14
|
-
#
|
15
|
-
# # Data encoded in a defined structure.
|
16
|
-
# # @return [RDF::Vocabulary::Term]
|
17
|
-
# attr_reader :Dataset
|
18
|
-
#
|
19
|
-
# # A non-persistent, time-based occurrence.
|
20
|
-
# # @return [RDF::Vocabulary::Term]
|
21
|
-
# attr_reader :Event
|
22
|
-
#
|
23
|
-
# # A visual representation other than text.
|
24
|
-
# # @return [RDF::Vocabulary::Term]
|
25
|
-
# attr_reader :Image
|
26
|
-
#
|
27
|
-
# # A resource requiring interaction from the user to be understood, executed, or experienced.
|
28
|
-
# # @return [RDF::Vocabulary::Term]
|
29
|
-
# attr_reader :InteractiveResource
|
30
|
-
#
|
31
|
-
# # A series of visual representations imparting an impression of motion when shown in succession.
|
32
|
-
# # @return [RDF::Vocabulary::Term]
|
33
|
-
# attr_reader :MovingImage
|
34
|
-
#
|
35
|
-
# # An inanimate, three-dimensional object or substance.
|
36
|
-
# # @return [RDF::Vocabulary::Term]
|
37
|
-
# attr_reader :PhysicalObject
|
38
|
-
#
|
39
|
-
# # A system that provides one or more functions.
|
40
|
-
# # @return [RDF::Vocabulary::Term]
|
41
|
-
# attr_reader :Service
|
42
|
-
#
|
43
|
-
# # A computer program in source or compiled form.
|
44
|
-
# # @return [RDF::Vocabulary::Term]
|
45
|
-
# attr_reader :Software
|
46
|
-
#
|
47
|
-
# # A resource primarily intended to be heard.
|
48
|
-
# # @return [RDF::Vocabulary::Term]
|
49
|
-
# attr_reader :Sound
|
50
|
-
#
|
51
|
-
# # A static visual representation.
|
52
|
-
# # @return [RDF::Vocabulary::Term]
|
53
|
-
# attr_reader :StillImage
|
54
|
-
#
|
55
|
-
# # A resource consisting primarily of words for reading.
|
56
|
-
# # @return [RDF::Vocabulary::Term]
|
57
|
-
# attr_reader :Text
|
58
|
-
#
|
59
|
-
# end
|
60
6
|
DCMIType = Class.new(RDF::StrictVocabulary("http://purl.org/dc/dcmitype/")) do
|
61
7
|
|
62
8
|
# Ontology definition
|
63
9
|
ontology :"http://purl.org/dc/dcmitype/",
|
64
|
-
"dc
|
65
|
-
"dc
|
66
|
-
"dc
|
10
|
+
"http://purl.org/dc/terms/modified": "2012-06-14".freeze,
|
11
|
+
"http://purl.org/dc/terms/publisher": "http://purl.org/dc/aboutdcmi#DCMI".freeze,
|
12
|
+
"http://purl.org/dc/terms/title": "DCMI Type Vocabulary".freeze
|
67
13
|
|
68
14
|
# Class definitions
|
69
15
|
term :Collection,
|
70
16
|
comment: "An aggregation of resources.".freeze,
|
71
|
-
"dc
|
72
|
-
"dc
|
73
|
-
"http://purl.org/dc/
|
74
|
-
isDefinedBy: "dcmitype
|
17
|
+
"http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType".freeze,
|
18
|
+
"http://purl.org/dc/terms/description": "A collection is described as a group; its parts may also be separately described.".freeze,
|
19
|
+
"http://purl.org/dc/terms/issued": "2000-07-11".freeze,
|
20
|
+
isDefinedBy: "http://purl.org/dc/dcmitype/".freeze,
|
75
21
|
label: "Collection".freeze,
|
76
|
-
type: "
|
22
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
77
23
|
term :Dataset,
|
78
24
|
comment: "Data encoded in a defined structure.".freeze,
|
79
|
-
"dc
|
80
|
-
"dc
|
81
|
-
"http://purl.org/dc/
|
82
|
-
isDefinedBy: "dcmitype
|
25
|
+
"http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType".freeze,
|
26
|
+
"http://purl.org/dc/terms/description": "Examples include lists, tables, and databases. A dataset may be useful for direct machine processing.".freeze,
|
27
|
+
"http://purl.org/dc/terms/issued": "2000-07-11".freeze,
|
28
|
+
isDefinedBy: "http://purl.org/dc/dcmitype/".freeze,
|
83
29
|
label: "Dataset".freeze,
|
84
|
-
type: "
|
30
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
85
31
|
term :Event,
|
86
32
|
comment: "A non-persistent, time-based occurrence.".freeze,
|
87
|
-
"dc
|
88
|
-
"dc
|
89
|
-
"http://purl.org/dc/
|
90
|
-
isDefinedBy: "dcmitype
|
33
|
+
"http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType".freeze,
|
34
|
+
"http://purl.org/dc/terms/description": "Metadata for an event provides descriptive information that is the basis for discovery of the purpose, location, duration, and responsible agents associated with an event. Examples include an exhibition, webcast, conference, workshop, open day, performance, battle, trial, wedding, tea party, conflagration.".freeze,
|
35
|
+
"http://purl.org/dc/terms/issued": "2000-07-11".freeze,
|
36
|
+
isDefinedBy: "http://purl.org/dc/dcmitype/".freeze,
|
91
37
|
label: "Event".freeze,
|
92
|
-
type: "
|
38
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
93
39
|
term :Image,
|
94
40
|
comment: "A visual representation other than text.".freeze,
|
95
|
-
"dc
|
96
|
-
"dc
|
97
|
-
"http://purl.org/dc/
|
98
|
-
isDefinedBy: "dcmitype
|
41
|
+
"http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType".freeze,
|
42
|
+
"http://purl.org/dc/terms/description": "Examples include images and photographs of physical objects, paintings, prints, drawings, other images and graphics, animations and moving pictures, film, diagrams, maps, musical notation. Note that Image may include both electronic and physical representations.".freeze,
|
43
|
+
"http://purl.org/dc/terms/issued": "2000-07-11".freeze,
|
44
|
+
isDefinedBy: "http://purl.org/dc/dcmitype/".freeze,
|
99
45
|
label: "Image".freeze,
|
100
|
-
type: "
|
46
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
101
47
|
term :InteractiveResource,
|
102
48
|
comment: "A resource requiring interaction from the user to be understood, executed, or experienced.".freeze,
|
103
|
-
"dc
|
104
|
-
"dc
|
105
|
-
"http://purl.org/dc/
|
106
|
-
isDefinedBy: "dcmitype
|
49
|
+
"http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType".freeze,
|
50
|
+
"http://purl.org/dc/terms/description": "Examples include forms on Web pages, applets, multimedia learning objects, chat services, or virtual reality environments.".freeze,
|
51
|
+
"http://purl.org/dc/terms/issued": "2000-07-11".freeze,
|
52
|
+
isDefinedBy: "http://purl.org/dc/dcmitype/".freeze,
|
107
53
|
label: "Interactive Resource".freeze,
|
108
|
-
type: "
|
54
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
109
55
|
term :MovingImage,
|
110
56
|
comment: "A series of visual representations imparting an impression of motion when shown in succession.".freeze,
|
111
|
-
"dc
|
112
|
-
"dc
|
113
|
-
"http://purl.org/dc/
|
114
|
-
isDefinedBy: "dcmitype
|
57
|
+
"http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType".freeze,
|
58
|
+
"http://purl.org/dc/terms/description": "Examples include animations, movies, television programs, videos, zoetropes, or visual output from a simulation. Instances of the type Moving Image must also be describable as instances of the broader type Image.".freeze,
|
59
|
+
"http://purl.org/dc/terms/issued": "2003-11-18".freeze,
|
60
|
+
isDefinedBy: "http://purl.org/dc/dcmitype/".freeze,
|
115
61
|
label: "Moving Image".freeze,
|
116
|
-
subClassOf: "dcmitype
|
117
|
-
type: "
|
62
|
+
subClassOf: "http://purl.org/dc/dcmitype/Image".freeze,
|
63
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
118
64
|
term :PhysicalObject,
|
119
65
|
comment: "An inanimate, three-dimensional object or substance.".freeze,
|
120
|
-
"dc
|
121
|
-
"dc
|
122
|
-
"http://purl.org/dc/
|
123
|
-
isDefinedBy: "dcmitype
|
66
|
+
"http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType".freeze,
|
67
|
+
"http://purl.org/dc/terms/description": "Note that digital representations of, or surrogates for, these objects should use Image, Text or one of the other types.".freeze,
|
68
|
+
"http://purl.org/dc/terms/issued": "2002-07-13".freeze,
|
69
|
+
isDefinedBy: "http://purl.org/dc/dcmitype/".freeze,
|
124
70
|
label: "Physical Object".freeze,
|
125
|
-
type: "
|
71
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
126
72
|
term :Service,
|
127
73
|
comment: "A system that provides one or more functions.".freeze,
|
128
|
-
"dc
|
129
|
-
"dc
|
130
|
-
"http://purl.org/dc/
|
131
|
-
isDefinedBy: "dcmitype
|
74
|
+
"http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType".freeze,
|
75
|
+
"http://purl.org/dc/terms/description": "Examples include a photocopying service, a banking service, an authentication service, interlibrary loans, a Z39.50 or Web server.".freeze,
|
76
|
+
"http://purl.org/dc/terms/issued": "2000-07-11".freeze,
|
77
|
+
isDefinedBy: "http://purl.org/dc/dcmitype/".freeze,
|
132
78
|
label: "Service".freeze,
|
133
|
-
type: "
|
79
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
134
80
|
term :Software,
|
135
81
|
comment: "A computer program in source or compiled form.".freeze,
|
136
|
-
"dc
|
137
|
-
"dc
|
138
|
-
"http://purl.org/dc/
|
139
|
-
isDefinedBy: "dcmitype
|
82
|
+
"http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType".freeze,
|
83
|
+
"http://purl.org/dc/terms/description": "Examples include a C source file, MS-Windows .exe executable, or Perl script.".freeze,
|
84
|
+
"http://purl.org/dc/terms/issued": "2000-07-11".freeze,
|
85
|
+
isDefinedBy: "http://purl.org/dc/dcmitype/".freeze,
|
140
86
|
label: "Software".freeze,
|
141
|
-
type: "
|
87
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
142
88
|
term :Sound,
|
143
89
|
comment: "A resource primarily intended to be heard.".freeze,
|
144
|
-
"dc
|
145
|
-
"dc
|
146
|
-
"http://purl.org/dc/
|
147
|
-
isDefinedBy: "dcmitype
|
90
|
+
"http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType".freeze,
|
91
|
+
"http://purl.org/dc/terms/description": "Examples include a music playback file format, an audio compact disc, and recorded speech or sounds.".freeze,
|
92
|
+
"http://purl.org/dc/terms/issued": "2000-07-11".freeze,
|
93
|
+
isDefinedBy: "http://purl.org/dc/dcmitype/".freeze,
|
148
94
|
label: "Sound".freeze,
|
149
|
-
type: "
|
95
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
150
96
|
term :StillImage,
|
151
97
|
comment: "A static visual representation.".freeze,
|
152
|
-
"dc
|
153
|
-
"dc
|
154
|
-
"http://purl.org/dc/
|
155
|
-
isDefinedBy: "dcmitype
|
98
|
+
"http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType".freeze,
|
99
|
+
"http://purl.org/dc/terms/description": "Examples include paintings, drawings, graphic designs, plans and maps. Recommended best practice is to assign the type Text to images of textual materials. Instances of the type Still Image must also be describable as instances of the broader type Image.".freeze,
|
100
|
+
"http://purl.org/dc/terms/issued": "2003-11-18".freeze,
|
101
|
+
isDefinedBy: "http://purl.org/dc/dcmitype/".freeze,
|
156
102
|
label: "Still Image".freeze,
|
157
|
-
subClassOf: "dcmitype
|
158
|
-
type: "
|
103
|
+
subClassOf: "http://purl.org/dc/dcmitype/Image".freeze,
|
104
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
159
105
|
term :Text,
|
160
106
|
comment: "A resource consisting primarily of words for reading.".freeze,
|
161
|
-
"dc
|
162
|
-
"dc
|
163
|
-
"http://purl.org/dc/
|
164
|
-
isDefinedBy: "dcmitype
|
107
|
+
"http://purl.org/dc/dcam/memberOf": "http://purl.org/dc/terms/DCMIType".freeze,
|
108
|
+
"http://purl.org/dc/terms/description": "Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text.".freeze,
|
109
|
+
"http://purl.org/dc/terms/issued": "2000-07-11".freeze,
|
110
|
+
isDefinedBy: "http://purl.org/dc/dcmitype/".freeze,
|
165
111
|
label: "Text".freeze,
|
166
|
-
type: "
|
112
|
+
type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
|
167
113
|
end
|
168
114
|
end
|
data/lib/rdf/vocab/disco.rb
CHANGED
@@ -3,681 +3,450 @@
|
|
3
3
|
# This file generated automatically using rdf vocabulary format from http://rdf-vocabulary.ddialliance.org/discovery#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
|
-
# @!parse
|
7
|
-
# # Vocabulary for <http://rdf-vocabulary.ddialliance.org/discovery#>
|
8
|
-
# #
|
9
|
-
# # DDI-RDF Discovery Vocabulary
|
10
|
-
# #
|
11
|
-
# # This specification defines the DDI Discovery Vocabulary, an RDF Schema vocabulary that enables discovery of research and survey data on the Web. It is based on DDI (Data Documentation Initiative) XML formats.
|
12
|
-
# #
|
13
|
-
# # This specification defines the DDI Discovery Vocabulary, an RDF Schema vocabulary that enables discovery of research and survey data on the Web. It is based on DDI (Data Documentation Initiative) XML formats.
|
14
|
-
# # @version Version 0.6 - 2013-09-30
|
15
|
-
# class DISCO < RDF::StrictVocabulary
|
16
|
-
# # The process collecting data is focusing on the analysis of a particular type of subject. If, for example, the adult population of Finland is being studied, the AnalysisUnit would be individuals or persons.
|
17
|
-
# # @return [RDF::Vocabulary::Term]
|
18
|
-
# attr_reader :AnalysisUnit
|
19
|
-
#
|
20
|
-
# # For CategoryStatistics, frequencies, percentages, and weighted percentages can be defined.
|
21
|
-
# # @return [RDF::Vocabulary::Term]
|
22
|
-
# attr_reader :CategoryStatistics
|
23
|
-
#
|
24
|
-
# # The class DataFile, which is also a dcmitype:Dataset, represents all the data files containing the microdata datasets.
|
25
|
-
# # @return [RDF::Vocabulary::Term]
|
26
|
-
# attr_reader :DataFile
|
27
|
-
#
|
28
|
-
# # SummaryStatistics pointing to variables and CategoryStatistics pointing to categories and codes are both DescriptiveStatistics.
|
29
|
-
# # @return [RDF::Vocabulary::Term]
|
30
|
-
# attr_reader :DescriptiveStatistics
|
31
|
-
#
|
32
|
-
# # The data for the study are collected by an Instrument. The purpose of an Instrument, i.e. an interview, a questionnaire or another entity used as a means of data collection, is in the case of a survey to record the flow of a questionnaire, its use of questions, and additional component parts. A questionnaire contains a flow of questions.
|
33
|
-
# # @return [RDF::Vocabulary::Term]
|
34
|
-
# attr_reader :Instrument
|
35
|
-
#
|
36
|
-
# # Each study has a set of logical metadata associated with the processing of data, at the time of collection or later during cleaning, and re-coding. LogicalDataSet represents the microdata dataset.
|
37
|
-
# # @return [RDF::Vocabulary::Term]
|
38
|
-
# attr_reader :LogicalDataSet
|
39
|
-
#
|
40
|
-
# # This class is for representing mappings betwenn DDI-RDF and DDI-XML. See Section 10 in the specification for more details and examples.
|
41
|
-
# # @return [RDF::Vocabulary::Term]
|
42
|
-
# attr_reader :Mapping
|
43
|
-
#
|
44
|
-
# # A Question is designed to get information upon a subject, or sequence of subjects, from a respondent.
|
45
|
-
# # @return [RDF::Vocabulary::Term]
|
46
|
-
# attr_reader :Question
|
47
|
-
#
|
48
|
-
# # A questionnaire contains a flow of questions. Questionnaires must contain 1 to n questions using the object property question. Particular questions may be contained in 0 to n questionnaires.
|
49
|
-
# # @return [RDF::Vocabulary::Term]
|
50
|
-
# attr_reader :Questionnaire
|
51
|
-
#
|
52
|
-
# # Representation of a variable or question definition.
|
53
|
-
# # @return [RDF::Vocabulary::Term]
|
54
|
-
# attr_reader :Representation
|
55
|
-
#
|
56
|
-
# # RepresentedVariables encompasse study-independent, re-usable parts of variables like occupation classification.
|
57
|
-
# # @return [RDF::Vocabulary::Term]
|
58
|
-
# attr_reader :RepresentedVariable
|
59
|
-
#
|
60
|
-
# # A Study represents the process by which a data set was generated or collected.
|
61
|
-
# # @return [RDF::Vocabulary::Term]
|
62
|
-
# attr_reader :Study
|
63
|
-
#
|
64
|
-
# # In some cases, where data collection is cyclic or on-going, data sets may be released as a StudyGroup, where each cycle or wave of the data collection activity produces one or more data sets. This is typical for longitudinal studies, panel studies, and other types of series (to use the DDI term). In this case, a number of Study objects would be collected into a single StudyGroup.
|
65
|
-
# # @return [RDF::Vocabulary::Term]
|
66
|
-
# attr_reader :StudyGroup
|
67
|
-
#
|
68
|
-
# # For SummaryStatistics, maximum values, minimum values, and standard deviations can be defined.
|
69
|
-
# # @return [RDF::Vocabulary::Term]
|
70
|
-
# attr_reader :SummaryStatistics
|
71
|
-
#
|
72
|
-
# # A Universe is the total membership or population of a defined class of people, objects or events.
|
73
|
-
# # @return [RDF::Vocabulary::Term]
|
74
|
-
# attr_reader :Universe
|
75
|
-
#
|
76
|
-
# # Variables provide a definition of the column in a rectangular data file. Variable is a characteristic of a unit being observed. A variable might be the answer of a question, have an administrative source, or be derived from other variables.
|
77
|
-
# # @return [RDF::Vocabulary::Term]
|
78
|
-
# attr_reader :Variable
|
79
|
-
#
|
80
|
-
# # This property points to the aggregated data set of a microdata data set. The aggregated data set is a qb:DataSet of the RDF Data Cube Vocabulary.
|
81
|
-
# # @return [RDF::Vocabulary::Term]
|
82
|
-
# attr_reader :aggregation
|
83
|
-
#
|
84
|
-
# # This property links to the analysis unit of a Study, a StudyGroup, or a Variable.
|
85
|
-
# # @return [RDF::Vocabulary::Term]
|
86
|
-
# attr_reader :analysisUnit
|
87
|
-
#
|
88
|
-
# # This property points to the RepresentedVariable the Variable is based on.
|
89
|
-
# # @return [RDF::Vocabulary::Term]
|
90
|
-
# attr_reader :basedOn
|
91
|
-
#
|
92
|
-
# # This property is used for representing the case quantity of a DataFile.
|
93
|
-
# # @return [RDF::Vocabulary::Term]
|
94
|
-
# attr_reader :caseQuantity
|
95
|
-
#
|
96
|
-
# # This property points to the mode of collection of a Questionnaire which is a skos:Concept.
|
97
|
-
# # @return [RDF::Vocabulary::Term]
|
98
|
-
# attr_reader :collectionMode
|
99
|
-
#
|
100
|
-
# # computationBase expresses if the cases - which are the basis of the computation of a statistics value - are valid, invalid or the total of both. The usage of computationBase for frequency differs from the usage for the percentage statistics and the summary statistics. A distinction regarding computationBase doesn’t apply to frequency as category statistic. Please find more details in Section 6.3 of the specification.
|
101
|
-
# # @return [RDF::Vocabulary::Term]
|
102
|
-
# attr_reader :computationBase
|
103
|
-
#
|
104
|
-
# # This property points to the DDI concept of a RepresentedVariable, a Variable, or a Question
|
105
|
-
# # @return [RDF::Vocabulary::Term]
|
106
|
-
# attr_reader :concept
|
107
|
-
#
|
108
|
-
# # context specifies conditions which have to be fulfilled for particular mappings. Context information can be either a SPARQL query or an informal description as plain literal.
|
109
|
-
# # @return [RDF::Vocabulary::Term]
|
110
|
-
# attr_reader :context
|
111
|
-
#
|
112
|
-
# # This property is used to describe the cumulative percentages within category statistics. See Sections 6 and 7 more more details and examples.
|
113
|
-
# # @return [RDF::Vocabulary::Term]
|
114
|
-
# attr_reader :cumulativePercentage
|
115
|
-
#
|
116
|
-
# # This property points to the DataFile of a Study or a LogicalDataSet.
|
117
|
-
# # @return [RDF::Vocabulary::Term]
|
118
|
-
# attr_reader :dataFile
|
119
|
-
#
|
120
|
-
# # This property points from a Study or a StudyGroup to the original DDI file which is a foaf:Document.
|
121
|
-
# # @return [RDF::Vocabulary::Term]
|
122
|
-
# attr_reader :ddifile
|
123
|
-
#
|
124
|
-
# # Defines the end date of a period of time. Please note that this property is a feature at risk, since the domain is not a class of Disco. Maintainers of the domain ontology may define their own property.
|
125
|
-
# # @return [RDF::Vocabulary::Term]
|
126
|
-
# attr_reader :endDate
|
127
|
-
#
|
128
|
-
# # This property points from an Instrument to a foaf:Document which is the external documentation of the Instrument.
|
129
|
-
# # @return [RDF::Vocabulary::Term]
|
130
|
-
# attr_reader :externalDocumentation
|
131
|
-
#
|
132
|
-
# # This property is used to describe the frequencies within category statistics. See Sections 6 and 7 more more details and examples.
|
133
|
-
# # @return [RDF::Vocabulary::Term]
|
134
|
-
# attr_reader :frequency
|
135
|
-
#
|
136
|
-
# # This property points from a Study or a StudyGroup to the funding foaf:Agent which is either a foaf:Person or a org:Organization.
|
137
|
-
# # @return [RDF::Vocabulary::Term]
|
138
|
-
# attr_reader :fundedBy
|
139
|
-
#
|
140
|
-
# # This property indicates the role of an Agent, e.g. analyst, data modeler, programmer, co-investigator or others.
|
141
|
-
# # @return [RDF::Vocabulary::Term]
|
142
|
-
# attr_reader :hadRole
|
143
|
-
#
|
144
|
-
# # This property points from a Study to the StudyGroup which contains the Study.
|
145
|
-
# # @return [RDF::Vocabulary::Term]
|
146
|
-
# attr_reader :inGroup
|
147
|
-
#
|
148
|
-
# # This property indicates the original Variable of an aggregated qb:DataSet. Please note that this property is a feature at risk, since the domain is not a class of Disco. Maintainers of the domain ontology may define their own property.
|
149
|
-
# # @return [RDF::Vocabulary::Term]
|
150
|
-
# attr_reader :inputVariable
|
151
|
-
#
|
152
|
-
# # This property indicates the Instrument of a Study or a LogicalDataSet.
|
153
|
-
# # @return [RDF::Vocabulary::Term]
|
154
|
-
# attr_reader :instrument
|
155
|
-
#
|
156
|
-
# # This property is used as a flag indicating if the microdata dataset is publicly available. The value true indicates that the dataset can be accessed (usually downloaded) by anyone.
|
157
|
-
# # @return [RDF::Vocabulary::Term]
|
158
|
-
# attr_reader :isPublic
|
159
|
-
#
|
160
|
-
# # Indicates if the code (represented by skos:Concept) is valid or missing. Please note that this property is a feature at risk, since the domain is not a class of Disco. Maintainers of the domain ontology may define their own property.
|
161
|
-
# # @return [RDF::Vocabulary::Term]
|
162
|
-
# attr_reader :isValid
|
163
|
-
#
|
164
|
-
# # The general kind of data (e.g. geospatial, register, survey) collected in this study, given either as a skos:Concept, or as a blank node with attached free-text rdfs:label.
|
165
|
-
# # @return [RDF::Vocabulary::Term]
|
166
|
-
# attr_reader :kindOfData
|
167
|
-
#
|
168
|
-
# # This property is used to describe the percentages within category statistics. See Sections 6 and 7 more more details and examples.
|
169
|
-
# # @return [RDF::Vocabulary::Term]
|
170
|
-
# attr_reader :percentage
|
171
|
-
#
|
172
|
-
# # This property indicates the LogicalDataSets of a Study.
|
173
|
-
# # @return [RDF::Vocabulary::Term]
|
174
|
-
# attr_reader :product
|
175
|
-
#
|
176
|
-
# # The purpose of a Study of a StudyGroup.
|
177
|
-
# # @return [RDF::Vocabulary::Term]
|
178
|
-
# attr_reader :purpose
|
179
|
-
#
|
180
|
-
# # This property indicates the Questions associated to Variables or contained in Questionnaires.
|
181
|
-
# # @return [RDF::Vocabulary::Term]
|
182
|
-
# attr_reader :question
|
183
|
-
#
|
184
|
-
# # This property contains the actual text of a question as string. See Section 8.2 for examples.
|
185
|
-
# # @return [RDF::Vocabulary::Term]
|
186
|
-
# attr_reader :questionText
|
187
|
-
#
|
188
|
-
# # RepresentedVariables and Variables can have a Representation whose individuals are either of the class rdfs:Datatype (to represent values) or skos:ConceptScheme (to represent code lists).
|
189
|
-
# # @return [RDF::Vocabulary::Term]
|
190
|
-
# attr_reader :representation
|
191
|
-
#
|
192
|
-
# # The response domain of questions. The response domain has to be an instance of the class Representation.
|
193
|
-
# # @return [RDF::Vocabulary::Term]
|
194
|
-
# attr_reader :responseDomain
|
195
|
-
#
|
196
|
-
# # Defines the start date of a period of time. Please note that this property is a feature at risk, since the domain is not a class of Disco. Maintainers of the domain ontology may define their own property.
|
197
|
-
# # @return [RDF::Vocabulary::Term]
|
198
|
-
# attr_reader :startDate
|
199
|
-
#
|
200
|
-
# # This property points to the skos:Concept (representing codes and categories) of a specific CategoryStatistics individual.
|
201
|
-
# # @return [RDF::Vocabulary::Term]
|
202
|
-
# attr_reader :statisticsCategory
|
203
|
-
#
|
204
|
-
# # This property indicates the DataFile of a specific DesciptiveStatistics individual. DescriptiveStatistics may have statisticsDataFile relations to 0 to n data files (DataFile) and data files (DataFile) may be in 0 to n statisticsDataFile relations to DescriptiveStatistics individuals.
|
205
|
-
# # @return [RDF::Vocabulary::Term]
|
206
|
-
# attr_reader :statisticsDataFile
|
207
|
-
#
|
208
|
-
# # This property indicates the Variable of a specific SummaryStatistics individual. SummaryStatistics point to 0 to n variables (Variable) using the object property statisticsVariable.
|
209
|
-
# # @return [RDF::Vocabulary::Term]
|
210
|
-
# attr_reader :statisticsVariable
|
211
|
-
#
|
212
|
-
# # The sub-title of a Study of a StudyGroup.
|
213
|
-
# # @return [RDF::Vocabulary::Term]
|
214
|
-
# attr_reader :subtitle
|
215
|
-
#
|
216
|
-
# # This property points to the summary statistics type of a Questionnaire which is a skos:Concept.
|
217
|
-
# # @return [RDF::Vocabulary::Term]
|
218
|
-
# attr_reader :summaryStatisticsType
|
219
|
-
#
|
220
|
-
# # This property indicates the Universe(s) of Studies, StudyGrous, RepresentedVariables, Variables, Questions, and LogicalDataSets.
|
221
|
-
# # @return [RDF::Vocabulary::Term]
|
222
|
-
# attr_reader :universe
|
223
|
-
#
|
224
|
-
# # This property indicates the Variable of a Study and points to Variable contained in the LogicalDataSet.
|
225
|
-
# # @return [RDF::Vocabulary::Term]
|
226
|
-
# attr_reader :variable
|
227
|
-
#
|
228
|
-
# # This property can be used when (1) no variable level information is available and when (2) only a stub of the RDF is requested e.g when returning basic information on a study of file, no information on potentially hundreds or thousands of variables references or metadata has to be returned.
|
229
|
-
# # @return [RDF::Vocabulary::Term]
|
230
|
-
# attr_reader :variableQuantity
|
231
|
-
#
|
232
|
-
# # SummaryStatistics or CategoryStatistics resources may be weighted by a specific Variable.
|
233
|
-
# # @return [RDF::Vocabulary::Term]
|
234
|
-
# attr_reader :weightedBy
|
235
|
-
#
|
236
|
-
# end
|
237
6
|
DISCO = Class.new(RDF::StrictVocabulary("http://rdf-vocabulary.ddialliance.org/discovery#")) do
|
238
7
|
|
239
8
|
# Ontology definition
|
240
9
|
ontology :"http://rdf-vocabulary.ddialliance.org/discovery#",
|
241
10
|
comment: "This specification defines the DDI Discovery Vocabulary, an RDF Schema vocabulary that enables discovery of research and survey data on the Web. It is based on DDI (Data Documentation Initiative) XML formats.".freeze,
|
242
|
-
"
|
243
|
-
"
|
244
|
-
"
|
245
|
-
"
|
246
|
-
"owl
|
247
|
-
type: "owl
|
11
|
+
"http://purl.org/dc/elements/1.1/contributor": ["Benjamin Zapilko".freeze, "Joachim Wackerow".freeze, "Richard Cyganiak".freeze, "Thomas Bosch".freeze],
|
12
|
+
"http://purl.org/dc/elements/1.1/creator": ["Arofan Gregory".freeze, "Benedikt Kämpgen".freeze, "Benjamin Zapilko".freeze, "Franck Cotton".freeze, "Heiko Paulheim".freeze, "Joachim Wackerow".freeze, "Olof Olsson".freeze, "Richard Cyganiak".freeze, "Sarven Capadisli".freeze, "Thomas Bosch".freeze],
|
13
|
+
"http://purl.org/dc/elements/1.1/description": "This specification defines the DDI Discovery Vocabulary, an RDF Schema vocabulary that enables discovery of research and survey data on the Web. It is based on DDI (Data Documentation Initiative) XML formats.".freeze,
|
14
|
+
"http://purl.org/dc/elements/1.1/title": "DDI-RDF Discovery Vocabulary".freeze,
|
15
|
+
"http://www.w3.org/2002/07/owl#versionInfo": "Version 0.6 - 2013-09-30".freeze,
|
16
|
+
type: "http://www.w3.org/2002/07/owl#Ontology".freeze
|
248
17
|
|
249
18
|
# Class definitions
|
250
19
|
term :AnalysisUnit,
|
251
20
|
comment: "The process collecting data is focusing on the analysis of a particular type of subject. If, for example, the adult population of Finland is being studied, the AnalysisUnit would be individuals or persons.".freeze,
|
252
21
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
253
22
|
label: "Analysis Unit".freeze,
|
254
|
-
subClassOf: "skos
|
255
|
-
type: ["
|
23
|
+
subClassOf: "http://www.w3.org/2004/02/skos/core#Concept".freeze,
|
24
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
256
25
|
term :CategoryStatistics,
|
257
26
|
comment: "For CategoryStatistics, frequencies, percentages, and weighted percentages can be defined.".freeze,
|
258
27
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
259
28
|
label: "Category statistics".freeze,
|
260
|
-
subClassOf: "
|
261
|
-
type: ["
|
29
|
+
subClassOf: "http://rdf-vocabulary.ddialliance.org/discovery#DescriptiveStatistics".freeze,
|
30
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
262
31
|
term :DataFile,
|
263
32
|
comment: "The class DataFile, which is also a dcmitype:Dataset, represents all the data files containing the microdata datasets.".freeze,
|
264
33
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
265
34
|
label: "Data file".freeze,
|
266
|
-
subClassOf: ["dc
|
267
|
-
type: ["
|
35
|
+
subClassOf: ["http://purl.org/dc/terms/DCMITypeDataset".freeze, "http://www.w3.org/ns/dcat#Distribution".freeze],
|
36
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
268
37
|
term :DescriptiveStatistics,
|
269
38
|
comment: "SummaryStatistics pointing to variables and CategoryStatistics pointing to categories and codes are both DescriptiveStatistics.".freeze,
|
270
39
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
271
40
|
label: "Descriptive statistics".freeze,
|
272
|
-
type: ["
|
41
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
273
42
|
term :Instrument,
|
274
43
|
comment: "The data for the study are collected by an Instrument. The purpose of an Instrument, i.e. an interview, a questionnaire or another entity used as a means of data collection, is in the case of a survey to record the flow of a questionnaire, its use of questions, and additional component parts. A questionnaire contains a flow of questions.".freeze,
|
275
44
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
276
45
|
label: "Instrument".freeze,
|
277
|
-
type: ["
|
46
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
278
47
|
term :LogicalDataSet,
|
279
48
|
comment: "Each study has a set of logical metadata associated with the processing of data, at the time of collection or later during cleaning, and re-coding. LogicalDataSet represents the microdata dataset.".freeze,
|
280
49
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
281
50
|
label: "LogicalDataSet".freeze,
|
282
|
-
subClassOf: ["
|
283
|
-
type: ["
|
51
|
+
subClassOf: ["http://www.w3.org/2004/02/skos/core#Concept".freeze, "http://www.w3.org/ns/dcat#Dataset".freeze],
|
52
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
284
53
|
term :Mapping,
|
285
54
|
comment: "This class is for representing mappings betwenn DDI-RDF and DDI-XML. See Section 10 in the specification for more details and examples.".freeze,
|
286
55
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
287
56
|
label: "Mapping".freeze,
|
288
|
-
type: ["
|
57
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
289
58
|
term :Question,
|
290
59
|
comment: "A Question is designed to get information upon a subject, or sequence of subjects, from a respondent.".freeze,
|
291
60
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
292
61
|
label: "Question".freeze,
|
293
|
-
subClassOf: "skos
|
294
|
-
type: ["
|
62
|
+
subClassOf: "http://www.w3.org/2004/02/skos/core#Concept".freeze,
|
63
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
295
64
|
term :Questionnaire,
|
296
65
|
comment: "A questionnaire contains a flow of questions. Questionnaires must contain 1 to n questions using the object property question. Particular questions may be contained in 0 to n questionnaires.".freeze,
|
297
66
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
298
67
|
label: "Questionnaire".freeze,
|
299
|
-
subClassOf: "
|
300
|
-
type: ["
|
68
|
+
subClassOf: "http://rdf-vocabulary.ddialliance.org/discovery#Instrument".freeze,
|
69
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
301
70
|
term :Representation,
|
302
71
|
comment: "Representation of a variable or question definition.".freeze,
|
303
72
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
304
73
|
label: "Representation of a variable or question definition.".freeze,
|
305
74
|
subClassOf: term(
|
306
|
-
type: "owl
|
307
|
-
unionOf: list("
|
75
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
76
|
+
unionOf: list("http://www.w3.org/2000/01/rdf-schema#Datatype".freeze, "http://www.w3.org/2004/02/skos/core#ConceptScheme".freeze, "http://www.w3.org/2004/02/skos/core#OrderedCollection".freeze)
|
308
77
|
),
|
309
|
-
type: ["
|
78
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
310
79
|
term :RepresentedVariable,
|
311
80
|
comment: "RepresentedVariables encompasse study-independent, re-usable parts of variables like occupation classification.".freeze,
|
312
81
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
313
82
|
label: "Data element".freeze,
|
314
|
-
type: ["
|
83
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
315
84
|
term :Study,
|
316
85
|
comment: "A Study represents the process by which a data set was generated or collected.".freeze,
|
317
86
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
318
87
|
label: "Study".freeze,
|
319
|
-
type: ["
|
88
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
320
89
|
term :StudyGroup,
|
321
90
|
comment: "In some cases, where data collection is cyclic or on-going, data sets may be released as a StudyGroup, where each cycle or wave of the data collection activity produces one or more data sets. This is typical for longitudinal studies, panel studies, and other types of series (to use the DDI term). In this case, a number of Study objects would be collected into a single StudyGroup.".freeze,
|
322
91
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
323
92
|
label: "Study Group".freeze,
|
324
|
-
type: ["
|
93
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
325
94
|
term :SummaryStatistics,
|
326
95
|
comment: "For SummaryStatistics, maximum values, minimum values, and standard deviations can be defined.".freeze,
|
327
96
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
328
97
|
label: "Summary statistics".freeze,
|
329
|
-
subClassOf: "
|
330
|
-
type: ["
|
98
|
+
subClassOf: "http://rdf-vocabulary.ddialliance.org/discovery#DescriptiveStatistics".freeze,
|
99
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
331
100
|
term :Universe,
|
332
101
|
comment: "A Universe is the total membership or population of a defined class of people, objects or events.".freeze,
|
333
102
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
334
103
|
label: "Universe".freeze,
|
335
|
-
subClassOf: "skos
|
336
|
-
type: ["
|
104
|
+
subClassOf: "http://www.w3.org/2004/02/skos/core#Concept".freeze,
|
105
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
337
106
|
term :Variable,
|
338
107
|
comment: "Variables provide a definition of the column in a rectangular data file. Variable is a characteristic of a unit being observed. A variable might be the answer of a question, have an administrative source, or be derived from other variables.".freeze,
|
339
108
|
equivalentClass: "http://semanticscience.org/resource/SIO_000367".freeze,
|
340
109
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
341
110
|
label: "Variable".freeze,
|
342
|
-
subClassOf: "skos
|
343
|
-
type: ["
|
111
|
+
subClassOf: "http://www.w3.org/2004/02/skos/core#Concept".freeze,
|
112
|
+
type: ["http://www.w3.org/2000/01/rdf-schema#Class".freeze, "http://www.w3.org/2002/07/owl#Class".freeze]
|
344
113
|
|
345
114
|
# Property definitions
|
346
115
|
property :aggregation,
|
347
116
|
comment: "This property points to the aggregated data set of a microdata data set. The aggregated data set is a qb:DataSet of the RDF Data Cube Vocabulary.".freeze,
|
348
|
-
domain: "
|
117
|
+
domain: "http://rdf-vocabulary.ddialliance.org/discovery#LogicalDataSet".freeze,
|
349
118
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
350
119
|
label: "aggregation".freeze,
|
351
120
|
range: "http://purl.org/linked-data/cube#DataSet".freeze,
|
352
|
-
type: ["
|
121
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
353
122
|
property :analysisUnit,
|
354
123
|
comment: "This property links to the analysis unit of a Study, a StudyGroup, or a Variable.".freeze,
|
355
124
|
domain: term(
|
356
|
-
type: "owl
|
357
|
-
unionOf: list("
|
125
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
126
|
+
unionOf: list("http://rdf-vocabulary.ddialliance.org/discovery#Study".freeze, "http://rdf-vocabulary.ddialliance.org/discovery#StudyGroup".freeze, "http://rdf-vocabulary.ddialliance.org/discovery#Variable".freeze)
|
358
127
|
),
|
359
128
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
360
129
|
label: "analysis unit".freeze,
|
361
|
-
range: "
|
362
|
-
type: ["
|
130
|
+
range: "http://rdf-vocabulary.ddialliance.org/discovery#AnalysisUnit".freeze,
|
131
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
363
132
|
property :basedOn,
|
364
133
|
comment: "This property points to the RepresentedVariable the Variable is based on.".freeze,
|
365
|
-
domain: "
|
134
|
+
domain: "http://rdf-vocabulary.ddialliance.org/discovery#Variable".freeze,
|
366
135
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
367
136
|
label: "based on".freeze,
|
368
|
-
range: "
|
369
|
-
type: ["
|
137
|
+
range: "http://rdf-vocabulary.ddialliance.org/discovery#RepresentedVariable".freeze,
|
138
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
370
139
|
property :caseQuantity,
|
371
140
|
comment: "This property is used for representing the case quantity of a DataFile.".freeze,
|
372
|
-
domain: "
|
141
|
+
domain: "http://rdf-vocabulary.ddialliance.org/discovery#DataFile".freeze,
|
373
142
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
374
143
|
label: "number of cases".freeze,
|
375
|
-
range: "
|
376
|
-
type: ["
|
144
|
+
range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger".freeze,
|
145
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
377
146
|
property :collectionMode,
|
378
147
|
comment: "This property points to the mode of collection of a Questionnaire which is a skos:Concept.".freeze,
|
379
|
-
domain: "
|
148
|
+
domain: "http://rdf-vocabulary.ddialliance.org/discovery#Questionnaire".freeze,
|
380
149
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
381
150
|
label: "collection mode".freeze,
|
382
|
-
range: "skos
|
383
|
-
type: ["
|
151
|
+
range: "http://www.w3.org/2004/02/skos/core#Concept".freeze,
|
152
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
384
153
|
property :computationBase,
|
385
154
|
comment: "computationBase expresses if the cases - which are the basis of the computation of a statistics value - are valid, invalid or the total of both. The usage of computationBase for frequency differs from the usage for the percentage statistics and the summary statistics. A distinction regarding computationBase doesn’t apply to frequency as category statistic. Please find more details in Section 6.3 of the specification.".freeze,
|
386
|
-
domain: "
|
155
|
+
domain: "http://rdf-vocabulary.ddialliance.org/discovery#CategoryStatistics".freeze,
|
387
156
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
388
157
|
label: "computation base".freeze,
|
389
|
-
range: "rdf
|
390
|
-
type: ["
|
158
|
+
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString".freeze,
|
159
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
391
160
|
property :concept,
|
392
161
|
comment: "This property points to the DDI concept of a RepresentedVariable, a Variable, or a Question".freeze,
|
393
162
|
domain: term(
|
394
|
-
type: "owl
|
395
|
-
unionOf: list("
|
163
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
164
|
+
unionOf: list("http://rdf-vocabulary.ddialliance.org/discovery#RepresentedVariable".freeze, "http://rdf-vocabulary.ddialliance.org/discovery#Question".freeze, "http://rdf-vocabulary.ddialliance.org/discovery#Variable".freeze)
|
396
165
|
),
|
397
166
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
398
167
|
label: "concept".freeze,
|
399
|
-
range: "skos
|
400
|
-
type: ["
|
168
|
+
range: "http://www.w3.org/2004/02/skos/core#Concept".freeze,
|
169
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
401
170
|
property :context,
|
402
171
|
comment: "context specifies conditions which have to be fulfilled for particular mappings. Context information can be either a SPARQL query or an informal description as plain literal.".freeze,
|
403
|
-
domain: "
|
172
|
+
domain: "http://rdf-vocabulary.ddialliance.org/discovery#Mapping".freeze,
|
404
173
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
405
174
|
label: "context specifies conditions which have to be fulfilled for specific mappings".freeze,
|
406
|
-
range: "rdf
|
407
|
-
type: ["
|
175
|
+
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString".freeze,
|
176
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
408
177
|
property :cumulativePercentage,
|
409
178
|
comment: "This property is used to describe the cumulative percentages within category statistics. See Sections 6 and 7 more more details and examples.".freeze,
|
410
|
-
domain: "
|
179
|
+
domain: "http://rdf-vocabulary.ddialliance.org/discovery#CategoryStatistics".freeze,
|
411
180
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
412
181
|
label: "cumulative percentage".freeze,
|
413
|
-
range: "
|
414
|
-
type: ["
|
182
|
+
range: "http://www.w3.org/2001/XMLSchema#double".freeze,
|
183
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
415
184
|
property :dataFile,
|
416
185
|
comment: "This property points to the DataFile of a Study or a LogicalDataSet.".freeze,
|
417
186
|
domain: term(
|
418
|
-
type: "owl
|
419
|
-
unionOf: list("
|
187
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
188
|
+
unionOf: list("http://rdf-vocabulary.ddialliance.org/discovery#Study".freeze, "http://rdf-vocabulary.ddialliance.org/discovery#LogicalDataSet".freeze)
|
420
189
|
),
|
421
190
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
422
191
|
label: "data file".freeze,
|
423
|
-
range: "
|
424
|
-
type: ["
|
192
|
+
range: "http://rdf-vocabulary.ddialliance.org/discovery#DataFile".freeze,
|
193
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
425
194
|
property :ddifile,
|
426
195
|
comment: "This property points from a Study or a StudyGroup to the original DDI file which is a foaf:Document.".freeze,
|
427
196
|
domain: term(
|
428
|
-
type: "owl
|
429
|
-
unionOf: list("
|
197
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
198
|
+
unionOf: list("http://rdf-vocabulary.ddialliance.org/discovery#Study".freeze, "http://rdf-vocabulary.ddialliance.org/discovery#StudyGroup".freeze)
|
430
199
|
),
|
431
200
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
432
201
|
label: "DDI file".freeze,
|
433
|
-
range: "foaf
|
434
|
-
type: ["
|
202
|
+
range: "http://xmlns.com/foaf/0.1/Document".freeze,
|
203
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
435
204
|
property :endDate,
|
436
205
|
comment: "Defines the end date of a period of time. Please note that this property is a feature at risk, since the domain is not a class of Disco. Maintainers of the domain ontology may define their own property.".freeze,
|
437
|
-
domain: "dc
|
206
|
+
domain: "http://purl.org/dc/terms/PeriodOfTime".freeze,
|
438
207
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
439
208
|
label: "end date".freeze,
|
440
|
-
range: "
|
441
|
-
type: ["
|
209
|
+
range: "http://www.w3.org/2001/XMLSchema#date".freeze,
|
210
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
442
211
|
property :externalDocumentation,
|
443
212
|
comment: "This property points from an Instrument to a foaf:Document which is the external documentation of the Instrument.".freeze,
|
444
|
-
domain: "
|
213
|
+
domain: "http://rdf-vocabulary.ddialliance.org/discovery#Instrument".freeze,
|
445
214
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
446
215
|
label: "external documentation".freeze,
|
447
|
-
range: "foaf
|
448
|
-
type: ["
|
216
|
+
range: "http://xmlns.com/foaf/0.1/Document".freeze,
|
217
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
449
218
|
property :frequency,
|
450
219
|
comment: "This property is used to describe the frequencies within category statistics. See Sections 6 and 7 more more details and examples.".freeze,
|
451
|
-
domain: "
|
220
|
+
domain: "http://rdf-vocabulary.ddialliance.org/discovery#CategoryStatistics".freeze,
|
452
221
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
453
222
|
label: "frequency".freeze,
|
454
|
-
range: "
|
455
|
-
type: ["
|
223
|
+
range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger".freeze,
|
224
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
456
225
|
property :fundedBy,
|
457
226
|
comment: "This property points from a Study or a StudyGroup to the funding foaf:Agent which is either a foaf:Person or a org:Organization.".freeze,
|
458
227
|
domain: term(
|
459
|
-
type: "owl
|
460
|
-
unionOf: list("
|
228
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
229
|
+
unionOf: list("http://rdf-vocabulary.ddialliance.org/discovery#Study".freeze, "http://rdf-vocabulary.ddialliance.org/discovery#StudyGroup".freeze)
|
461
230
|
),
|
462
231
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
463
232
|
label: "funded by".freeze,
|
464
|
-
range: "foaf
|
465
|
-
subPropertyOf: "dc
|
466
|
-
type: ["
|
233
|
+
range: "http://xmlns.com/foaf/0.1/Agent".freeze,
|
234
|
+
subPropertyOf: "http://purl.org/dc/terms/contributor".freeze,
|
235
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
467
236
|
property :hadRole,
|
468
237
|
comment: "This property indicates the role of an Agent, e.g. analyst, data modeler, programmer, co-investigator or others.".freeze,
|
469
|
-
domain: "foaf
|
238
|
+
domain: "http://xmlns.com/foaf/0.1/Agent".freeze,
|
470
239
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
471
240
|
label: "had role".freeze,
|
472
|
-
range: "skos
|
473
|
-
type: ["
|
241
|
+
range: "http://www.w3.org/2004/02/skos/core#Concept".freeze,
|
242
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
474
243
|
property :inGroup,
|
475
244
|
comment: "This property points from a Study to the StudyGroup which contains the Study.".freeze,
|
476
|
-
domain: "
|
245
|
+
domain: "http://rdf-vocabulary.ddialliance.org/discovery#Study".freeze,
|
477
246
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
478
247
|
label: "in group".freeze,
|
479
|
-
range: "
|
480
|
-
type: ["
|
248
|
+
range: "http://rdf-vocabulary.ddialliance.org/discovery#StudyGroup".freeze,
|
249
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
481
250
|
property :inputVariable,
|
482
251
|
comment: "This property indicates the original Variable of an aggregated qb:DataSet. Please note that this property is a feature at risk, since the domain is not a class of Disco. Maintainers of the domain ontology may define their own property.".freeze,
|
483
252
|
domain: "http://purl.org/linked-data/cube#DataSet".freeze,
|
484
253
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
485
254
|
label: "input variable".freeze,
|
486
|
-
range: "
|
487
|
-
type: ["
|
255
|
+
range: "http://rdf-vocabulary.ddialliance.org/discovery#Variable".freeze,
|
256
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
488
257
|
property :instrument,
|
489
258
|
comment: "This property indicates the Instrument of a Study or a LogicalDataSet.".freeze,
|
490
259
|
domain: term(
|
491
|
-
type: "owl
|
492
|
-
unionOf: list("
|
260
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
261
|
+
unionOf: list("http://rdf-vocabulary.ddialliance.org/discovery#Study".freeze, "http://rdf-vocabulary.ddialliance.org/discovery#LogicalDataSet".freeze)
|
493
262
|
),
|
494
263
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
495
264
|
label: "instrument".freeze,
|
496
|
-
range: "
|
497
|
-
type: ["
|
265
|
+
range: "http://rdf-vocabulary.ddialliance.org/discovery#Instrument".freeze,
|
266
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
498
267
|
property :isPublic,
|
499
268
|
comment: "This property is used as a flag indicating if the microdata dataset is publicly available. The value true indicates that the dataset can be accessed (usually downloaded) by anyone.".freeze,
|
500
|
-
domain: "
|
269
|
+
domain: "http://rdf-vocabulary.ddialliance.org/discovery#LogicalDataSet".freeze,
|
501
270
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
502
271
|
label: "is public".freeze,
|
503
|
-
range: "
|
504
|
-
type: ["
|
272
|
+
range: "http://www.w3.org/2001/XMLSchema#boolean".freeze,
|
273
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
505
274
|
property :isValid,
|
506
275
|
comment: "Indicates if the code (represented by skos:Concept) is valid or missing. Please note that this property is a feature at risk, since the domain is not a class of Disco. Maintainers of the domain ontology may define their own property.".freeze,
|
507
|
-
domain: "skos
|
276
|
+
domain: "http://www.w3.org/2004/02/skos/core#Concept".freeze,
|
508
277
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
509
278
|
label: "is valid".freeze,
|
510
|
-
range: "
|
511
|
-
type: ["
|
279
|
+
range: "http://www.w3.org/2001/XMLSchema#boolean".freeze,
|
280
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
512
281
|
property :kindOfData,
|
513
282
|
comment: "The general kind of data (e.g. geospatial, register, survey) collected in this study, given either as a skos:Concept, or as a blank node with attached free-text rdfs:label.".freeze,
|
514
283
|
domain: term(
|
515
|
-
type: "owl
|
516
|
-
unionOf: list("
|
284
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
285
|
+
unionOf: list("http://rdf-vocabulary.ddialliance.org/discovery#Study".freeze, "http://rdf-vocabulary.ddialliance.org/discovery#StudyGroup".freeze)
|
517
286
|
),
|
518
287
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
519
288
|
label: "kind of data".freeze,
|
520
|
-
range: "skos
|
521
|
-
type: ["
|
289
|
+
range: "http://www.w3.org/2004/02/skos/core#Concept".freeze,
|
290
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
522
291
|
property :"mappingDDI-C",
|
523
292
|
comment: "Mapping from and to DDI-C. See Section 10 in the specification for more details and examples.".freeze,
|
524
|
-
domain: "
|
293
|
+
domain: "http://rdf-vocabulary.ddialliance.org/discovery#Mapping".freeze,
|
525
294
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
526
295
|
label: "Mapping from and to DDI-C".freeze,
|
527
|
-
range: "rdf
|
528
|
-
type: ["
|
296
|
+
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString".freeze,
|
297
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
529
298
|
property :"mappingDDI-L",
|
530
299
|
comment: "Mapping from and to DDI-L. See Section 10 in the specification for more details and examples.".freeze,
|
531
|
-
domain: "
|
300
|
+
domain: "http://rdf-vocabulary.ddialliance.org/discovery#Mapping".freeze,
|
532
301
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
533
302
|
label: "Mapping from and to DDI-L".freeze,
|
534
|
-
range: "rdf
|
535
|
-
type: ["
|
303
|
+
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString".freeze,
|
304
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
536
305
|
property :percentage,
|
537
306
|
comment: "This property is used to describe the percentages within category statistics. See Sections 6 and 7 more more details and examples.".freeze,
|
538
|
-
domain: "
|
307
|
+
domain: "http://rdf-vocabulary.ddialliance.org/discovery#CategoryStatistics".freeze,
|
539
308
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
540
309
|
label: "percentage".freeze,
|
541
|
-
range: "
|
542
|
-
type: ["
|
310
|
+
range: "http://www.w3.org/2001/XMLSchema#double".freeze,
|
311
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
543
312
|
property :product,
|
544
313
|
comment: "This property indicates the LogicalDataSets of a Study.".freeze,
|
545
|
-
domain: "
|
314
|
+
domain: "http://rdf-vocabulary.ddialliance.org/discovery#Study".freeze,
|
546
315
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
547
316
|
label: "product".freeze,
|
548
317
|
range: "http://purl.org/linked-data/cube#LogicalDataSet".freeze,
|
549
|
-
type: ["
|
318
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
550
319
|
property :purpose,
|
551
320
|
comment: "The purpose of a Study of a StudyGroup.".freeze,
|
552
321
|
domain: term(
|
553
|
-
type: "owl
|
554
|
-
unionOf: list("
|
322
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
323
|
+
unionOf: list("http://rdf-vocabulary.ddialliance.org/discovery#Study".freeze, "http://rdf-vocabulary.ddialliance.org/discovery#StudyGroup".freeze)
|
555
324
|
),
|
556
325
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
557
326
|
label: "purpose".freeze,
|
558
|
-
range: "rdf
|
559
|
-
type: ["
|
327
|
+
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString".freeze,
|
328
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
560
329
|
property :question,
|
561
330
|
comment: "This property indicates the Questions associated to Variables or contained in Questionnaires.".freeze,
|
562
331
|
domain: term(
|
563
|
-
type: "owl
|
564
|
-
unionOf: list("
|
332
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
333
|
+
unionOf: list("http://rdf-vocabulary.ddialliance.org/discovery#Variable".freeze, "http://rdf-vocabulary.ddialliance.org/discovery#Questionnaire".freeze)
|
565
334
|
),
|
566
335
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
567
336
|
label: "question".freeze,
|
568
|
-
range: "
|
569
|
-
type: ["
|
337
|
+
range: "http://rdf-vocabulary.ddialliance.org/discovery#Question".freeze,
|
338
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
570
339
|
property :questionText,
|
571
340
|
comment: "This property contains the actual text of a question as string. See Section 8.2 for examples.".freeze,
|
572
|
-
domain: "
|
341
|
+
domain: "http://rdf-vocabulary.ddialliance.org/discovery#Question".freeze,
|
573
342
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
574
343
|
label: "question text".freeze,
|
575
|
-
range: "rdf
|
576
|
-
type: ["
|
344
|
+
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString".freeze,
|
345
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
577
346
|
property :representation,
|
578
347
|
comment: "RepresentedVariables and Variables can have a Representation whose individuals are either of the class rdfs:Datatype (to represent values) or skos:ConceptScheme (to represent code lists).".freeze,
|
579
348
|
domain: term(
|
580
|
-
type: "owl
|
581
|
-
unionOf: list("
|
349
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
350
|
+
unionOf: list("http://rdf-vocabulary.ddialliance.org/discovery#RepresentedVariable".freeze, "http://rdf-vocabulary.ddialliance.org/discovery#Variable".freeze, "http://rdf-vocabulary.ddialliance.org/discovery#Question".freeze)
|
582
351
|
),
|
583
352
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
584
353
|
label: "representation".freeze,
|
585
354
|
range: term(
|
586
|
-
type: "owl
|
587
|
-
unionOf: list("skos
|
355
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
356
|
+
unionOf: list("http://www.w3.org/2004/02/skos/core#ConceptScheme".freeze, "http://www.w3.org/2000/01/rdf-schema#Datatype".freeze)
|
588
357
|
),
|
589
|
-
type: ["
|
358
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
590
359
|
property :responseDomain,
|
591
360
|
comment: "The response domain of questions. The response domain has to be an instance of the class Representation.".freeze,
|
592
|
-
domain: "
|
361
|
+
domain: "http://rdf-vocabulary.ddialliance.org/discovery#Question".freeze,
|
593
362
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
594
363
|
label: "responseDomain".freeze,
|
595
|
-
range: "
|
596
|
-
type: ["
|
364
|
+
range: "http://rdf-vocabulary.ddialliance.org/discovery#Representation".freeze,
|
365
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
597
366
|
property :startDate,
|
598
367
|
comment: "Defines the start date of a period of time. Please note that this property is a feature at risk, since the domain is not a class of Disco. Maintainers of the domain ontology may define their own property.".freeze,
|
599
|
-
domain: "dc
|
368
|
+
domain: "http://purl.org/dc/terms/PeriodOfTime".freeze,
|
600
369
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
601
370
|
label: "start date".freeze,
|
602
|
-
range: "
|
603
|
-
type: ["
|
371
|
+
range: "http://www.w3.org/2001/XMLSchema#date".freeze,
|
372
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
604
373
|
property :statisticsCategory,
|
605
374
|
comment: "This property points to the skos:Concept (representing codes and categories) of a specific CategoryStatistics individual.".freeze,
|
606
|
-
domain: "
|
375
|
+
domain: "http://rdf-vocabulary.ddialliance.org/discovery#CategoryStatistics".freeze,
|
607
376
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
608
377
|
label: "statistics category".freeze,
|
609
|
-
range: "skos
|
610
|
-
type: ["
|
378
|
+
range: "http://www.w3.org/2004/02/skos/core#Concept".freeze,
|
379
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
611
380
|
property :statisticsDataFile,
|
612
381
|
comment: "This property indicates the DataFile of a specific DesciptiveStatistics individual. DescriptiveStatistics may have statisticsDataFile relations to 0 to n data files (DataFile) and data files (DataFile) may be in 0 to n statisticsDataFile relations to DescriptiveStatistics individuals.".freeze,
|
613
|
-
domain: "
|
382
|
+
domain: "http://rdf-vocabulary.ddialliance.org/discovery#DescriptiveStatistics".freeze,
|
614
383
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
615
384
|
label: "statistics data file".freeze,
|
616
|
-
range: "
|
617
|
-
type: ["
|
385
|
+
range: "http://rdf-vocabulary.ddialliance.org/discovery#DataFile".freeze,
|
386
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
618
387
|
property :statisticsVariable,
|
619
388
|
comment: "This property indicates the Variable of a specific SummaryStatistics individual. SummaryStatistics point to 0 to n variables (Variable) using the object property statisticsVariable.".freeze,
|
620
|
-
domain: "
|
389
|
+
domain: "http://rdf-vocabulary.ddialliance.org/discovery#SummaryStatistics".freeze,
|
621
390
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
622
391
|
label: "statistics variable".freeze,
|
623
|
-
range: "
|
624
|
-
type: ["
|
392
|
+
range: "http://rdf-vocabulary.ddialliance.org/discovery#Variable".freeze,
|
393
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
625
394
|
property :subtitle,
|
626
395
|
comment: "The sub-title of a Study of a StudyGroup.".freeze,
|
627
396
|
domain: term(
|
628
|
-
type: "owl
|
629
|
-
unionOf: list("
|
397
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
398
|
+
unionOf: list("http://rdf-vocabulary.ddialliance.org/discovery#Study".freeze, "http://rdf-vocabulary.ddialliance.org/discovery#StudyGroup".freeze)
|
630
399
|
),
|
631
400
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
632
401
|
label: "subtitle".freeze,
|
633
|
-
range: "rdf
|
634
|
-
type: ["
|
402
|
+
range: "http://www.w3.org/1999/02/22-rdf-syntax-ns#langString".freeze,
|
403
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
635
404
|
property :summaryStatisticsType,
|
636
405
|
comment: "This property points to the summary statistics type of a Questionnaire which is a skos:Concept.".freeze,
|
637
|
-
domain: "
|
406
|
+
domain: "http://rdf-vocabulary.ddialliance.org/discovery#SummaryStatistics".freeze,
|
638
407
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
639
408
|
label: "summary statistics type".freeze,
|
640
|
-
range: "skos
|
641
|
-
type: ["
|
409
|
+
range: "http://www.w3.org/2004/02/skos/core#Concept".freeze,
|
410
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
642
411
|
property :universe,
|
643
412
|
comment: "This property indicates the Universe(s) of Studies, StudyGrous, RepresentedVariables, Variables, Questions, and LogicalDataSets.".freeze,
|
644
413
|
domain: term(
|
645
|
-
type: "owl
|
646
|
-
unionOf: list("
|
414
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
415
|
+
unionOf: list("http://rdf-vocabulary.ddialliance.org/discovery#Study".freeze, "http://rdf-vocabulary.ddialliance.org/discovery#StudyGroup".freeze, "http://rdf-vocabulary.ddialliance.org/discovery#RepresentedVariable".freeze, "http://rdf-vocabulary.ddialliance.org/discovery#Variable".freeze, "http://rdf-vocabulary.ddialliance.org/discovery#Question".freeze, "http://rdf-vocabulary.ddialliance.org/discovery#LogicalDataSet".freeze)
|
647
416
|
),
|
648
417
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
649
418
|
label: "universe".freeze,
|
650
|
-
range: "
|
651
|
-
type: ["
|
419
|
+
range: "http://rdf-vocabulary.ddialliance.org/discovery#Universe".freeze,
|
420
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
652
421
|
property :variable,
|
653
422
|
comment: "This property indicates the Variable of a Study and points to Variable contained in the LogicalDataSet.".freeze,
|
654
423
|
domain: term(
|
655
|
-
type: "owl
|
656
|
-
unionOf: list("
|
424
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
425
|
+
unionOf: list("http://rdf-vocabulary.ddialliance.org/discovery#Study".freeze, "http://rdf-vocabulary.ddialliance.org/discovery#LogicalDataSet".freeze)
|
657
426
|
),
|
658
427
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
659
428
|
label: "variable".freeze,
|
660
|
-
range: "
|
661
|
-
type: ["
|
429
|
+
range: "http://rdf-vocabulary.ddialliance.org/discovery#Variable".freeze,
|
430
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
662
431
|
property :variableQuantity,
|
663
432
|
comment: "This property can be used when (1) no variable level information is available and when (2) only a stub of the RDF is requested e.g when returning basic information on a study of file, no information on potentially hundreds or thousands of variables references or metadata has to be returned.".freeze,
|
664
433
|
domain: term(
|
665
|
-
type: "owl
|
666
|
-
unionOf: list("
|
434
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
435
|
+
unionOf: list("http://rdf-vocabulary.ddialliance.org/discovery#LogicalDataSet".freeze, "http://rdf-vocabulary.ddialliance.org/discovery#DataFile".freeze)
|
667
436
|
),
|
668
437
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
669
438
|
label: "variable quantity".freeze,
|
670
|
-
range: "
|
671
|
-
type: ["
|
439
|
+
range: "http://www.w3.org/2001/XMLSchema#nonNegativeInteger".freeze,
|
440
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#DatatypeProperty".freeze]
|
672
441
|
property :weightedBy,
|
673
442
|
comment: "SummaryStatistics or CategoryStatistics resources may be weighted by a specific Variable.".freeze,
|
674
443
|
domain: term(
|
675
|
-
type: "owl
|
676
|
-
unionOf: list("
|
444
|
+
type: "http://www.w3.org/2002/07/owl#Class".freeze,
|
445
|
+
unionOf: list("http://rdf-vocabulary.ddialliance.org/discovery#SummaryStatistics".freeze, "http://rdf-vocabulary.ddialliance.org/discovery#CategoryStatistics".freeze)
|
677
446
|
),
|
678
447
|
isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
|
679
448
|
label: "weighted by".freeze,
|
680
|
-
range: "
|
681
|
-
type: ["
|
449
|
+
range: "http://rdf-vocabulary.ddialliance.org/discovery#Variable".freeze,
|
450
|
+
type: ["http://www.w3.org/1999/02/22-rdf-syntax-ns#Property".freeze, "http://www.w3.org/2002/07/owl#ObjectProperty".freeze]
|
682
451
|
end
|
683
452
|
end
|