rdf-vocab 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,8 +29,8 @@ module RDF::Vocab
29
29
  label: "agent identifier".freeze,
30
30
  "owl:disjointWith": "datacite:ResourceIdentifier".freeze,
31
31
  subClassOf: ["datacite:Identifier".freeze, term(
32
- onProperty: "datacite:usesIdentifierScheme".freeze,
33
32
  allValuesFrom: "datacite:AgentIdentifier".freeze,
33
+ onProperty: "datacite:usesIdentifierScheme".freeze,
34
34
  type: "owl:Restriction".freeze
35
35
  )],
36
36
  type: "owl:Class".freeze
@@ -66,8 +66,8 @@ module RDF::Vocab
66
66
  comment: %(An identifier that uniquely identities a funding agency, belonging to a particular scheme such as FundRef specified by an individual within the class datacite:FunderIdentifierScheme.).freeze,
67
67
  label: "funder identifier".freeze,
68
68
  subClassOf: ["datacite:AgentIdentifier".freeze, term(
69
- onProperty: "datacite:usesIdentifierScheme".freeze,
70
69
  allValuesFrom: "datacite:FunderIdentifierScheme".freeze,
70
+ onProperty: "datacite:usesIdentifierScheme".freeze,
71
71
  type: "owl:Restriction".freeze
72
72
  )],
73
73
  type: "owl:Class".freeze
@@ -86,15 +86,15 @@ module RDF::Vocab
86
86
  comment: %(An identifier that uniquely identities an entity – such as a funding agency, a person and a resource – belonging to a particular scheme such as those specified by individuals of the class datacite:IdentifierScheme.).freeze,
87
87
  label: "identifier".freeze,
88
88
  subClassOf: ["http://www.essepuntato.it/2010/06/literalreification/Literal".freeze, term(
89
- "owl:onClass": "datacite:IdentifierScheme".freeze,
90
- onProperty: "datacite:usesIdentifierScheme".freeze,
91
- "owl:qualifiedCardinality": "1".freeze,
92
- type: "owl:Restriction".freeze
93
- ), term(
89
+ cardinality: "1".freeze,
94
90
  onProperty: term(
95
91
  inverseOf: "datacite:hasIdentifier".freeze
96
92
  ),
97
- cardinality: "1".freeze,
93
+ type: "owl:Restriction".freeze
94
+ ), term(
95
+ onProperty: "datacite:usesIdentifierScheme".freeze,
96
+ "owl:onClass": "datacite:IdentifierScheme".freeze,
97
+ "owl:qualifiedCardinality": "1".freeze,
98
98
  type: "owl:Restriction".freeze
99
99
  )],
100
100
  type: "owl:Class".freeze
@@ -120,8 +120,8 @@ In addition, if needed, it is possible to use the dataproperty fabio:hasURL \(no
120
120
  comment: %(An identifier that uniquely identities an individual organization, belonging to a particular identifier scheme such as ISNI specified by an individual within the class datacite:OrganizationIdentifierScheme.).freeze,
121
121
  label: "organization identifier".freeze,
122
122
  subClassOf: ["datacite:AgentIdentifier".freeze, term(
123
- onProperty: "datacite:usesIdentifierScheme".freeze,
124
123
  allValuesFrom: "datacite:OrganizationIdentifier".freeze,
124
+ onProperty: "datacite:usesIdentifierScheme".freeze,
125
125
  type: "owl:Restriction".freeze
126
126
  )],
127
127
  type: "owl:Class".freeze
@@ -140,9 +140,9 @@ In addition, if needed, it is possible to use the dataproperty fabio:hasURL \(no
140
140
  comment: %(An identifier that uniquely identities an individual person, belonging to a particular identifier scheme such as ORCID specified by an individual within the class datacite:PersonalIdentifierScheme.).freeze,
141
141
  label: "personal identifier".freeze,
142
142
  subClassOf: ["datacite:AgentIdentifier".freeze, term(
143
+ allValuesFrom: "datacite:PersonalIdentifierScheme".freeze,
143
144
  onProperty: "datacite:usesIdentifierScheme".freeze,
144
- type: "owl:Restriction".freeze,
145
- allValuesFrom: "datacite:PersonalIdentifierScheme".freeze
145
+ type: "owl:Restriction".freeze
146
146
  )],
147
147
  type: "owl:Class".freeze
148
148
  term :PersonalIdentifierScheme,
@@ -169,9 +169,9 @@ In addition, if needed, it is possible to use the dataproperty fabio:hasURL \(no
169
169
  comment: %(An identifier that is used to uniquely identifies a resource.).freeze,
170
170
  label: "resource identifier".freeze,
171
171
  subClassOf: ["datacite:Identifier".freeze, term(
172
+ allValuesFrom: "datacite:ResourceIdentifierScheme".freeze,
172
173
  onProperty: "datacite:usesIdentifierScheme".freeze,
173
- type: "owl:Restriction".freeze,
174
- allValuesFrom: "datacite:ResourceIdentifierScheme".freeze
174
+ type: "owl:Restriction".freeze
175
175
  )],
176
176
  type: "owl:Class".freeze
177
177
  term :ResourceIdentifierScheme,
@@ -206,23 +206,23 @@ In addition, if needed, it is possible to use the dataproperty fabio:hasURL \(no
206
206
  ),
207
207
  label: "has description".freeze,
208
208
  range: term(
209
- onProperty: "datacite:hasDescriptionType".freeze,
210
209
  cardinality: "1".freeze,
210
+ onProperty: "datacite:hasDescriptionType".freeze,
211
211
  type: "owl:Restriction".freeze
212
212
  ),
213
213
  type: "owl:ObjectProperty".freeze
214
214
  property :hasDescriptionType,
215
215
  comment: %(An object property permitting specification of the type of description used to describe a resource, defined as an individual of the class datacite:DescriptionType from the DataCite controlled list of Abstract, SeriesInformation, TableOfContent and Other.).freeze,
216
216
  domain: term(
217
- onProperty: term(
218
- inverseOf: "datacite:hasDescription".freeze
219
- ),
220
- type: "owl:Restriction".freeze,
221
217
  allValuesFrom: term(
222
218
  onProperty: "datacite:hasIdentifier".freeze,
223
219
  someValuesFrom: "datacite:ResourceIdentifier".freeze,
224
220
  type: "owl:Restriction".freeze
225
- )
221
+ ),
222
+ onProperty: term(
223
+ inverseOf: "datacite:hasDescription".freeze
224
+ ),
225
+ type: "owl:Restriction".freeze
226
226
  ),
227
227
  label: "has description type".freeze,
228
228
  range: "datacite:DescriptionType".freeze,
@@ -11,28 +11,30 @@ module RDF::Vocab
11
11
 
12
12
  # Ontology definition
13
13
  ontology :"http://www.w3.org/ns/dcat#",
14
- comment: [%(DCAT es un vocabulario RDF diseñado para facilitar la interoperabilidad entre catálogo de datos publicados en la Web.
15
- Gracias a utilizar DCAT para describir conjuntos de datos en los catálogo de datos, los editores aumentan el descubrimiento y permiten
16
- que las aplicaciones consuman fácilmente los metadatos de varios catálogos.).freeze, %(DCAT est un vocabulaire développé pour faciliter l'interopérabilité entre les jeux de données publiées sur le Web.
17
- En utilisant DCAT pour décrire les jeux de données dans les catalogues de données, les fournisseurs de données augmentent leur découverte et permettent
18
- que les applications facilement les métadonnées de plusieurs catalogues. Il permet en plus la publication décentralisée des catalogues et facilitent
19
- la recherche fédérée des données entre plusieurs sites. Les métadonnées DCAT aggrégées peuvent servir comme un manifeste pour faciliter la préservation digitale des ressources.
20
- DCAT est définie à l'adresse http://www.w3.org/TR/vocab-dcat/. Une quelconque version de ce document normatif et ce vocabulaire est une erreur dans ce vocabulaire).freeze, %(DCAT is an RDF vocabulary designed to facilitate interoperability between data catalogs published on the Web.
14
+ comment: %(DCAT is an RDF vocabulary designed to facilitate interoperability between data catalogs published on the Web.
21
15
  By using DCAT to describe datasets in data catalogs, publishers increase discoverability and enable
22
16
  applications easily to consume metadata from multiple catalogs. It further enables decentralized
23
17
  publishing of catalogs and facilitates federated dataset search across sites. Aggregated DCAT metadata can
24
18
  serve as a manifest file to facilitate digital preservation.
25
19
  DCAT is defined at http://www.w3.org/TR/vocab-dcat/. Any variance between that normative
26
- document and this schema is an error in this schema.).freeze, %(DCATは、ウェブ上で公開されたデータ・カタログ間の相互運用性の促進を目的とするRDFの語彙です。このドキュメントでは、その利用のために、スキーマを定義し、例を提供します。
27
- データ・カタログ内のデータセットを記述するためにDCATを用いると、公開者が、発見可能性を増加させ、アプリケーションが複数のカタログのメタデータを容易に利用できるようになります。さらに、カタログの分散公開を可能にし、複数のサイトにまたがるデータセットの統合検索を促進します。集約されたDCATメタデータは、ディジタル保存を促進するためのマニフェスト・ファイルとして使用できます。).freeze, %(Το DCAT είναι ένα RDF λεξιλόγιο που σχεδιάσθηκε για να κάνει εφικτή τη διαλειτουργικότητα μεταξύ καταλόγων δεδομένων στον Παγκόσμιο Ιστό.
28
- Χρησιμοποιώντας το DCAT για την περιγραφή συνόλων δεδομένων, οι εκδότες αυτών αυξάνουν την ανακαλυψιμότητα και επιτρέπουν στις εφαρμογές την εύκολη κατανάλωση μεταδεδομένων από πολλαπλούς καταλόγους.
29
- Επιπλέον, δίνει τη δυνατότητα για αποκεντρωμένη έκδοση και διάθεση καταλόγων και επιτρέπει δυνατότητες ενοποιημένης αναζήτησης μεταξύ διαφορετικών πηγών.
30
- Συγκεντρωτικά μεταδεδομένα που έχουν περιγραφεί με το DCAT μπορούν να χρησιμοποιηθούν σαν ένα δηλωτικό αρχείο \(manifest file\) ώστε να διευκολύνουν την ψηφιακή συντήρηση.).freeze, %(هي أنطولوجية تسهل تبادل البيانات بين مختلف الفهارس على الوب. استخدام هذه الأنطولوجية يساعد على اكتشاف قوائم البيانات المنشورة على الوب و يمكن التطبيقات المختلفة من الاستفادة أتوماتيكيا من البيانات المتاحة من مختلف الفهارس.).freeze],
20
+ document and this schema is an error in this schema.).freeze,
31
21
  "dc:contributor": [term(
22
+ "foaf:homepage": "http://makxdekkers.com/".freeze,
23
+ "foaf:name": "Makx Dekkers".freeze,
24
+ "rdfs:seeAlso": "http://makxdekkers.com/makxdekkers.rdf#me".freeze
25
+ ), term(
32
26
  "foaf:homepage": "http://www.asahi-net.or.jp/~ax2s-kmtn/".freeze,
33
27
  "foaf:name": "Shuji Kamitsuna".freeze
28
+ ), term(
29
+ "foaf:homepage": "http://www.w3.org/People/all#phila".freeze,
30
+ "foaf:name": "Phil Archer".freeze,
31
+ "rdfs:seeAlso": "http://philarcher.org/foaf.rdf#me".freeze,
32
+ "schema:affiliation": "http://www.w3.org/data#W3C".freeze
34
33
  ), term(
35
34
  "foaf:name": "Boris Villazón-Terrazas".freeze
35
+ ), term(
36
+ "foaf:name": "Ghislain Auguste Atemezing".freeze,
37
+ "rdfs:seeAlso": "http://www.eurecom.fr/~atemezin/gatemezing-foaf.rdf".freeze
36
38
  ), term(
37
39
  "foaf:name": "Marios Meimaris".freeze
38
40
  ), term(
@@ -40,76 +42,59 @@ module RDF::Vocab
40
42
  ), term(
41
43
  "foaf:name": "Richard Cyganiak".freeze
42
44
  ), term(
43
- "rdfs:seeAlso": "http://makxdekkers.com/makxdekkers.rdf#me".freeze,
44
- "foaf:homepage": "http://makxdekkers.com/".freeze,
45
- "foaf:name": "Makx Dekkers".freeze
46
- ), term(
47
- "rdfs:seeAlso": "http://philarcher.org/foaf.rdf#me".freeze,
48
- "foaf:homepage": "http://www.w3.org/People/all#phila".freeze,
49
- "schema:affiliation": "http://www.w3.org/data#W3C".freeze,
50
- "foaf:name": "Phil Archer".freeze
51
- ), term(
52
- "rdfs:seeAlso": "http://www.eurecom.fr/~atemezin/gatemezing-foaf.rdf".freeze,
53
- "foaf:name": "Ghislain Auguste Atemezing".freeze
45
+ "foaf:name": "Rufus Pollock".freeze,
46
+ "schema:affiliation": term(
47
+ "foaf:homepage": "http://okfn.org".freeze,
48
+ "foaf:name": "Open Knowledge Foundation".freeze
49
+ )
54
50
  ), term(
51
+ "foaf:name": "Vassilios Peristeras".freeze,
55
52
  "schema:affiliation": term(
56
53
  "foaf:homepage": "http://ec.europa.eu/dgs/informatics/".freeze,
57
54
  "foaf:name": "European Commission, DG DIGIT".freeze
58
- ),
59
- "foaf:name": "Vassilios Peristeras".freeze
60
- ), term(
61
- "schema:affiliation": term(
62
- "foaf:homepage": "http://okfn.org".freeze,
63
- "foaf:name": "Open Knowledge Foundation".freeze
64
- ),
65
- "foaf:name": "Rufus Pollock".freeze
55
+ )
66
56
  )],
67
57
  "dc:creator": [term(
68
- "foaf:name": "John Erickson".freeze
58
+ "foaf:name": "Fadi Maali".freeze,
59
+ "rdfs:seeAlso": "http://fadmaa.me/foaf.ttl".freeze
69
60
  ), term(
70
- "rdfs:seeAlso": "http://fadmaa.me/foaf.ttl".freeze,
71
- "foaf:name": "Fadi Maali".freeze
61
+ "foaf:name": "John Erickson".freeze
72
62
  )],
73
63
  "dc:modified": ["2012-04-24".freeze, "2013-09-20".freeze, "2013-11-28".freeze],
74
64
  "foaf:maker": term(
75
65
  "foaf:homepage": "http://www.w3.org/2011/gld/".freeze,
76
66
  "foaf:name": "Government Linked Data WG".freeze
77
67
  ),
78
- label: ["El vocabulario de catálogo de datos".freeze, "Le vocabulaire des jeux de données ".freeze, "The data catalog vocabulary".freeze, "Το λεξιλόγιο των καταλόγων δεδομένων".freeze, "أنطولوجية فهارس قوائم البيانات".freeze, "データ・カタログ語彙(DCAT)".freeze],
68
+ label: "The data catalog vocabulary".freeze,
79
69
  type: ["http://purl.org/vocommons/voaf#Vocabulary".freeze, "owl:Ontology".freeze]
80
70
 
81
71
  # Class definitions
82
72
  term :Catalog,
83
- comment: [%(A curated collection of metadata about datasets).freeze, %(Una colección conservada de metadatos de conjuntos de datos).freeze, %(Une collection élaborée de métadonnées sur les jeux de données).freeze, %(Μια επιμελημένη συλλογή μεταδεδομένων περί συνόλων δεδομένων).freeze, %(مجموعة من توصيفات قوائم البيانات).freeze, %(データ・カタログは、データセットに関するキュレートされたメタデータの集合です。).freeze],
84
- "http://purl.org/vocab/vann/usageNote": ["Normalmente, un catálogo de datos basado en web es representado como una sola instancia de esta clase.".freeze, "Typically, a web-based data catalog is represented as a single instance of this class.".freeze, "Συνήθως, ένας κατάλογος δεδομένων στον Παγκόσμιο Ιστό αναπαρίσταται ως ένα στιγμιότυπο αυτής της κλάσης.".freeze, "通常、ウェブ・ベースのデータ・カタログは、このクラスの1つのインスタンスとして表わされます。".freeze],
73
+ comment: %(A curated collection of metadata about datasets).freeze,
74
+ "http://purl.org/vocab/vann/usageNote": "Typically, a web-based data catalog is represented as a single instance of this class.".freeze,
85
75
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
86
- label: ["Catalog".freeze, "Catalogue".freeze, "Catálogo".freeze, "Κατάλογος".freeze, "فهرس قوائم البيانات".freeze, "カタログ".freeze],
76
+ label: "Catalog".freeze,
87
77
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
88
78
  term :CatalogRecord,
89
- comment: [%(1つのデータセットを記述したデータ・カタログ内のレコード。).freeze, %(A record in a data catalog, describing a single dataset.).freeze, %(Un registre du catalogue ou une entrée du catalogue, décrivant un seul jeu de données).freeze, %(Un registro en un catálogo de datos que describe un solo conjunto de datos.).freeze, %(Μία καταγραφή ενός καταλόγου, η οποία περιγράφει ένα συγκεκριμένο σύνολο δεδομένων.).freeze],
90
- "http://purl.org/vocab/vann/usageNote": ["C'est une classe facultative et tous les catalogues ne l'utiliseront pas. Cette classe existe pour les catalogues\n\t\t\t\t\t\tayant une distinction entre les métadonnées sur le jeu de données et les métadonnées sur une entrée du jeu de données dans le catalogue. ".freeze, "Esta clase es opcional y no todos los catálogos la utilizarán. Esta clase existe para catálogos\n\t\t\t\t\t\tque hacen una distinción entre los metadatos acerca de un conjunto de datos y los metadatos\n\t\t\t\t\t\tacerca de una entrada en ese conjunto de datos en el catálogo. ".freeze, "This class is optional and not all catalogs will use it. It exists for \n catalogs where a distinction is made between metadata about a dataset and \n metadata about the dataset's entry in the catalog. For example, the publication \n date property of the dataset reflects the date when the information was originally \n made available by the publishing agency, while the publication date of the catalog \n record is the date when the dataset was added to the catalog. In cases where both\n dates differ, or where only the latter is known, the publication date should only \n be specified for the catalog record. Notice that the W3C PROV Ontology allows \n describing further provenance information such as the details of the process and the \n agent involved in a particular change to a dataset.".freeze, "Αυτή η κλάση είναι προαιρετική και δεν χρησιμοποιείται από όλους τους καταλόγους. Υπάρχει για τις περιπτώσεις καταλόγων όπου \n\t\t\t\t\t γίνεται διαχωρισμός μεταξύ των μεταδεδομένων για το σύνολο των δεδομένων και των μεταδεδομένων για την καταγραφή του συνόλου δεδομένων εντός του καταλόγου.\n\t\t\t\t\t Για παράδειγμα, η ιδιότητα της ημερομηνίας δημοσίευσης του συνόλου δεδομένων δείχνει την ημερομηνία κατά την οποία οι πληροφορίες έγιναν διαθέσιμες από τον φορέα δημοσίευσης, \n\t\t\t\t\t ενώ η ημερομηνία δημοσίευσης της καταγραφής του καταλόγου δείχνει την ημερομηνία που το σύνολο δεδομένων προστέθηκε στον κατάλογο.\n\t\t\t\t\t Σε περιπτώσεις που οι δύο ημερομηνίες διαφέρουν, ή που μόνο η τελευταία είναι γνωστή, η ημερομηνία δημοσίευσης θα πρέπει να δίνεται για την καταγραφή του καταλόγου. \n\t\t\t\t\t Να σημειωθεί πως η οντολογία W3C PROV επιτρέπει την περιγραφή επιπλέον πληροφοριών ιστορικού όπως λεπτομέρειες για τη διαδικασία και τον δράστη που εμπλέκονται σε μία συγκεκριμένη αλλαγή εντός του συνόλου δεδομένων.".freeze, "このクラスはオプションで、すべてのカタログがそれを用いるとは限りません。これは、データセットに関するメタデータとカタログ内のデータセットのエントリーに関するメタデータとで区別が行われるカタログのために存在しています。例えば、データセットの公開日プロパティーは、公開機関が情報を最初に利用可能とした日付を示しますが、カタログ・レコードの公開日は、データセットがカタログに追加された日付です。両方の日付が異っていたり、後者だけが分かっている場合は、カタログ・レコードに対してのみ公開日を指定すべきです。W3CのPROVオントロジー[prov-o]を用いれば、データセットに対する特定の変更に関連するプロセスやエージェントの詳細などの、さらに詳しい来歴情報の記述が可能となることに注意してください。".freeze],
79
+ comment: %(A record in a data catalog, describing a single dataset.).freeze,
80
+ "http://purl.org/vocab/vann/usageNote": "This class is optional and not all catalogs will use it. It exists for \n catalogs where a distinction is made between metadata about a dataset and \n metadata about the dataset's entry in the catalog. For example, the publication \n date property of the dataset reflects the date when the information was originally \n made available by the publishing agency, while the publication date of the catalog \n record is the date when the dataset was added to the catalog. In cases where both\n dates differ, or where only the latter is known, the publication date should only \n be specified for the catalog record. Notice that the W3C PROV Ontology allows \n describing further provenance information such as the details of the process and the \n agent involved in a particular change to a dataset.".freeze,
91
81
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
92
- label: ["Catalog Record".freeze, "Registre du catalogue".freeze, "Registro de catálogo".freeze, "Καταγραφή καταλόγου".freeze, "سجل".freeze, "カタログ・レコード".freeze],
82
+ label: "Catalog Record".freeze,
93
83
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
94
84
  term :Dataset,
95
- comment: [%(1つのエージェントによって公開またはキュレートされ、1つ以上の形式でアクセスまたはダウンロードできるデータの集合。).freeze, %(A collection of data, published or curated by a single source, and available for access or download in one or more formats).freeze, %(Una colección de datos, publicados o conservados por una única fuente, y disponibles para acceder o descagar en uno o más formatos).freeze, %(Une collection de données, publiée ou élaborée par une seule source, et disponible pour accès ou téléchargement dans un ou plusieurs formats).freeze, %(Μία συλλογή από δεδομένα, δημοσιευμένη ή επιμελημένη από μία και μόνο πηγή, διαθέσιμη δε προς πρόσβαση ή μεταφόρτωση σε μία ή περισσότερες μορφές).freeze, %(قائمة بيانات منشورة أو مجموعة من قبل مصدر ما و متاح الوصول إليها أو تحميلها).freeze],
96
- "http://purl.org/vocab/vann/usageNote": ["Cette classe représente le jeu de données publié par le fournisseur de données. Dans les cas où une distinction est nécessaire entre le jeu de donénes et son \n\t\t\t\t\t entrée dans le catalogue, la classe registre de données peut être utilisée pour ce dernier. ".freeze, "Esta clase representa el conjunto de datos publicado por el editor del conjunto de datos. En los casos donde es necesaria una distinción entre el\n\t\t\t\t\tconjunto de datos y su entrada en el catálogo de datos".freeze, "This class represents the actual dataset as published by the dataset publisher. In \n cases where a distinction between the actual dataset and its entry in the catalog is \n necessary (because metadata such as modification date and maintainer might differ), the \n catalog record class can be used for the latter.".freeze, "Η κλάση αυτή αναπαριστά το σύνολο δεδομένων αυτό καθ'εαυτό, όπως έχει δημοσιευθεί από τον εκδότη.\n Σε περιπτώσεις όπου είναι απαραίτητος ο διαχωρισμός μεταξύ του συνόλου δεδομένων και της καταγραφής αυτού στον κατάλογο (γιατί μεταδεδομένα όπως η ημερομηνία αλλαγής και ο συντηρητής μπορεί να διαφέρουν) \n η κλάση της καταγραφής καταλόγου μπορεί να χρησιμοποιηθεί για το τελευταίο.".freeze, "このクラスは、データセットの公開者が公開する実際のデータセットを表わします。カタログ内の実際のデータセットとそのエントリーとの区別が必要な場合(修正日と維持者などのメタデータが異なるかもしれないので)は、後者にcatalog recordというクラスを使用できます。".freeze],
85
+ comment: %(A collection of data, published or curated by a single source, and available for access or download in one or more formats).freeze,
86
+ "http://purl.org/vocab/vann/usageNote": "This class represents the actual dataset as published by the dataset publisher. In \n cases where a distinction between the actual dataset and its entry in the catalog is \n necessary (because metadata such as modification date and maintainer might differ), the \n catalog record class can be used for the latter.".freeze,
97
87
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
98
- label: ["Conjunto de datos".freeze, "Dataset".freeze, "Jeu de données".freeze, "Σύνολο Δεδομένων".freeze, "قائمة بيانات".freeze, "データセット".freeze],
88
+ label: "Dataset".freeze,
99
89
  subClassOf: "dcmitype:Dataset".freeze,
100
90
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
101
91
  term :Distribution,
102
- comment: [%(Representa una forma disponible y específica a un conjunto de datos. Cada conjunto de datos puede estar disponible en
103
- formas diferentes, estas formas pueden representar formatos diferentes del conjunto de datos o puntos de acceso diferentes.).freeze, %(Represents a specific available form of a dataset. Each dataset might be available in
92
+ comment: %(Represents a specific available form of a dataset. Each dataset might be available in
104
93
  different forms, these forms might represent different formats of the dataset or different
105
- endpoints. Examples of distributions include a downloadable CSV file, an API or an RSS feed).freeze, %(Représente une forme spécifique d'un jeu de données. Caque jeu de données peut être disponible
106
- sous différentes formes, celles-ci pouvant représenter différents formats du jeu de données ou différents endpoint. Des exemples de distribution
107
- sont des fichirs CSV, des API ou des flux RSS.).freeze, %(Αναπαριστά μία συγκεκριμένη διαθέσιμη μορφή ενός συνόλου δεδομένων. Κάθε σύνολο δεδομενων μπορεί να είναι διαθέσιμο σε
108
- διαφορετικές μορφές, οι μορφές αυτές μπορεί να αναπαριστούν διαφορετικές μορφές αρχείων ή διαφορετικά σημεία διάθεσης.
109
- Παραδείγματα διανομών συμπεριλαμβάνουν ένα μεταφορτώσιμο αρχείο μορφής CSV, ένα API ή ένα RSS feed.).freeze, %(شكل محدد لقائمة البيانات يمكن الوصول إليه. قائمة بيانات ما يمكن أن تكون متاحه باشكال و أنواع متعددة. ملف يمكن تحميله أو واجهة برمجية يمكن من خلالها الوصول إلى البيانات هي أمثلة على ذلك.).freeze, %(データセットの特定の利用可能な形式を表わします。各データセットは、異なる形式で利用できることがあり、これらの形式は、データセットの異なる形式や、異なるエンドポイントを表わす可能性があります。配信の例には、ダウンロード可能なCSVファイル、API、RSSフィードが含まれます。).freeze],
110
- "http://purl.org/vocab/vann/usageNote": ["Ceci représente une disponibilité générale du jeu de données, et implique qu'il n'existe pas d'information\n\t\t\t\t\tsur la méthode d'accès réelle des données, par exple, si c'est un lien de téléchargement direct ou à travers une page Web. ".freeze, "Esto representa una disponibilidad general de un conjunto de datos, e implica que no existe información acerca \n del método de acceso real a los datos, i.e., si es un enlace de descarga directa o a través de una página Web.".freeze, "This represents a general availability of a dataset it implies no information about the \n actual access method of the data, i.e. whether it is a direct download, API, or some \n through Web page. The use of dcat:downloadURL property indicates directly downloadable distributions.".freeze, "Αυτό αναπαριστά μία γενική διαθεσιμότητα ενός συνόλου δεδομένων και δεν υπονοεί τίποτα περί του πραγματικού τρόπου πρόσβασης στα δεδομένα, αν είναι άμεσα μεταφορτώσιμα,\n\t\t\t\t\t μέσω API ή μέσω μίας ιστοσελίδας. Η χρήση της ιδιότητας dcat:downloadURL δείχνει μόνο άμεσα μεταφορτώσιμες διανομές.".freeze, "これは、データセットの一般的な利用可能性を表わし、データの実際のアクセス方式に関する情報(つまり、直接ダウンロードなのか、APIなのか、ウェブページを介したものなのか)を意味しません。dcat:downloadURLプロパティーの使用は、直接ダウンロード可能な配信を意味します。".freeze],
94
+ endpoints. Examples of distributions include a downloadable CSV file, an API or an RSS feed).freeze,
95
+ "http://purl.org/vocab/vann/usageNote": "This represents a general availability of a dataset it implies no information about the \n actual access method of the data, i.e. whether it is a direct download, API, or some \n through Web page. The use of dcat:downloadURL property indicates directly downloadable distributions.".freeze,
111
96
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
112
- label: ["Distribución".freeze, "Distribution".freeze, "Distribution".freeze, "Διανομή".freeze, "التوزيع".freeze, "配信".freeze],
97
+ label: "Distribution".freeze,
113
98
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
114
99
  term :Download,
115
100
  comment: %(represents a downloadable distribution of a dataset. This term has been deprecated).freeze,
@@ -135,24 +120,21 @@ module RDF::Vocab
135
120
 
136
121
  # Property definitions
137
122
  property :accessURL,
138
- comment: [%(Ceci peut être tout type d'URL qui donne accès à une distribution du jeu de données. Par exemple, un lien à une page HTML contenant un lien au jeu de données,
139
- un Flux RSS, un point d'accès SPARQL. Utilisez le lorsque votre catalogue ne contient pas d'information sur quoi il est ou quand ce n'est pas téléchargeable.).freeze, %(Could be any kind of URL that gives access to a distribution of the dataset. E.g. landing page,
123
+ comment: %(Could be any kind of URL that gives access to a distribution of the dataset. E.g. landing page,
140
124
  download, feed URL, SPARQL endpoint. Use when your catalog does not have information on which it
141
- is or when it is definitely not a download.).freeze, %(Puede ser cualquier tipo de URL que de acceso a una distribución del conjunto de datos, e.g., página de aterrizaje, descarga,
142
- URL feed, punto de acceso SPARQL. Utilizado cuando su catálogo de datos no tiene información sobre donde está o cuando no se puede descargar).freeze, %(Μπορεί να είναι οποιουδήποτε είδους URL που δίνει πρόσβαση στη διανομή ενός συνόλου δεδομένων. Π.χ. ιστοσελίδα αρχικής πρόσβασης,
143
- μεταφόρτωση, feed URL, σημείο διάθεσης SPARQL. Να χρησιμοποιείται όταν ο κατάλογος δεν περιέχει πληροφορίες εαν πρόκειται ή όχι για μεταφορτώσιμο αρχείο.).freeze, %(أي رابط يتيح الوصول إلى البيانات. إذا كان الرابط هو ربط مباشر لملف يمكن تحميله استخدم الخاصية downloadURL).freeze, %(データセットの配信にアクセス権を与えるランディング・ページ、フィード、SPARQLエンドポイント、その他の種類の資源。).freeze],
125
+ is or when it is definitely not a download.).freeze,
144
126
  domain: "dcat:Distribution".freeze,
145
- "http://purl.org/vocab/vann/usageNote": ["El valor es una URL.\n Si la distribución es accesible solamente través de una página de aterrizaje (i.e., no se conoce una URL de descarga directa),\n entonces el enlance a la página de aterrizaje debe ser duplicado como accessURL sobre la distribución.".freeze, "La valeur est une URL.\n\t\t\t\t\t\tSi la distribution est accessible seulement au travers d'une page d'atterrissage (c-à-dire on n'ignore une URL de téléchargement direct) ,\n\t\t\t\t\t\talors le lien à la page d'atterrissage doit être dupliqué comee accessURL sur la distribution.".freeze, "The value is a URL.\n If the distribution(s) are accessible only through a landing page (i.e. direct download URLs are \n not known), then the landing page link should be duplicated as accessURL on a distribution.".freeze, "Η τιμή είναι ένα URL.\n\t\t\t\t\tΑν η/οι διανομή/ές είναι προσβάσιμη/ες μόνο μέσω μίας ιστοσελίδας αρχικής πρόσβασης (δηλαδή αν δεν υπάρχουν γνωστές διευθύνσεις άμεσης μεταφόρτωσης), τότε ο σύνδεσμος της ιστοσελίδας αρχικής πρόσβασης πρέπει να αναπαραχθεί ως accessURL σε μία διανομή.".freeze, "確実にダウンロードでない場合や、ダウンロードかどうかが不明である場合は、downloadURLではなく、accessURLを用いてください。\nランディング・ページを通じてしか配信にアクセスできない場合(つまり、直接的なダウンロードURLが不明)は、配信におけるaccessURLとしてランディング・ページのリンクをコピーすべきです(SHOULD)。".freeze],
127
+ "http://purl.org/vocab/vann/usageNote": "The value is a URL.\n If the distribution(s) are accessible only through a landing page (i.e. direct download URLs are \n not known), then the landing page link should be duplicated as accessURL on a distribution.".freeze,
146
128
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
147
- label: ["URL d'accès".freeze, "URL de acceso".freeze, "URL πρόσβασης".freeze, "access URL".freeze, "رابط وصول".freeze, "アクセスURL".freeze],
129
+ label: "access URL".freeze,
148
130
  range: "rdfs:Resource".freeze,
149
131
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
150
132
  property :byteSize,
151
- comment: [%(El tamaño de una distribución en bytes).freeze, %(La taille de la distribution en octects).freeze, %(The size of a distribution in bytes.).freeze, %(Το μέγεθος μιας διανομής σε bytes.).freeze, %(الحجم بالبايتات ).freeze, %(バイトによる配信のサイズ。).freeze],
133
+ comment: %(The size of a distribution in bytes.).freeze,
152
134
  domain: "dcat:Distribution".freeze,
153
- "http://purl.org/vocab/vann/usageNote": ["El tamaño en bytes puede ser aproximado cuando no es conocido el tamaño exacto.\n El valor literal de dcat:byteSize debe ser tipado como xsd:decimal".freeze, "La taille en octects peut être approximative lorsque l'on ignore la taille réelle.\n\t\t\t\t\tLa valeur littérale de dcat:byteSize doit être de type xsd:decimal".freeze, "The size in bytes can be approximated when the precise size is not known. \n The literal value of dcat:byteSize should by typed as xsd:decimal".freeze, "Το μέγεθος σε bytes μπορεί να προσεγγιστεί όταν η ακριβής τιμή δεν είναι γνωστή.\n Η τιμή της dcat:byteSize θα πρέπει να δίνεται με τύπο δεδομένων xsd:decimal".freeze, "الحجم يمكن أن يكون تقريبي إذا كان الحجم الدقيق غير معروف".freeze, "正確なサイズが不明である場合、サイズは、バイトによる近似値を示すことができます。".freeze],
135
+ "http://purl.org/vocab/vann/usageNote": "The size in bytes can be approximated when the precise size is not known. \n The literal value of dcat:byteSize should by typed as xsd:decimal".freeze,
154
136
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
155
- label: ["byte size".freeze, "taille en octects".freeze, "tamaño en bytes".freeze, "μέγεθος σε bytes".freeze, "الحجم بالبايت".freeze, "バイト・サイズ".freeze],
137
+ label: "byte size".freeze,
156
138
  range: "rdfs:Literal".freeze,
157
139
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
158
140
  property :bytes,
@@ -164,10 +146,10 @@ module RDF::Vocab
164
146
  range: "xsd:integer".freeze,
165
147
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
166
148
  property :contactPoint,
167
- comment: [%(Enlaza un conjunto de datos a información de contacto relevante utilizando VCard).freeze, %(Links a dataset to relevant contact information which is provided using VCard.).freeze, %(Relie un jeu de données à une information de contact utile en utilisant VCard.).freeze, %(Συνδέει ένα σύνολο δεδομένων με ένα σχετικό σημείο επικοινωνίας, μέσω VCard.).freeze, %(تربط قائمة البيانات بعنوان اتصال موصف باستخدام VCard).freeze, %(データセットを、VCardを用いて提供されている適切な連絡先情報にリンクします。).freeze],
149
+ comment: %(Links a dataset to relevant contact information which is provided using VCard.).freeze,
168
150
  domain: "dcat:Dataset".freeze,
169
151
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
170
- label: ["contact point".freeze, "point de contact".freeze, "punto de contacto".freeze, "σημείο επικοινωνίας".freeze, "عنوان اتصال".freeze, "窓口".freeze],
152
+ label: "contact point".freeze,
171
153
  range: "vcard:Kind".freeze,
172
154
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
173
155
  property :dataDictionary,
@@ -185,30 +167,27 @@ module RDF::Vocab
185
167
  "owl:deprecated": "true".freeze,
186
168
  type: "rdf:Property".freeze
187
169
  property :dataset,
188
- comment: [%(Enlaza un catálogo a un conjunto de datos que es parte de ese catálogo).freeze, %(Links a catalog to a dataset that is part of the catalog.).freeze, %(Relie un catalogue à un jeu de données faisant partie de ce catalogue).freeze, %(Συνδέει έναν κατάλογο με ένα σύνολο δεδομένων το οποίο ανήκει στον εν λόγω κατάλογο.).freeze, %(تربط الفهرس بقائمة بيانات ضمنه).freeze, %(カタログの一部であるデータセット。).freeze],
170
+ comment: %(Links a catalog to a dataset that is part of the catalog.).freeze,
189
171
  domain: "dcat:Catalog".freeze,
190
172
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
191
- label: ["conjunto de datos".freeze, "dataset".freeze, "jeu de données".freeze, "σύνολο δεδομένων".freeze, "قائمة بيانات".freeze, "データセット".freeze],
173
+ label: "dataset".freeze,
192
174
  range: "dcat:Dataset".freeze,
193
175
  subPropertyOf: "dc:hasPart".freeze,
194
176
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
195
177
  property :distribution,
196
- comment: [%(Conecta un conjunto de datos a una de sus distribuciones disponibles).freeze, %(Connecte un jeu de données à des distributions disponibles.).freeze, %(Connects a dataset to one of its available distributions.).freeze, %(Συνδέει ένα σύνολο δεδομένων με μία από τις διαθέσιμες διανομές του.).freeze, %(تربط قائمة البيانات بطريقة أو بشكل يسمح الوصول الى البيانات).freeze, %(データセットを、その利用可能な配信に接続します。).freeze],
178
+ comment: %(Connects a dataset to one of its available distributions.).freeze,
197
179
  domain: "dcat:Dataset".freeze,
198
180
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
199
- label: ["distribución".freeze, "distribution".freeze, "distribution".freeze, "διανομή".freeze, "توزيع".freeze, "データセット配信".freeze],
181
+ label: "distribution".freeze,
200
182
  range: "dcat:Distribution".freeze,
201
183
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
202
184
  property :downloadURL,
203
- comment: [%(Ceci est un lien direct à un fichier téléchargeable en un format donnée. Exple fichier CSV ou RDF. Le format
204
- est décrit par les propriétés de distribution dc:format et/ou dcat:mediaType).freeze, %(Este es un enlace directo a un fichero descargable en un formato dado, e.g., fichero CSV o RDF. El
205
- formato es descrito por las propiedades de la distribución dc:format y/o dcat:mediaType).freeze, %(This is a direct link to a downloadable file in a given format. E.g. CSV file or RDF file. The
206
- format is described by the distribution's dc:format and/or dcat:mediaType).freeze, %(dcat:downloadURLはdcat:accessURLの特定の形式です。しかし、DCATプロファイルが非ダウンロード・ロケーションに対してのみaccessURLを用いる場合には、より強い分離を課すことを望む可能性があるため、この含意を強化しないように、DCATは、dcat:downloadURLをdcat:accessURLのサブプロパティーであると定義しません。).freeze, %(Είναι ένας σύνδεσμος άμεσης μεταφόρτωσης ενός αρχείου σε μια δεδομένη μορφή. Π.χ. ένα αρχείο CSV ή RDF.
207
- Η μορφη αρχείου περιγράφεται από τις ιδιότητες dc:format ή/και dcat:mediaType της διανομής).freeze, %(رابط مباشر لملف يمكن تحميله. نوع الملف يتم توصيفه باستخدام الخاصية dc:format dcat:mediaType ).freeze],
185
+ comment: %(This is a direct link to a downloadable file in a given format. E.g. CSV file or RDF file. The
186
+ format is described by the distribution's dc:format and/or dcat:mediaType).freeze,
208
187
  domain: "dcat:Distribution".freeze,
209
- "http://purl.org/vocab/vann/usageNote": ["La valeur est une URL.".freeze, "TEl valor es una URL.".freeze, "The value is a URL.".freeze, "Η τιμή είναι ένα URL.".freeze],
188
+ "http://purl.org/vocab/vann/usageNote": "The value is a URL.".freeze,
210
189
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
211
- label: ["URL de descarga".freeze, "URL de téléchargement".freeze, "URL μεταφόρτωσης".freeze, "download URL".freeze, "رابط تحميل".freeze, "ダウンロードURL".freeze],
190
+ label: "download URL".freeze,
212
191
  range: "rdfs:Resource".freeze,
213
192
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
214
193
  property :granularity,
@@ -219,39 +198,36 @@ module RDF::Vocab
219
198
  "owl:deprecated": "true".freeze,
220
199
  type: "rdf:Property".freeze
221
200
  property :keyword,
222
- comment: [%(A keyword or tag describing the dataset.).freeze, %(Un mot-clé ou étiquette décrivant un jeu de donnnées.).freeze, %(Una palabra clave o etiqueta que describa al conjunto de datos.).freeze, %(Μία λέξη-κλειδί ή μία ετικέτα που περιγράφει το σύνολο δεδομένων.).freeze, %(كلمة مفتاحيه توصف قائمة البيانات).freeze, %(データセットを記述しているキーワードまたはタグ。).freeze],
201
+ comment: %(A keyword or tag describing the dataset.).freeze,
223
202
  domain: "dcat:Dataset".freeze,
224
203
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
225
- label: ["keyword".freeze, "mot-clés ".freeze, "palabra clave".freeze, "λέξη-κλειδί".freeze, "كلمة مفتاحية ".freeze, "キーワード/タグ".freeze],
204
+ label: "keyword".freeze,
226
205
  range: "rdfs:Literal".freeze,
227
206
  subPropertyOf: "dc:subject".freeze,
228
207
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
229
208
  property :landingPage,
230
- comment: [%(A Web page that can be navigated to in a Web browser to gain access to the dataset, its distributions and/or additional information.).freeze, %(Una página Web que puede ser visitada en un explorador Web para tener acceso al conjunto de datos, sus distribuciones y/o información adicional).freeze, %(Une page Web accessible par un navigateur Web donnant accès au jeu de données, ses distributions et/ou des informations additionnelles.).freeze, %(Μία ιστοσελίδα πλοηγίσιμη μέσω ενός φυλλομετρητή \(Web browser\) που δίνει πρόσβαση στο σύνολο δεδομένων, τις διανομές αυτού ή/και επιπρόσθετες πληροφορίες.).freeze, %(صفحة وب يمكن من خلالها الوصول الى قائمة البيانات أو إلى معلومات إضافية متعلقة بها ).freeze, %(データセット、その配信および(または)追加情報にアクセスするためにウエブ・ブラウザでナビゲートできるウェブページ。).freeze],
209
+ comment: %(A Web page that can be navigated to in a Web browser to gain access to the dataset, its distributions and/or additional information.).freeze,
231
210
  domain: "dcat:Dataset".freeze,
232
- "http://purl.org/vocab/vann/usageNote": ["If the distribution(s) are accessible only through a landing page (i.e. direct download \n URLs are not known), then the landing page link should be duplicated as accessURL on a distribution.".freeze, "Si la distribución es accesible solamente través de una página de aterrizaje (i.e., no se conoce una URL de descarga directa),\n entonces el enlance a la página de aterrizaje debe ser duplicado como accessURL sobre la distribución.".freeze, "Si la distribution est seulement accessible à travers une page d'atterrissage (exple. pas de connaissance d'URLS de téléchargement direct ), alors\n\t\t\t\t\t\tle lien de la page d'atterrissage doit être dupliqué comme accessURL sur la distribution.".freeze, "Αν η/οι διανομή/ές είναι προσβάσιμη/ες μόνο μέσω μίας ιστοσελίδας αρχικής πρόσβασης (δηλαδή αν δεν υπάρχουν γνωστές διευθύνσεις άμεσης μεταφόρτωσης), τότε ο σύνδεσμος της ιστοσελίδας αρχικής πρόσβασης πρέπει να αναπαραχθεί ως accessURL σε μία διανομή.".freeze, "ランディング・ページを通じてしか配信にアクセスできない場合(つまり、直接的なダウンロードURLが不明)には、配信におけるaccessURLとしてランディング・ページのリンクをコピーすべきです(SHOULD)。".freeze],
211
+ "http://purl.org/vocab/vann/usageNote": "If the distribution(s) are accessible only through a landing page (i.e. direct download \n URLs are not known), then the landing page link should be duplicated as accessURL on a distribution.".freeze,
233
212
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
234
- label: ["landing page".freeze, "page d'atterrissage".freeze, "página de aterrizaje".freeze, "ιστοσελίδα αρχικής πρόσβασης".freeze, "صفحة وصول".freeze, "ランディング・ページ".freeze],
213
+ label: "landing page".freeze,
235
214
  range: "foaf:Document".freeze,
236
215
  subPropertyOf: "foaf:page".freeze,
237
216
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
238
217
  property :mediaType,
239
- comment: [%(Cette propriété doit être utilisée quand c'est définit le type de média de la distribution
240
- en IANA, sinon dct:format DOIT être utilisé avec différentes valeurs.).freeze, %(Esta propiedad debe ser usada cuando está definido el tipo de media de la distribución
241
- en IANA, de otra manera dct:format puede ser utilizado con diferentes valores).freeze, %(This property SHOULD be used when the media type of the distribution is defined
242
- in IANA, otherwise dct:format MAY be used with different values.).freeze, %(Η ιδιότητα αυτή ΘΑ ΠΡΕΠΕΙ να χρησιμοποιείται όταν ο τύπος μέσου μίας διανομής είναι ορισμένος στο IANA, αλλιώς
243
- η ιδιότητα dct:format ΔΥΝΑΤΑΙ να χρησιμοποιηθεί με διαφορετικές τιμές.).freeze, %(يجب استخدام هذه الخاصية إذا كان نوع الملف معرف ضمن IANA).freeze, %(このプロパティーは、配信のメディア・タイプがIANAで定義されているときに使用すべきで(SHOULD)、そうでない場合には、dct:formatを様々な値と共に使用できます(MAY)。).freeze],
218
+ comment: %(This property SHOULD be used when the media type of the distribution is defined
219
+ in IANA, otherwise dct:format MAY be used with different values.).freeze,
244
220
  domain: "dcat:Distribution".freeze,
245
221
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
246
- label: ["media type".freeze, "tipo de media".freeze, "type de média".freeze, "τύπος μέσου".freeze, "نوع الميديا".freeze, "メディア・タイプ".freeze],
222
+ label: "media type".freeze,
247
223
  range: "dc:MediaTypeOrExtent".freeze,
248
224
  subPropertyOf: "dc:format".freeze,
249
225
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
250
226
  property :record,
251
- comment: [%(Enlaza un catálogo a sus registros.).freeze, %(Links a catalog to its records.).freeze, %(Relie un catalogue à ses registres).freeze, %(Συνδέει έναν κατάλογο με τις καταγραφές του.).freeze, %(تربط الفهرس بسجل ضمنه).freeze, %(カタログの一部であるカタログ・レコード。).freeze],
227
+ comment: %(Links a catalog to its records.).freeze,
252
228
  domain: "dcat:Catalog".freeze,
253
229
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
254
- label: ["record".freeze, "registre".freeze, "registro".freeze, "καταγραφή".freeze, "سجل".freeze, "カタログ・レコード".freeze],
230
+ label: "record".freeze,
255
231
  range: "dcat:CatalogRecord".freeze,
256
232
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
257
233
  property :size,
@@ -263,19 +239,19 @@ module RDF::Vocab
263
239
  subPropertyOf: "dc:extent".freeze,
264
240
  type: "rdf:Property".freeze
265
241
  property :theme,
266
- comment: [%(La categoría principal del conjunto de datos. Un conjunto de datos puede tener varios temas.).freeze, %(La catégorie principale du jeu de données. Un jeu de données peut avoir plusieurs thèmes.).freeze, %(The main category of the dataset. A dataset can have multiple themes.).freeze, %(Η κύρια κατηγορία του συνόλου δεδομένων. Ένα σύνολο δεδομένων δύναται να έχει πολλαπλά θέματα.).freeze, %(التصنيف الرئيسي لقائمة البيانات. قائمة البيانات يمكن أن تملك أكثر من تصنيف رئيسي واحد.).freeze, %(データセットの主要カテゴリー。データセットは複数のテーマを持つことができます。).freeze],
242
+ comment: %(The main category of the dataset. A dataset can have multiple themes.).freeze,
267
243
  domain: "dcat:Dataset".freeze,
268
- "http://purl.org/vocab/vann/usageNote": ["El conjunto de skos:Concepts utilizados para categorizar el conjunto de datos están organizados en\n un skos:ConceptScheme que describe todas las categorías y sus relaciones en el catálogo".freeze, "The set of skos:Concepts used to categorize the datasets are organized in \n a skos:ConceptScheme describing all the categories and their relations in the catalog.".freeze, "Un ensemble de skos:Concepts utilisés pour catégoriser un jeu de données sont organisés en \n\t\t\t\t\t\tun skos:ConceptScheme décrivqnt toutes les catégories et ses relations dans le catalogue. ".freeze, "Το σετ των skos:Concepts που χρησιμοποιείται για να κατηγοριοποιήσει τα σύνολα δεδομένων είναι οργανωμένο εντός \n ενός skos:ConceptScheme που περιγράφει όλες τις κατηγορίες και τις σχέσεις αυτών στον κατάλογο.".freeze, "データセットを分類するために用いられるskos:Conceptの集合は、カタログのすべてのカテゴリーとそれらの関係を記述しているskos:ConceptSchemeで組織化されます。".freeze],
244
+ "http://purl.org/vocab/vann/usageNote": "The set of skos:Concepts used to categorize the datasets are organized in \n a skos:ConceptScheme describing all the categories and their relations in the catalog.".freeze,
269
245
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
270
- label: ["tema".freeze, "theme".freeze, "thème".freeze, "Θέμα".freeze, "التصنيف".freeze, "テーマ/カテゴリー".freeze],
246
+ label: "theme".freeze,
271
247
  range: "skos:Concept".freeze,
272
248
  subPropertyOf: "dc:subject".freeze,
273
249
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
274
250
  property :themeTaxonomy,
275
- comment: [%(El sistema de organización del conocimiento utilizado para clasificar conjuntos de datos de catálogos.).freeze, %(Le systhème d'ogranisation de connaissances utilisé pour classifier les jeux de données du catalogue.).freeze, %(The knowledge organization system \(KOS\) used to classify catalog's datasets.).freeze, %(Το σύστημα οργάνωσης γνώσης που χρησιμοποιείται για την κατηγοριοποίηση των συνόλων δεδομένων του καταλόγου.).freeze, %(لائحة التصنيفات المستخدمه لتصنيف قوائم البيانات ضمن الفهرس).freeze, %(カタログのデータセットを分類するために用いられる知識組織化体系(KOS;knowledge organization system)。).freeze],
251
+ comment: %(The knowledge organization system \(KOS\) used to classify catalog's datasets.).freeze,
276
252
  domain: "dcat:Catalog".freeze,
277
253
  isDefinedBy: "http://www.w3.org/TR/vocab-dcat/".freeze,
278
- label: ["taxonomie de thèmes".freeze, "taxonomía de temas".freeze, "theme taxonomy".freeze, "Ταξινομία θεματικών κατηγοριών.".freeze, "قائمة التصنيفات".freeze, "テーマ".freeze],
254
+ label: "theme taxonomy".freeze,
279
255
  range: "skos:ConceptScheme".freeze,
280
256
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
281
257
  end
@@ -23,7 +23,7 @@ module RDF::Vocab
23
23
  term :AnalysisUnit,
24
24
  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,
25
25
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
26
- label: ["Analyseeinheit".freeze, "Analysis Unit".freeze],
26
+ label: "Analysis Unit".freeze,
27
27
  subClassOf: "skos:Concept".freeze,
28
28
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
29
29
  term :CategoryStatistics,
@@ -35,23 +35,23 @@ module RDF::Vocab
35
35
  term :DataFile,
36
36
  comment: %(The class DataFile, which is also a dcterms:Dataset, represents all the data files containing the microdata datasets.).freeze,
37
37
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
38
- label: ["Data file".freeze, "Fichier de données".freeze],
38
+ label: "Data file".freeze,
39
39
  subClassOf: ["dcat:Distribution".freeze, "dcmitype:Dataset".freeze],
40
40
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
41
41
  term :DescriptiveStatistics,
42
42
  comment: %(SummaryStatistics pointing to variables and CategoryStatistics pointing to categories and codes are both DescriptiveStatistics.).freeze,
43
43
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
44
- label: ["Descriptive statistics".freeze, "Statistique descriptive".freeze],
44
+ label: "Descriptive statistics".freeze,
45
45
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
46
46
  term :Instrument,
47
47
  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,
48
48
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
49
- label: ["Instrument de collecte".freeze, "Instrument".freeze],
49
+ label: "Instrument".freeze,
50
50
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
51
51
  term :LogicalDataSet,
52
52
  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,
53
53
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
54
- label: ["Ensemble de données".freeze, "LogicalDataSet".freeze],
54
+ label: "LogicalDataSet".freeze,
55
55
  subClassOf: ["dcat:Dataset".freeze, "skos:Concept".freeze],
56
56
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
57
57
  term :Mapping,
@@ -62,13 +62,13 @@ module RDF::Vocab
62
62
  term :Question,
63
63
  comment: %(A Question is designed to get information upon a subject, or sequence of subjects, from a respondent.).freeze,
64
64
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
65
- label: ["Question".freeze, "Question".freeze],
65
+ label: "Question".freeze,
66
66
  subClassOf: "skos:Concept".freeze,
67
67
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
68
68
  term :Questionnaire,
69
69
  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,
70
70
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
71
- label: ["Fragebogen".freeze, "Questionnaire".freeze],
71
+ label: "Questionnaire".freeze,
72
72
  subClassOf: "disco:Instrument".freeze,
73
73
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
74
74
  term :Representation,
@@ -76,24 +76,24 @@ module RDF::Vocab
76
76
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
77
77
  label: "Representation of a variable, question, or variable definition.".freeze,
78
78
  subClassOf: term(
79
- unionOf: list("rdfs:Datatype".freeze, "skos:ConceptScheme".freeze, "skos:OrderedCollection".freeze),
80
- type: "owl:Class".freeze
79
+ type: "owl:Class".freeze,
80
+ unionOf: list("rdfs:Datatype".freeze, "skos:ConceptScheme".freeze, "skos:OrderedCollection".freeze)
81
81
  ),
82
82
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
83
83
  term :RepresentedVariable,
84
84
  comment: %(RepresentedVariables encompasse study-independent, re-usable parts of variables like occupation classification.).freeze,
85
85
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
86
- label: ["Data element".freeze, "Élément de donnée".freeze],
86
+ label: "Data element".freeze,
87
87
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
88
88
  term :Study,
89
89
  comment: %(A Study represents the process by which a data set was generated or collected.).freeze,
90
90
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
91
- label: ["Study".freeze, "Étude".freeze],
91
+ label: "Study".freeze,
92
92
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
93
93
  term :StudyGroup,
94
94
  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,
95
95
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
96
- label: ["Studiengruppe".freeze, "Study Group".freeze],
96
+ label: "Study Group".freeze,
97
97
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
98
98
  term :SummaryStatistics,
99
99
  comment: %(For SummaryStatistics, maximum values, minimum values, and standard deviations can be defined.).freeze,
@@ -104,14 +104,14 @@ module RDF::Vocab
104
104
  term :Universe,
105
105
  comment: %(A Universe is the total membership or population of a defined class of people, objects or events.).freeze,
106
106
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
107
- label: ["Univers".freeze, "Universe".freeze],
107
+ label: "Universe".freeze,
108
108
  subClassOf: "skos:Concept".freeze,
109
109
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
110
110
  term :Variable,
111
111
  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,
112
112
  equivalentClass: "http://semanticscience.org/resource/SIO_000367".freeze,
113
113
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
114
- label: ["Variable".freeze, "Variable".freeze],
114
+ label: "Variable".freeze,
115
115
  subClassOf: "skos:Concept".freeze,
116
116
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
117
117
 
@@ -126,49 +126,49 @@ module RDF::Vocab
126
126
  property :analysisUnit,
127
127
  comment: %(This property links to the analysis unit of a Study, a StudyGroup, or a Variable.).freeze,
128
128
  domain: term(
129
- unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze, "disco:Variable".freeze),
130
- type: "owl:Class".freeze
129
+ type: "owl:Class".freeze,
130
+ unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze, "disco:Variable".freeze)
131
131
  ),
132
132
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
133
- label: ["Analyseeinheit".freeze, "analysis unit".freeze],
133
+ label: "analysis unit".freeze,
134
134
  range: "disco:AnalysisUnit".freeze,
135
135
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
136
136
  property :basedOn,
137
137
  comment: %(This property points to the RepresentedVariable the Variable is based on.).freeze,
138
138
  domain: "disco:Variable".freeze,
139
139
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
140
- label: ["based on".freeze, "utilise l'élément de donnée".freeze],
140
+ label: "based on".freeze,
141
141
  range: "disco:RepresentedVariable".freeze,
142
142
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
143
143
  property :caseQuantity,
144
144
  comment: %(This property is used for representing the case quantity of a DataFile.).freeze,
145
145
  domain: "disco:DataFile".freeze,
146
146
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
147
- label: ["nombre d'observations".freeze, "number of cases".freeze],
147
+ label: "number of cases".freeze,
148
148
  range: "xsd:nonNegativeInteger".freeze,
149
149
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
150
150
  property :collectionMode,
151
151
  comment: %(This property points to the mode of collection of a Questionnaire which is a skos:Concept.).freeze,
152
152
  domain: "disco:Questionnaire".freeze,
153
153
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
154
- label: ["Datenerfassungsmodus".freeze, "collection mode".freeze],
154
+ label: "collection mode".freeze,
155
155
  range: "skos:Concept".freeze,
156
156
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
157
157
  property :computationBase,
158
158
  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,
159
159
  domain: "disco:CategoryStatistics".freeze,
160
160
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
161
- label: ["computation base".freeze, "pourcentage".freeze],
161
+ label: "computation base".freeze,
162
162
  range: "rdf:langString".freeze,
163
163
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
164
164
  property :concept,
165
165
  comment: %(This property points to the DDI concept of a RepresentedVariable, a Variable, or a Question).freeze,
166
166
  domain: term(
167
- unionOf: list("disco:RepresentedVariable".freeze, "disco:Question".freeze, "disco:Variable".freeze),
168
- type: "owl:Class".freeze
167
+ type: "owl:Class".freeze,
168
+ unionOf: list("disco:RepresentedVariable".freeze, "disco:Question".freeze, "disco:Variable".freeze)
169
169
  ),
170
170
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
171
- label: ["a pour concept".freeze, "concept".freeze],
171
+ label: "concept".freeze,
172
172
  range: "skos:Concept".freeze,
173
173
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
174
174
  property :context,
@@ -188,21 +188,21 @@ module RDF::Vocab
188
188
  property :dataFile,
189
189
  comment: %(This property points to the DataFile of a Study or a LogicalDataSet.).freeze,
190
190
  domain: term(
191
- unionOf: list("disco:Study".freeze, "disco:LogicalDataSet".freeze),
192
- type: "owl:Class".freeze
191
+ type: "owl:Class".freeze,
192
+ unionOf: list("disco:Study".freeze, "disco:LogicalDataSet".freeze)
193
193
  ),
194
194
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
195
- label: ["a pour fichier de données".freeze, "data file".freeze],
195
+ label: "data file".freeze,
196
196
  range: "disco:DataFile".freeze,
197
197
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
198
198
  property :ddifile,
199
199
  comment: %(This property points from a Study or a StudyGroup to the original DDI file which is a foaf:Document.).freeze,
200
200
  domain: term(
201
- unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze),
202
- type: "owl:Class".freeze
201
+ type: "owl:Class".freeze,
202
+ unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze)
203
203
  ),
204
204
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
205
- label: ["DDI file".freeze, "DDI-Datei".freeze],
205
+ label: "DDI file".freeze,
206
206
  range: "foaf:Document".freeze,
207
207
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
208
208
  property :endDate,
@@ -216,21 +216,21 @@ module RDF::Vocab
216
216
  comment: %(This property points from an Instrument to a foaf:Document which is the external documentation of the Instrument.).freeze,
217
217
  domain: "disco:Instrument".freeze,
218
218
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
219
- label: ["external documentation".freeze, "externe Dokumentation".freeze],
219
+ label: "external documentation".freeze,
220
220
  range: "foaf:Document".freeze,
221
221
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
222
222
  property :frequency,
223
223
  comment: %(This property is used to describe the frequencies within category statistics. See Sections 6 and 7 more more details and examples.).freeze,
224
224
  domain: "disco:CategoryStatistics".freeze,
225
225
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
226
- label: ["frequency".freeze, "fréquence".freeze],
226
+ label: "frequency".freeze,
227
227
  range: "xsd:nonNegativeInteger".freeze,
228
228
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
229
229
  property :fundedBy,
230
230
  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,
231
231
  domain: term(
232
- unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze),
233
- type: "owl:Class".freeze
232
+ type: "owl:Class".freeze,
233
+ unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze)
234
234
  ),
235
235
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
236
236
  label: "funded by".freeze,
@@ -248,24 +248,24 @@ module RDF::Vocab
248
248
  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,
249
249
  domain: "http://purl.org/linked-data/cube#DataSet".freeze,
250
250
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
251
- label: ["input variable".freeze, "variable en entrée".freeze],
251
+ label: "input variable".freeze,
252
252
  range: "disco:Variable".freeze,
253
253
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
254
254
  property :instrument,
255
255
  comment: %(This property indicates the Instrument of a Study or a LogicalDataSet.).freeze,
256
256
  domain: term(
257
- unionOf: list("disco:Study".freeze, "disco:LogicalDataSet".freeze),
258
- type: "owl:Class".freeze
257
+ type: "owl:Class".freeze,
258
+ unionOf: list("disco:Study".freeze, "disco:LogicalDataSet".freeze)
259
259
  ),
260
260
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
261
- label: ["a comme instrument".freeze, "instrument".freeze],
261
+ label: "instrument".freeze,
262
262
  range: "disco:Instrument".freeze,
263
263
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
264
264
  property :isPublic,
265
265
  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,
266
266
  domain: "disco:LogicalDataSet".freeze,
267
267
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
268
- label: ["is public".freeze, "ist öffentlich".freeze],
268
+ label: "is public".freeze,
269
269
  range: "xsd:boolean".freeze,
270
270
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
271
271
  property :isValid,
@@ -278,8 +278,8 @@ module RDF::Vocab
278
278
  property :kindOfData,
279
279
  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,
280
280
  domain: term(
281
- unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze),
282
- type: "owl:Class".freeze
281
+ type: "owl:Class".freeze,
282
+ unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze)
283
283
  ),
284
284
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
285
285
  label: "kind of data".freeze,
@@ -303,54 +303,54 @@ module RDF::Vocab
303
303
  comment: %(This property is used to describe the percentages within category statistics. See Sections 6 and 7 more more details and examples.).freeze,
304
304
  domain: "disco:CategoryStatistics".freeze,
305
305
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
306
- label: ["percentage".freeze, "pourcentage".freeze],
306
+ label: "percentage".freeze,
307
307
  range: "xsd:double".freeze,
308
308
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
309
309
  property :product,
310
310
  comment: %(This property indicates the LogicalDataSets of a Study.).freeze,
311
311
  domain: "disco:Study".freeze,
312
312
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
313
- label: ["Produkt".freeze, "product".freeze],
313
+ label: "product".freeze,
314
314
  range: "http://purl.org/linked-data/cube#LogicalDataSet".freeze,
315
315
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
316
316
  property :purpose,
317
317
  comment: %(The purpose of a Study of a StudyGroup.).freeze,
318
318
  domain: term(
319
- unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze),
320
- type: "owl:Class".freeze
319
+ type: "owl:Class".freeze,
320
+ unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze)
321
321
  ),
322
322
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
323
- label: ["Grund".freeze, "purpose".freeze],
323
+ label: "purpose".freeze,
324
324
  range: "rdf:langString".freeze,
325
325
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
326
326
  property :question,
327
327
  comment: %(This property indicates the Questions associated to Variables or contained in Questionnaires.).freeze,
328
328
  domain: term(
329
- unionOf: list("disco:Variable".freeze, "disco:Questionnaire".freeze),
330
- type: "owl:Class".freeze
329
+ type: "owl:Class".freeze,
330
+ unionOf: list("disco:Variable".freeze, "disco:Questionnaire".freeze)
331
331
  ),
332
332
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
333
- label: ["a comme question".freeze, "question".freeze],
333
+ label: "question".freeze,
334
334
  range: "disco:Question".freeze,
335
335
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
336
336
  property :questionText,
337
337
  comment: %(This property contains the actual text of a question as string. See Section 8.2 for examples.).freeze,
338
338
  domain: "disco:Question".freeze,
339
339
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
340
- label: ["Fragetext".freeze, "question text".freeze],
340
+ label: "question text".freeze,
341
341
  range: "rdf:langString".freeze,
342
342
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
343
343
  property :representation,
344
344
  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,
345
345
  domain: term(
346
- unionOf: list("disco:RepresentedVariable".freeze, "disco:Variable".freeze, "disco:Question".freeze),
347
- type: "owl:Class".freeze
346
+ type: "owl:Class".freeze,
347
+ unionOf: list("disco:RepresentedVariable".freeze, "disco:Variable".freeze, "disco:Question".freeze)
348
348
  ),
349
349
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
350
- label: ["a pour représentation".freeze, "representation".freeze],
350
+ label: "representation".freeze,
351
351
  range: term(
352
- unionOf: list("skos:ConceptScheme".freeze, "rdfs:Datatype".freeze),
353
- type: "owl:Class".freeze
352
+ type: "owl:Class".freeze,
353
+ unionOf: list("skos:ConceptScheme".freeze, "rdfs:Datatype".freeze)
354
354
  ),
355
355
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
356
356
  property :responseDomain,
@@ -371,31 +371,31 @@ module RDF::Vocab
371
371
  comment: %(This property points to the skos:Concept \(representing codes and categories\) of a specific CategoryStatistics individual.).freeze,
372
372
  domain: "disco:CategoryStatistics".freeze,
373
373
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
374
- label: ["a pour concept statistique".freeze, "statistics category".freeze],
374
+ label: "statistics category".freeze,
375
375
  range: "skos:Concept".freeze,
376
376
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
377
377
  property :statisticsDataFile,
378
378
  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,
379
379
  domain: "disco:DescriptiveStatistics".freeze,
380
380
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
381
- label: ["a pour fichier statistique".freeze, "statistics data file".freeze],
381
+ label: "statistics data file".freeze,
382
382
  range: "disco:DataFile".freeze,
383
383
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
384
384
  property :statisticsVariable,
385
385
  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,
386
386
  domain: "disco:SummaryStatistics".freeze,
387
387
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
388
- label: ["a pour variable statistique".freeze, "statistics variable".freeze],
388
+ label: "statistics variable".freeze,
389
389
  range: "disco:Variable".freeze,
390
390
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
391
391
  property :subtitle,
392
392
  comment: %(The sub-title of a Study of a StudyGroup.).freeze,
393
393
  domain: term(
394
- unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze),
395
- type: "owl:Class".freeze
394
+ type: "owl:Class".freeze,
395
+ unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze)
396
396
  ),
397
397
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
398
- label: ["Untertitel".freeze, "subtitle".freeze],
398
+ label: "subtitle".freeze,
399
399
  range: "rdf:langString".freeze,
400
400
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
401
401
  property :summaryStatisticsType,
@@ -408,28 +408,28 @@ module RDF::Vocab
408
408
  property :universe,
409
409
  comment: %(This property indicates the Universe\(s\) of Studies, StudyGrous, RepresentedVariables, Variables, Questions, and LogicalDataSets.).freeze,
410
410
  domain: term(
411
- unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze, "disco:RepresentedVariable".freeze, "disco:Variable".freeze, "disco:Question".freeze, "disco:LogicalDataSet".freeze),
412
- type: "owl:Class".freeze
411
+ type: "owl:Class".freeze,
412
+ unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze, "disco:RepresentedVariable".freeze, "disco:Variable".freeze, "disco:Question".freeze, "disco:LogicalDataSet".freeze)
413
413
  ),
414
414
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
415
- label: ["a comme univers".freeze, "universe".freeze],
415
+ label: "universe".freeze,
416
416
  range: "disco:Universe".freeze,
417
417
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
418
418
  property :variable,
419
419
  comment: %(This property indicates the Variable of a Study and points to Variable contained in the LogicalDataSet.).freeze,
420
420
  domain: term(
421
- unionOf: list("disco:Study".freeze, "disco:LogicalDataSet".freeze),
422
- type: "owl:Class".freeze
421
+ type: "owl:Class".freeze,
422
+ unionOf: list("disco:Study".freeze, "disco:LogicalDataSet".freeze)
423
423
  ),
424
424
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
425
- label: ["Variable".freeze, "variable".freeze],
425
+ label: "variable".freeze,
426
426
  range: "disco:Variable".freeze,
427
427
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
428
428
  property :variableQuantity,
429
429
  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,
430
430
  domain: term(
431
- unionOf: list("disco:LogicalDataSet".freeze, "disco:DataFile".freeze),
432
- type: "owl:Class".freeze
431
+ type: "owl:Class".freeze,
432
+ unionOf: list("disco:LogicalDataSet".freeze, "disco:DataFile".freeze)
433
433
  ),
434
434
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
435
435
  label: "variable quantity".freeze,
@@ -438,11 +438,11 @@ module RDF::Vocab
438
438
  property :weightedBy,
439
439
  comment: %(SummaryStatistics or CategoryStatistics resources may be weighted by a specific Variable.).freeze,
440
440
  domain: term(
441
- unionOf: list("disco:SummaryStatistics".freeze, "disco:CategoryStatistics".freeze),
442
- type: "owl:Class".freeze
441
+ type: "owl:Class".freeze,
442
+ unionOf: list("disco:SummaryStatistics".freeze, "disco:CategoryStatistics".freeze)
443
443
  ),
444
444
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
445
- label: ["".freeze, "weighted by".freeze],
445
+ label: "weighted by".freeze,
446
446
  range: "disco:Variable".freeze,
447
447
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
448
448
  end