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.
Files changed (85) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/VERSION +1 -1
  4. data/lib/rdf/vocab.rb +13 -1
  5. data/lib/rdf/vocab/acl.rb +47 -134
  6. data/lib/rdf/vocab/as.rb +381 -894
  7. data/lib/rdf/vocab/bf2.rb +1241 -2561
  8. data/lib/rdf/vocab/bibframe.rb +1241 -2561
  9. data/lib/rdf/vocab/bibo.rb +576 -1078
  10. data/lib/rdf/vocab/cc.rb +57 -167
  11. data/lib/rdf/vocab/cert.rb +72 -143
  12. data/lib/rdf/vocab/cnt.rb +51 -133
  13. data/lib/rdf/vocab/crm.rb +1180 -2486
  14. data/lib/rdf/vocab/datacite.rb +161 -161
  15. data/lib/rdf/vocab/dbo.rb +3900 -14140
  16. data/lib/rdf/vocab/dc.rb +458 -848
  17. data/lib/rdf/vocab/dc11.rb +62 -128
  18. data/lib/rdf/vocab/dcat.rb +215 -382
  19. data/lib/rdf/vocab/dcmitype.rb +65 -119
  20. data/lib/rdf/vocab/disco.rb +170 -401
  21. data/lib/rdf/vocab/doap.rb +197 -375
  22. data/lib/rdf/vocab/dwc.rb +1451 -2207
  23. data/lib/rdf/vocab/earl.rb +80 -218
  24. data/lib/rdf/vocab/ebucore.rb +2991 -7439
  25. data/lib/rdf/vocab/edm.rb +159 -351
  26. data/lib/rdf/vocab/exif.rb +453 -1106
  27. data/lib/rdf/vocab/extensions.rb +3 -3
  28. data/lib/rdf/vocab/fcrepo4.rb +247 -627
  29. data/lib/rdf/vocab/foaf.rb +373 -681
  30. data/lib/rdf/vocab/geo.rb +16 -58
  31. data/lib/rdf/vocab/geojson.rb +16 -85
  32. data/lib/rdf/vocab/geonames.rb +1573 -1742
  33. data/lib/rdf/vocab/gr.rb +539 -1427
  34. data/lib/rdf/vocab/gs1.rb +2824 -4424
  35. data/lib/rdf/vocab/ht.rb +93 -260
  36. data/lib/rdf/vocab/hydra.rb +216 -477
  37. data/lib/rdf/vocab/iana.rb +71 -304
  38. data/lib/rdf/vocab/ical.rb +460 -925
  39. data/lib/rdf/vocab/identifiers.rb +212 -515
  40. data/lib/rdf/vocab/iiif.rb +81 -220
  41. data/lib/rdf/vocab/jsonld.rb +130 -272
  42. data/lib/rdf/vocab/ldp.rb +131 -264
  43. data/lib/rdf/vocab/lrmi.rb +146 -234
  44. data/lib/rdf/vocab/ma.rb +233 -623
  45. data/lib/rdf/vocab/mads.rb +516 -1113
  46. data/lib/rdf/vocab/marcrelators.rb +539 -1351
  47. data/lib/rdf/vocab/mo.rb +1383 -2305
  48. data/lib/rdf/vocab/mods.rb +384 -903
  49. data/lib/rdf/vocab/nfo.rb +311 -315
  50. data/lib/rdf/vocab/oa.rb +196 -474
  51. data/lib/rdf/vocab/og.rb +120 -201
  52. data/lib/rdf/vocab/ogc.rb +25 -62
  53. data/lib/rdf/vocab/ore.rb +51 -110
  54. data/lib/rdf/vocab/org.rb +180 -376
  55. data/lib/rdf/vocab/pcdm.rb +50 -100
  56. data/lib/rdf/vocab/pplan.rb +16 -24
  57. data/lib/rdf/vocab/premis.rb +674 -1825
  58. data/lib/rdf/vocab/premiseventtype.rb +114 -272
  59. data/lib/rdf/vocab/prov.rb +996 -1618
  60. data/lib/rdf/vocab/ptr.rb +77 -218
  61. data/lib/rdf/vocab/rdau.rb +1289 -1294
  62. data/lib/rdf/vocab/rightsstatements.rb +90 -98
  63. data/lib/rdf/vocab/rsa.rb +30 -63
  64. data/lib/rdf/vocab/rss.rb +24 -69
  65. data/lib/rdf/vocab/schema.rb +8430 -18899
  66. data/lib/rdf/vocab/schemas.rb +8430 -18899
  67. data/lib/rdf/vocab/sd.rb +85 -242
  68. data/lib/rdf/vocab/sh.rb +729 -1468
  69. data/lib/rdf/vocab/sioc.rb +416 -820
  70. data/lib/rdf/vocab/siocservices.rb +31 -72
  71. data/lib/rdf/vocab/sioctypes.rb +145 -306
  72. data/lib/rdf/vocab/skos.rb +95 -217
  73. data/lib/rdf/vocab/skosxl.rb +26 -59
  74. data/lib/rdf/vocab/v.rb +199 -493
  75. data/lib/rdf/vocab/vcard.rb +290 -920
  76. data/lib/rdf/vocab/vmd.rb +199 -493
  77. data/lib/rdf/vocab/void.rb +86 -210
  78. data/lib/rdf/vocab/vs.rb +16 -38
  79. data/lib/rdf/vocab/wdrs.rb +43 -136
  80. data/lib/rdf/vocab/wot.rb +95 -176
  81. data/lib/rdf/vocab/xhtml.rb +2 -7
  82. data/lib/rdf/vocab/xhv.rb +122 -463
  83. data/lib/rdf/vocab/xkos.rb +116 -269
  84. data/spec/extensions_spec.rb +1 -1
  85. metadata +45 -25
@@ -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:modified": "2012-06-14".freeze,
65
- "dc:publisher": "http://purl.org/dc/aboutdcmi#DCMI".freeze,
66
- "dc:title": "DCMI Type Vocabulary".freeze
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:description": "A collection is described as a group; its parts may also be separately described.".freeze,
72
- "dc:issued": "2000-07-11".freeze,
73
- "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
74
- isDefinedBy: "dcmitype:".freeze,
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: "rdfs:Class".freeze
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:description": "Examples include lists, tables, and databases. A dataset may be useful for direct machine processing.".freeze,
80
- "dc:issued": "2000-07-11".freeze,
81
- "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
82
- isDefinedBy: "dcmitype:".freeze,
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: "rdfs:Class".freeze
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: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,
88
- "dc:issued": "2000-07-11".freeze,
89
- "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
90
- isDefinedBy: "dcmitype:".freeze,
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: "rdfs:Class".freeze
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: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,
96
- "dc:issued": "2000-07-11".freeze,
97
- "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
98
- isDefinedBy: "dcmitype:".freeze,
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: "rdfs:Class".freeze
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:description": "Examples include forms on Web pages, applets, multimedia learning objects, chat services, or virtual reality environments.".freeze,
104
- "dc:issued": "2000-07-11".freeze,
105
- "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
106
- isDefinedBy: "dcmitype:".freeze,
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: "rdfs:Class".freeze
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: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,
112
- "dc:issued": "2003-11-18".freeze,
113
- "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
114
- isDefinedBy: "dcmitype:".freeze,
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:Image".freeze,
117
- type: "rdfs:Class".freeze
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:description": "Note that digital representations of, or surrogates for, these objects should use Image, Text or one of the other types.".freeze,
121
- "dc:issued": "2002-07-13".freeze,
122
- "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
123
- isDefinedBy: "dcmitype:".freeze,
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: "rdfs:Class".freeze
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:description": "Examples include a photocopying service, a banking service, an authentication service, interlibrary loans, a Z39.50 or Web server.".freeze,
129
- "dc:issued": "2000-07-11".freeze,
130
- "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
131
- isDefinedBy: "dcmitype:".freeze,
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: "rdfs:Class".freeze
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:description": "Examples include a C source file, MS-Windows .exe executable, or Perl script.".freeze,
137
- "dc:issued": "2000-07-11".freeze,
138
- "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
139
- isDefinedBy: "dcmitype:".freeze,
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: "rdfs:Class".freeze
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:description": "Examples include a music playback file format, an audio compact disc, and recorded speech or sounds.".freeze,
145
- "dc:issued": "2000-07-11".freeze,
146
- "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
147
- isDefinedBy: "dcmitype:".freeze,
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: "rdfs:Class".freeze
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: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,
153
- "dc:issued": "2003-11-18".freeze,
154
- "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
155
- isDefinedBy: "dcmitype:".freeze,
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:Image".freeze,
158
- type: "rdfs:Class".freeze
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: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,
162
- "dc:issued": "2000-07-11".freeze,
163
- "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
164
- isDefinedBy: "dcmitype:".freeze,
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: "rdfs:Class".freeze
112
+ type: "http://www.w3.org/2000/01/rdf-schema#Class".freeze
167
113
  end
168
114
  end
@@ -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
- "dc11:contributor": ["Benjamin Zapilko".freeze, "Joachim Wackerow".freeze, "Richard Cyganiak".freeze, "Thomas Bosch".freeze],
243
- "dc11: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],
244
- "dc11: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,
245
- "dc11:title": "DDI-RDF Discovery Vocabulary".freeze,
246
- "owl:versionInfo": "Version 0.6 - 2013-09-30".freeze,
247
- type: "owl:Ontology".freeze
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:Concept".freeze,
255
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
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: "disco:DescriptiveStatistics".freeze,
261
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
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:DCMITypeDataset".freeze, "dcat:Distribution".freeze],
267
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
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: ["owl:Class".freeze, "rdfs:Class".freeze]
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: ["owl:Class".freeze, "rdfs:Class".freeze]
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: ["dcat:Dataset".freeze, "skos:Concept".freeze],
283
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
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: ["owl:Class".freeze, "rdfs:Class".freeze]
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:Concept".freeze,
294
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
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: "disco:Instrument".freeze,
300
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
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:Class".freeze,
307
- unionOf: list("rdfs:Datatype".freeze, "skos:ConceptScheme".freeze, "skos:OrderedCollection".freeze)
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: ["owl:Class".freeze, "rdfs:Class".freeze]
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: ["owl:Class".freeze, "rdfs:Class".freeze]
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: ["owl:Class".freeze, "rdfs:Class".freeze]
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: ["owl:Class".freeze, "rdfs:Class".freeze]
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: "disco:DescriptiveStatistics".freeze,
330
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
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:Concept".freeze,
336
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
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:Concept".freeze,
343
- type: ["owl:Class".freeze, "rdfs:Class".freeze]
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: "disco:LogicalDataSet".freeze,
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: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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:Class".freeze,
357
- unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze, "disco:Variable".freeze)
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: "disco:AnalysisUnit".freeze,
362
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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: "disco:Variable".freeze,
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: "disco:RepresentedVariable".freeze,
369
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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: "disco:DataFile".freeze,
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: "xsd:nonNegativeInteger".freeze,
376
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
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: "disco:Questionnaire".freeze,
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:Concept".freeze,
383
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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: "disco:CategoryStatistics".freeze,
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:langString".freeze,
390
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
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:Class".freeze,
395
- unionOf: list("disco:RepresentedVariable".freeze, "disco:Question".freeze, "disco:Variable".freeze)
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:Concept".freeze,
400
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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: "disco:Mapping".freeze,
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:langString".freeze,
407
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
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: "disco:CategoryStatistics".freeze,
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: "xsd:double".freeze,
414
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
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:Class".freeze,
419
- unionOf: list("disco:Study".freeze, "disco:LogicalDataSet".freeze)
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: "disco:DataFile".freeze,
424
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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:Class".freeze,
429
- unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze)
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:Document".freeze,
434
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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:PeriodOfTime".freeze,
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: "xsd:date".freeze,
441
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
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: "disco:Instrument".freeze,
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:Document".freeze,
448
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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: "disco:CategoryStatistics".freeze,
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: "xsd:nonNegativeInteger".freeze,
455
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
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:Class".freeze,
460
- unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze)
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:Agent".freeze,
465
- subPropertyOf: "dc:contributor".freeze,
466
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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:Agent".freeze,
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:Concept".freeze,
473
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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: "disco:Study".freeze,
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: "disco:StudyGroup".freeze,
480
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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: "disco:Variable".freeze,
487
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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:Class".freeze,
492
- unionOf: list("disco:Study".freeze, "disco:LogicalDataSet".freeze)
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: "disco:Instrument".freeze,
497
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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: "disco:LogicalDataSet".freeze,
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: "xsd:boolean".freeze,
504
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
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:Concept".freeze,
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: "xsd:boolean".freeze,
511
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
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:Class".freeze,
516
- unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze)
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:Concept".freeze,
521
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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: "disco:Mapping".freeze,
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:langString".freeze,
528
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
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: "disco:Mapping".freeze,
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:langString".freeze,
535
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
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: "disco:CategoryStatistics".freeze,
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: "xsd:double".freeze,
542
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
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: "disco:Study".freeze,
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: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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:Class".freeze,
554
- unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze)
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:langString".freeze,
559
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
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:Class".freeze,
564
- unionOf: list("disco:Variable".freeze, "disco:Questionnaire".freeze)
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: "disco:Question".freeze,
569
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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: "disco:Question".freeze,
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:langString".freeze,
576
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
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:Class".freeze,
581
- unionOf: list("disco:RepresentedVariable".freeze, "disco:Variable".freeze, "disco:Question".freeze)
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:Class".freeze,
587
- unionOf: list("skos:ConceptScheme".freeze, "rdfs:Datatype".freeze)
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: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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: "disco:Question".freeze,
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: "disco:Representation".freeze,
596
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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:PeriodOfTime".freeze,
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: "xsd:date".freeze,
603
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
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: "disco:CategoryStatistics".freeze,
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:Concept".freeze,
610
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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: "disco:DescriptiveStatistics".freeze,
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: "disco:DataFile".freeze,
617
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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: "disco:SummaryStatistics".freeze,
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: "disco:Variable".freeze,
624
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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:Class".freeze,
629
- unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze)
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:langString".freeze,
634
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
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: "disco:SummaryStatistics".freeze,
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:Concept".freeze,
641
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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:Class".freeze,
646
- unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze, "disco:RepresentedVariable".freeze, "disco:Variable".freeze, "disco:Question".freeze, "disco:LogicalDataSet".freeze)
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: "disco:Universe".freeze,
651
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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:Class".freeze,
656
- unionOf: list("disco:Study".freeze, "disco:LogicalDataSet".freeze)
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: "disco:Variable".freeze,
661
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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:Class".freeze,
666
- unionOf: list("disco:LogicalDataSet".freeze, "disco:DataFile".freeze)
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: "xsd:nonNegativeInteger".freeze,
671
- type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
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:Class".freeze,
676
- unionOf: list("disco:SummaryStatistics".freeze, "disco:CategoryStatistics".freeze)
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: "disco:Variable".freeze,
681
- type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
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