rdf-vocab 0.8.8 → 2.0.0.beta1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rdf/vocab.rb +160 -61
  3. data/lib/rdf/vocab/acl.rb +6 -1
  4. data/lib/rdf/vocab/bibframe.rb +83 -78
  5. data/lib/rdf/vocab/bibo.rb +255 -248
  6. data/lib/rdf/vocab/cc.rb +132 -0
  7. data/lib/rdf/vocab/cert.rb +249 -0
  8. data/lib/rdf/vocab/cnt.rb +23 -18
  9. data/lib/rdf/vocab/crm.rb +12 -7
  10. data/lib/rdf/vocab/datacite.rb +88 -83
  11. data/lib/rdf/vocab/dc.rb +952 -0
  12. data/lib/rdf/vocab/dc11.rb +171 -0
  13. data/lib/rdf/vocab/dcat.rb +218 -0
  14. data/lib/rdf/vocab/dcmitype.rb +80 -75
  15. data/lib/rdf/vocab/doap.rb +341 -0
  16. data/lib/rdf/vocab/dwc.rb +1651 -1646
  17. data/lib/rdf/vocab/ebucore.rb +122 -117
  18. data/lib/rdf/vocab/edm.rb +102 -97
  19. data/lib/rdf/vocab/exif.rb +945 -0
  20. data/lib/rdf/vocab/extensions.rb +1 -0
  21. data/lib/rdf/vocab/fcrepo4.rb +62 -57
  22. data/lib/rdf/vocab/foaf.rb +618 -0
  23. data/lib/rdf/vocab/geo.rb +161 -0
  24. data/lib/rdf/vocab/geonames.rb +2742 -2737
  25. data/lib/rdf/vocab/gr.rb +1505 -0
  26. data/lib/rdf/vocab/ht.rb +240 -0
  27. data/lib/rdf/vocab/hydra.rb +96 -91
  28. data/lib/rdf/vocab/iana.rb +5 -0
  29. data/lib/rdf/vocab/ical.rb +532 -0
  30. data/lib/rdf/vocab/identifiers.rb +203 -182
  31. data/lib/rdf/vocab/iiif.rb +51 -26
  32. data/lib/rdf/vocab/jsonld.rb +15 -10
  33. data/lib/rdf/vocab/ldp.rb +66 -61
  34. data/lib/rdf/vocab/lrmi.rb +68 -63
  35. data/lib/rdf/vocab/ma.rb +517 -0
  36. data/lib/rdf/vocab/mads.rb +448 -206
  37. data/lib/rdf/vocab/marc_relators.rb +1240 -1235
  38. data/lib/rdf/vocab/mo.rb +2416 -0
  39. data/lib/rdf/vocab/mods.rb +17 -12
  40. data/lib/rdf/vocab/nfo.rb +65 -60
  41. data/lib/rdf/vocab/oa.rb +91 -86
  42. data/lib/rdf/vocab/og.rb +226 -0
  43. data/lib/rdf/vocab/ogc.rb +62 -0
  44. data/lib/rdf/vocab/ore.rb +24 -19
  45. data/lib/rdf/vocab/org.rb +83 -78
  46. data/lib/rdf/vocab/pplan.rb +54 -49
  47. data/lib/rdf/vocab/premis.rb +470 -465
  48. data/lib/rdf/vocab/premis_event_type.rb +85 -80
  49. data/lib/rdf/vocab/prov.rb +1554 -0
  50. data/lib/rdf/vocab/ptr.rb +5 -0
  51. data/lib/rdf/vocab/rsa.rb +76 -0
  52. data/lib/rdf/vocab/rss.rb +70 -0
  53. data/lib/rdf/vocab/schema.rb +10765 -0
  54. data/lib/rdf/vocab/sioc.rb +673 -0
  55. data/lib/rdf/vocab/sioc_services.rb +27 -22
  56. data/lib/rdf/vocab/skos.rb +242 -0
  57. data/lib/rdf/vocab/skosxl.rb +61 -0
  58. data/lib/rdf/vocab/v.rb +387 -0
  59. data/lib/rdf/vocab/vcard.rb +845 -0
  60. data/lib/rdf/vocab/version.rb +1 -0
  61. data/lib/rdf/vocab/vmd.rb +387 -0
  62. data/lib/rdf/vocab/void.rb +190 -0
  63. data/lib/rdf/vocab/vs.rb +32 -0
  64. data/lib/rdf/vocab/wdrs.rb +138 -0
  65. data/lib/rdf/vocab/wot.rb +171 -0
  66. data/lib/rdf/vocab/xhtml.rb +12 -0
  67. data/lib/rdf/vocab/xhv.rb +509 -0
  68. data/spec/spec_helper.rb +1 -0
  69. data/spec/vocab_spec.rb +1 -0
  70. metadata +76 -33
  71. data/lib/rdf/vocab/disco.rb +0 -369
@@ -0,0 +1,171 @@
1
+ # -*- encoding: utf-8 -*-
2
+ # frozen_string_literal: true
3
+ # This file generated automatically using vocab-fetch from http://purl.org/dc/elements/1.1/
4
+ require 'rdf'
5
+ module RDF::Vocab
6
+ # @!parse
7
+ # # Vocabulary for <http://purl.org/dc/elements/1.1/>
8
+ # class DC11 < RDF::StrictVocabulary
9
+ # end
10
+ class DC11 < RDF::StrictVocabulary("http://purl.org/dc/elements/1.1/")
11
+
12
+ # Property definitions
13
+ property :contributor,
14
+ comment: %(An entity responsible for making contributions to the resource.).freeze,
15
+ :"dc:description" => %(Examples of a Contributor include a person, an organization, or a service. Typically, the name of a Contributor should be used to indicate the entity.).freeze,
16
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#contributor-006).freeze,
17
+ :"dc:issued" => %(1999-07-02).freeze,
18
+ :"dc:modified" => %(2008-01-14).freeze,
19
+ label: "Contributor".freeze,
20
+ :"rdfs:isDefinedBy" => %(dc11:).freeze,
21
+ :"skos:note" => %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
22
+ type: "rdf:Property".freeze
23
+ property :coverage,
24
+ comment: %(The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.).freeze,
25
+ :"dc:description" => %(Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended best practice is to use a controlled vocabulary such as the Thesaurus of Geographic Names [TGN]. Where appropriate, named places or time periods can be used in preference to numeric identifiers such as sets of coordinates or date ranges.).freeze,
26
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#coverage-006).freeze,
27
+ :"dc:issued" => %(1999-07-02).freeze,
28
+ :"dc:modified" => %(2008-01-14).freeze,
29
+ label: "Coverage".freeze,
30
+ :"rdfs:isDefinedBy" => %(dc11:).freeze,
31
+ :"skos:note" => %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
32
+ type: "rdf:Property".freeze
33
+ property :creator,
34
+ comment: %(An entity primarily responsible for making the resource.).freeze,
35
+ :"dc:description" => %(Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity.).freeze,
36
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#creator-006).freeze,
37
+ :"dc:issued" => %(1999-07-02).freeze,
38
+ :"dc:modified" => %(2008-01-14).freeze,
39
+ label: "Creator".freeze,
40
+ :"rdfs:isDefinedBy" => %(dc11:).freeze,
41
+ :"skos:note" => %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
42
+ type: "rdf:Property".freeze
43
+ property :date,
44
+ comment: %(A point or period of time associated with an event in the lifecycle of the resource.).freeze,
45
+ :"dc:description" => %(Date may be used to express temporal information at any level of granularity. Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 [W3CDTF].).freeze,
46
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#date-006).freeze,
47
+ :"dc:issued" => %(1999-07-02).freeze,
48
+ :"dc:modified" => %(2008-01-14).freeze,
49
+ label: "Date".freeze,
50
+ :"rdfs:isDefinedBy" => %(dc11:).freeze,
51
+ :"skos:note" => %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
52
+ type: "rdf:Property".freeze
53
+ property :description,
54
+ comment: %(An account of the resource.).freeze,
55
+ :"dc:description" => %(Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.).freeze,
56
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#description-006).freeze,
57
+ :"dc:issued" => %(1999-07-02).freeze,
58
+ :"dc:modified" => %(2008-01-14).freeze,
59
+ label: "Description".freeze,
60
+ :"rdfs:isDefinedBy" => %(dc11:).freeze,
61
+ :"skos:note" => %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
62
+ type: "rdf:Property".freeze
63
+ property :format,
64
+ comment: %(The file format, physical medium, or dimensions of the resource.).freeze,
65
+ :"dc:description" => %(Examples of dimensions include size and duration. Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types [MIME].).freeze,
66
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#format-007).freeze,
67
+ :"dc:issued" => %(1999-07-02).freeze,
68
+ :"dc:modified" => %(2008-01-14).freeze,
69
+ label: "Format".freeze,
70
+ :"rdfs:isDefinedBy" => %(dc11:).freeze,
71
+ :"skos:note" => %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
72
+ type: "rdf:Property".freeze
73
+ property :identifier,
74
+ comment: %(An unambiguous reference to the resource within a given context.).freeze,
75
+ :"dc:description" => %(Recommended best practice is to identify the resource by means of a string conforming to a formal identification system. ).freeze,
76
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#identifier-006).freeze,
77
+ :"dc:issued" => %(1999-07-02).freeze,
78
+ :"dc:modified" => %(2008-01-14).freeze,
79
+ label: "Identifier".freeze,
80
+ :"rdfs:isDefinedBy" => %(dc11:).freeze,
81
+ :"skos:note" => %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
82
+ type: "rdf:Property".freeze
83
+ property :language,
84
+ comment: %(A language of the resource.).freeze,
85
+ :"dc:description" => %(Recommended best practice is to use a controlled vocabulary such as RFC 4646 [RFC4646].).freeze,
86
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#language-007).freeze,
87
+ :"dc:issued" => %(1999-07-02).freeze,
88
+ :"dc:modified" => %(2008-01-14).freeze,
89
+ label: "Language".freeze,
90
+ :"rdfs:isDefinedBy" => %(dc11:).freeze,
91
+ :"rdfs:seeAlso" => %(http://www.ietf.org/rfc/rfc4646.txt).freeze,
92
+ :"skos:note" => %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
93
+ type: "rdf:Property".freeze
94
+ property :publisher,
95
+ comment: %(An entity responsible for making the resource available.).freeze,
96
+ :"dc:description" => %(Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity.).freeze,
97
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#publisher-006).freeze,
98
+ :"dc:issued" => %(1999-07-02).freeze,
99
+ :"dc:modified" => %(2008-01-14).freeze,
100
+ label: "Publisher".freeze,
101
+ :"rdfs:isDefinedBy" => %(dc11:).freeze,
102
+ :"skos:note" => %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
103
+ type: "rdf:Property".freeze
104
+ property :relation,
105
+ comment: %(A related resource.).freeze,
106
+ :"dc:description" => %(Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system. ).freeze,
107
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#relation-006).freeze,
108
+ :"dc:issued" => %(1999-07-02).freeze,
109
+ :"dc:modified" => %(2008-01-14).freeze,
110
+ label: "Relation".freeze,
111
+ :"rdfs:isDefinedBy" => %(dc11:).freeze,
112
+ :"skos:note" => %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
113
+ type: "rdf:Property".freeze
114
+ property :rights,
115
+ comment: %(Information about rights held in and over the resource.).freeze,
116
+ :"dc:description" => %(Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.).freeze,
117
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#rights-006).freeze,
118
+ :"dc:issued" => %(1999-07-02).freeze,
119
+ :"dc:modified" => %(2008-01-14).freeze,
120
+ label: "Rights".freeze,
121
+ :"rdfs:isDefinedBy" => %(dc11:).freeze,
122
+ :"skos:note" => %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
123
+ type: "rdf:Property".freeze
124
+ property :source,
125
+ comment: %(A related resource from which the described resource is derived.).freeze,
126
+ :"dc:description" => %(The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system.).freeze,
127
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#source-006).freeze,
128
+ :"dc:issued" => %(1999-07-02).freeze,
129
+ :"dc:modified" => %(2008-01-14).freeze,
130
+ label: "Source".freeze,
131
+ :"rdfs:isDefinedBy" => %(dc11:).freeze,
132
+ :"skos:note" => %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
133
+ type: "rdf:Property".freeze
134
+ property :subject,
135
+ comment: %(The topic of the resource.).freeze,
136
+ :"dc:description" => %(Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary.).freeze,
137
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#subject-007).freeze,
138
+ :"dc:issued" => %(1999-07-02).freeze,
139
+ :"dc:modified" => %(2012-06-14).freeze,
140
+ label: "Subject".freeze,
141
+ :"rdfs:isDefinedBy" => %(dc11:).freeze,
142
+ :"skos:note" => %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
143
+ type: "rdf:Property".freeze
144
+ property :title,
145
+ comment: %(A name given to the resource.).freeze,
146
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#title-006).freeze,
147
+ :"dc:issued" => %(1999-07-02).freeze,
148
+ :"dc:modified" => %(2008-01-14).freeze,
149
+ label: "Title".freeze,
150
+ :"rdfs:isDefinedBy" => %(dc11:).freeze,
151
+ :"skos:note" => %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
152
+ type: "rdf:Property".freeze
153
+ property :type,
154
+ comment: %(The nature or genre of the resource.).freeze,
155
+ :"dc:description" => %(Recommended best practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMITYPE]. To describe the file format, physical medium, or dimensions of the resource, use the Format element.).freeze,
156
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#type-006).freeze,
157
+ :"dc:issued" => %(1999-07-02).freeze,
158
+ :"dc:modified" => %(2008-01-14).freeze,
159
+ label: "Type".freeze,
160
+ :"rdfs:isDefinedBy" => %(dc11:).freeze,
161
+ :"skos:note" => %(A second property with the same name as this property has been declared in the dcterms: namespace \(http://purl.org/dc/terms/\). See the Introduction to the document "DCMI Metadata Terms" \(http://dublincore.org/documents/dcmi-terms/\) for an explanation.).freeze,
162
+ type: "rdf:Property".freeze
163
+
164
+ # Extra definitions
165
+ term :"",
166
+ :"dc:modified" => %(2012-06-14).freeze,
167
+ :"dc:publisher" => %(http://purl.org/dc/aboutdcmi#DCMI).freeze,
168
+ :"dc:title" => %(Dublin Core Metadata Element Set, Version 1.1).freeze,
169
+ label: "".freeze
170
+ end
171
+ end
@@ -0,0 +1,218 @@
1
+ # -*- encoding: utf-8 -*-
2
+ # frozen_string_literal: true
3
+ # This file generated automatically using vocab-fetch from http://www.w3.org/ns/dcat#
4
+ require 'rdf'
5
+ module RDF::Vocab
6
+ # @!parse
7
+ # # Vocabulary for <http://www.w3.org/ns/dcat#>
8
+ # class DCAT < RDF::StrictVocabulary
9
+ # end
10
+ class DCAT < RDF::StrictVocabulary("http://www.w3.org/ns/dcat#")
11
+
12
+ # Class definitions
13
+ term :Catalog,
14
+ comment: %(A curated collection of metadata about datasets).freeze,
15
+ :"http://purl.org/vocab/vann/usageNote" => %(Typically, a web-based data catalog is represented as a single instance of this class.).freeze,
16
+ label: "Catalog".freeze,
17
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
18
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
19
+ term :CatalogRecord,
20
+ comment: %(A record in a data catalog, describing a single dataset.).freeze,
21
+ :"http://purl.org/vocab/vann/usageNote" => %(This class is optional and not all catalogs will use it. It exists for
22
+ catalogs where a distinction is made between metadata about a dataset and
23
+ metadata about the dataset's entry in the catalog. For example, the publication
24
+ date property of the dataset reflects the date when the information was originally
25
+ made available by the publishing agency, while the publication date of the catalog
26
+ record is the date when the dataset was added to the catalog. In cases where both
27
+ dates differ, or where only the latter is known, the publication date should only
28
+ be specified for the catalog record. Notice that the W3C PROV Ontology allows
29
+ describing further provenance information such as the details of the process and the
30
+ agent involved in a particular change to a dataset.).freeze,
31
+ label: "Catalog Record".freeze,
32
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
33
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
34
+ term :Dataset,
35
+ comment: %(A collection of data, published or curated by a single source, and available for access or download in one or more formats).freeze,
36
+ :"http://purl.org/vocab/vann/usageNote" => %(This class represents the actual dataset as published by the dataset publisher. In
37
+ cases where a distinction between the actual dataset and its entry in the catalog is
38
+ necessary \(because metadata such as modification date and maintainer might differ\), the
39
+ catalog record class can be used for the latter.).freeze,
40
+ label: "Dataset".freeze,
41
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
42
+ subClassOf: "dcmitype:Dataset".freeze,
43
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
44
+ term :Distribution,
45
+ comment: %(Represents a specific available form of a dataset. Each dataset might be available in
46
+ different forms, these forms might represent different formats of the dataset or different
47
+ endpoints. Examples of distributions include a downloadable CSV file, an API or an RSS feed).freeze,
48
+ :"http://purl.org/vocab/vann/usageNote" => %(This represents a general availability of a dataset it implies no information about the
49
+ actual access method of the data, i.e. whether it is a direct download, API, or some
50
+ through Web page. The use of dcat:downloadURL property indicates directly downloadable distributions.).freeze,
51
+ label: "Distribution".freeze,
52
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
53
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
54
+ term :Download,
55
+ comment: %(represents a downloadable distribution of a dataset. This term has been deprecated).freeze,
56
+ label: "Download (Deprecated)".freeze,
57
+ :"owl:deprecated" => %(true).freeze,
58
+ :"rdfs:isDefinedBy" => %(dcat:).freeze,
59
+ subClassOf: "dcat:Distribution".freeze,
60
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
61
+ term :Feed,
62
+ comment: %(represents availability of a dataset as a feed. This term has been deprecated).freeze,
63
+ label: "Feed (Deprecated)".freeze,
64
+ :"owl:deprecated" => %(true).freeze,
65
+ :"rdfs:isDefinedBy" => %(dcat:).freeze,
66
+ subClassOf: "dcat:Distribution".freeze,
67
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
68
+ term :WebService,
69
+ comment: %(represents a web service that enables access to the data of a dataset. This term has been deprecated).freeze,
70
+ label: "Web Service (Deprecated)".freeze,
71
+ :"owl:deprecated" => %(true).freeze,
72
+ :"rdfs:isDefinedBy" => %(dcat:).freeze,
73
+ subClassOf: "dcat:Distribution".freeze,
74
+ type: ["owl:Class".freeze, "rdfs:Class".freeze]
75
+
76
+ # Property definitions
77
+ property :accessURL,
78
+ comment: %(Could be any kind of URL that gives access to a distribution of the dataset. E.g. landing page,
79
+ download, feed URL, SPARQL endpoint. Use when your catalog does not have information on which it
80
+ is or when it is definitely not a download.).freeze,
81
+ domain: "dcat:Distribution".freeze,
82
+ :"http://purl.org/vocab/vann/usageNote" => %(The value is a URL.
83
+ If the distribution\(s\) are accessible only through a landing page \(i.e. direct download URLs are
84
+ not known\), then the landing page link should be duplicated as accessURL on a distribution.).freeze,
85
+ label: "access URL".freeze,
86
+ range: "rdfs:Resource".freeze,
87
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
88
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
89
+ property :byteSize,
90
+ comment: %(The size of a distribution in bytes.).freeze,
91
+ domain: "dcat:Distribution".freeze,
92
+ :"http://purl.org/vocab/vann/usageNote" => %(The size in bytes can be approximated when the precise size is not known.
93
+ The literal value of dcat:byteSize should by typed as xsd:decimal).freeze,
94
+ label: "byte size".freeze,
95
+ range: "rdfs:Literal".freeze,
96
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
97
+ type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
98
+ property :bytes,
99
+ comment: %(describe size of resource in bytes. This term has been deprecated).freeze,
100
+ domain: "dcat:Distribution".freeze,
101
+ label: "size in bytes (Deprecated)".freeze,
102
+ :"owl:deprecated" => %(true).freeze,
103
+ range: "xsd:integer".freeze,
104
+ :"rdfs:isDefinedBy" => %(dcat:).freeze,
105
+ type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
106
+ property :contactPoint,
107
+ comment: %(Links a dataset to relevant contact information which is provided using VCard.).freeze,
108
+ domain: "dcat:Dataset".freeze,
109
+ label: "contact point".freeze,
110
+ range: "vcard:Kind".freeze,
111
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
112
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
113
+ property :dataDictionary,
114
+ comment: %(links a dataset to a dictionary that helps interpreting the data. This term has been deprecated).freeze,
115
+ domain: "dcat:Dataset".freeze,
116
+ label: "data dictionary (Deprecated)".freeze,
117
+ :"owl:deprecated" => %(true).freeze,
118
+ :"rdfs:isDefinedBy" => %(dcat:).freeze,
119
+ type: "rdf:Property".freeze
120
+ property :dataQuality,
121
+ comment: %(describes the quality of data e.g. precision. This should not be used to describe the data collection characteristics, other more specialized statistical properties can be used instead. This term has been deprecated).freeze,
122
+ domain: "dcat:Dataset".freeze,
123
+ label: "data quality (Deprecated)".freeze,
124
+ :"owl:deprecated" => %(true).freeze,
125
+ :"rdfs:isDefinedBy" => %(dcat:).freeze,
126
+ type: "rdf:Property".freeze
127
+ property :dataset,
128
+ comment: %(Links a catalog to a dataset that is part of the catalog.).freeze,
129
+ domain: "dcat:Catalog".freeze,
130
+ label: "dataset".freeze,
131
+ range: "dcat:Dataset".freeze,
132
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
133
+ subPropertyOf: "dc:hasPart".freeze,
134
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
135
+ property :distribution,
136
+ comment: %(Connects a dataset to one of its available distributions.).freeze,
137
+ domain: "dcat:Dataset".freeze,
138
+ label: "distribution".freeze,
139
+ range: "dcat:Distribution".freeze,
140
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
141
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
142
+ property :downloadURL,
143
+ comment: %(This is a direct link to a downloadable file in a given format. E.g. CSV file or RDF file. The
144
+ format is described by the distribution's dc:format and/or dcat:mediaType).freeze,
145
+ domain: "dcat:Distribution".freeze,
146
+ :"http://purl.org/vocab/vann/usageNote" => %(The value is a URL.).freeze,
147
+ label: "download URL".freeze,
148
+ range: "rdfs:Resource".freeze,
149
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
150
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
151
+ property :granularity,
152
+ comment: %(describes the level of granularity of data in a dataset. The granularity can be in time, place etc. This term has been deprecated).freeze,
153
+ domain: "dcat:Dataset".freeze,
154
+ label: "granularity (Deprecated)".freeze,
155
+ :"owl:deprecated" => %(true).freeze,
156
+ :"rdfs:isDefinedBy" => %(dcat:).freeze,
157
+ type: "rdf:Property".freeze
158
+ property :keyword,
159
+ comment: %(A keyword or tag describing the dataset.).freeze,
160
+ domain: "dcat:Dataset".freeze,
161
+ label: "keyword".freeze,
162
+ range: "rdfs:Literal".freeze,
163
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
164
+ subPropertyOf: "dc:subject".freeze,
165
+ type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
166
+ property :landingPage,
167
+ 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,
168
+ domain: "dcat:Dataset".freeze,
169
+ :"http://purl.org/vocab/vann/usageNote" => %(If the distribution\(s\) are accessible only through a landing page \(i.e. direct download
170
+ URLs are not known\), then the landing page link should be duplicated as accessURL on a distribution.).freeze,
171
+ label: "landing page".freeze,
172
+ range: "foaf:Document".freeze,
173
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
174
+ subPropertyOf: "foaf:page".freeze,
175
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
176
+ property :mediaType,
177
+ comment: %(This property SHOULD be used when the media type of the distribution is defined
178
+ in IANA, otherwise dct:format MAY be used with different values.).freeze,
179
+ domain: "dcat:Distribution".freeze,
180
+ label: "media type".freeze,
181
+ range: "dc:MediaTypeOrExtent".freeze,
182
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
183
+ subPropertyOf: "dc:format".freeze,
184
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
185
+ property :record,
186
+ comment: %(Links a catalog to its records.).freeze,
187
+ domain: "dcat:Catalog".freeze,
188
+ label: "record".freeze,
189
+ range: "dcat:CatalogRecord".freeze,
190
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
191
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
192
+ property :size,
193
+ comment: %(the size of a distribution. This term has been deprecated).freeze,
194
+ domain: "dcat:Distribution".freeze,
195
+ label: "size (Deprecated)".freeze,
196
+ :"owl:deprecated" => %(true).freeze,
197
+ :"rdfs:isDefinedBy" => %(dcat:).freeze,
198
+ subPropertyOf: "dc:extent".freeze,
199
+ type: "rdf:Property".freeze
200
+ property :theme,
201
+ comment: %(The main category of the dataset. A dataset can have multiple themes.).freeze,
202
+ domain: "dcat:Dataset".freeze,
203
+ :"http://purl.org/vocab/vann/usageNote" => %(The set of skos:Concepts used to categorize the datasets are organized in
204
+ a skos:ConceptScheme describing all the categories and their relations in the catalog.).freeze,
205
+ label: "theme".freeze,
206
+ range: "skos:Concept".freeze,
207
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
208
+ subPropertyOf: "dc:subject".freeze,
209
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
210
+ property :themeTaxonomy,
211
+ comment: %(The knowledge organization system \(KOS\) used to classify catalog's datasets.).freeze,
212
+ domain: "dcat:Catalog".freeze,
213
+ label: "theme taxonomy".freeze,
214
+ range: "skos:ConceptScheme".freeze,
215
+ :"rdfs:isDefinedBy" => %(http://www.w3.org/TR/vocab-dcat/).freeze,
216
+ type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
217
+ end
218
+ end
@@ -1,138 +1,143 @@
1
1
  # -*- encoding: utf-8 -*-
2
+ # frozen_string_literal: true
2
3
  # This file generated automatically using vocab-fetch from http://purl.org/dc/dcmitype/
3
4
  require 'rdf'
4
5
  module RDF::Vocab
6
+ # @!parse
7
+ # # Vocabulary for <http://purl.org/dc/dcmitype/>
8
+ # class DCMIType < RDF::StrictVocabulary
9
+ # end
5
10
  class DCMIType < RDF::StrictVocabulary("http://purl.org/dc/dcmitype/")
6
11
 
7
12
  # Class definitions
8
13
  term :Collection,
9
14
  comment: %(An aggregation of resources.).freeze,
10
- "dc:description" => %(A collection is described as a group; its parts may also be separately described.).freeze,
11
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#Collection-003).freeze,
12
- "dc:issued" => %(2000-07-11).freeze,
13
- "dc:modified" => %(2008-01-14).freeze,
14
- "http://purl.org/dc/dcam/memberOf" => %(dc:DCMIType).freeze,
15
+ :"dc:description" => %(A collection is described as a group; its parts may also be separately described.).freeze,
16
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#Collection-003).freeze,
17
+ :"dc:issued" => %(2000-07-11).freeze,
18
+ :"dc:modified" => %(2008-01-14).freeze,
19
+ :"http://purl.org/dc/dcam/memberOf" => %(dc:DCMIType).freeze,
15
20
  label: "Collection".freeze,
16
- "rdfs:isDefinedBy" => %(dcmitype:).freeze,
21
+ :"rdfs:isDefinedBy" => %(dcmitype:).freeze,
17
22
  type: "rdfs:Class".freeze
18
23
  term :Dataset,
19
24
  comment: %(Data encoded in a defined structure.).freeze,
20
- "dc:description" => %(Examples include lists, tables, and databases. A dataset may be useful for direct machine processing.).freeze,
21
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#Dataset-003).freeze,
22
- "dc:issued" => %(2000-07-11).freeze,
23
- "dc:modified" => %(2008-01-14).freeze,
24
- "http://purl.org/dc/dcam/memberOf" => %(dc:DCMIType).freeze,
25
+ :"dc:description" => %(Examples include lists, tables, and databases. A dataset may be useful for direct machine processing.).freeze,
26
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#Dataset-003).freeze,
27
+ :"dc:issued" => %(2000-07-11).freeze,
28
+ :"dc:modified" => %(2008-01-14).freeze,
29
+ :"http://purl.org/dc/dcam/memberOf" => %(dc:DCMIType).freeze,
25
30
  label: "Dataset".freeze,
26
- "rdfs:isDefinedBy" => %(dcmitype:).freeze,
31
+ :"rdfs:isDefinedBy" => %(dcmitype:).freeze,
27
32
  type: "rdfs:Class".freeze
28
33
  term :Event,
29
34
  comment: %(A non-persistent, time-based occurrence.).freeze,
30
- "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,
31
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#Event-003).freeze,
32
- "dc:issued" => %(2000-07-11).freeze,
33
- "dc:modified" => %(2008-01-14).freeze,
34
- "http://purl.org/dc/dcam/memberOf" => %(dc:DCMIType).freeze,
35
+ :"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,
36
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#Event-003).freeze,
37
+ :"dc:issued" => %(2000-07-11).freeze,
38
+ :"dc:modified" => %(2008-01-14).freeze,
39
+ :"http://purl.org/dc/dcam/memberOf" => %(dc:DCMIType).freeze,
35
40
  label: "Event".freeze,
36
- "rdfs:isDefinedBy" => %(dcmitype:).freeze,
41
+ :"rdfs:isDefinedBy" => %(dcmitype:).freeze,
37
42
  type: "rdfs:Class".freeze
38
43
  term :Image,
39
44
  comment: %(A visual representation other than text.).freeze,
40
- "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,
41
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#Image-004).freeze,
42
- "dc:issued" => %(2000-07-11).freeze,
43
- "dc:modified" => %(2008-01-14).freeze,
44
- "http://purl.org/dc/dcam/memberOf" => %(dc:DCMIType).freeze,
45
+ :"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,
46
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#Image-004).freeze,
47
+ :"dc:issued" => %(2000-07-11).freeze,
48
+ :"dc:modified" => %(2008-01-14).freeze,
49
+ :"http://purl.org/dc/dcam/memberOf" => %(dc:DCMIType).freeze,
45
50
  label: "Image".freeze,
46
- "rdfs:isDefinedBy" => %(dcmitype:).freeze,
51
+ :"rdfs:isDefinedBy" => %(dcmitype:).freeze,
47
52
  type: "rdfs:Class".freeze
48
53
  term :InteractiveResource,
49
54
  comment: %(A resource requiring interaction from the user to be understood, executed, or experienced.).freeze,
50
- "dc:description" => %(Examples include forms on Web pages, applets, multimedia learning objects, chat services, or virtual reality environments.).freeze,
51
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#InteractiveResource-003).freeze,
52
- "dc:issued" => %(2000-07-11).freeze,
53
- "dc:modified" => %(2008-01-14).freeze,
54
- "http://purl.org/dc/dcam/memberOf" => %(dc:DCMIType).freeze,
55
+ :"dc:description" => %(Examples include forms on Web pages, applets, multimedia learning objects, chat services, or virtual reality environments.).freeze,
56
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#InteractiveResource-003).freeze,
57
+ :"dc:issued" => %(2000-07-11).freeze,
58
+ :"dc:modified" => %(2008-01-14).freeze,
59
+ :"http://purl.org/dc/dcam/memberOf" => %(dc:DCMIType).freeze,
55
60
  label: "Interactive Resource".freeze,
56
- "rdfs:isDefinedBy" => %(dcmitype:).freeze,
61
+ :"rdfs:isDefinedBy" => %(dcmitype:).freeze,
57
62
  type: "rdfs:Class".freeze
58
63
  term :MovingImage,
59
64
  comment: %(A series of visual representations imparting an impression of motion when shown in succession.).freeze,
60
- "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,
61
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#MovingImage-003).freeze,
62
- "dc:issued" => %(2003-11-18).freeze,
63
- "dc:modified" => %(2008-01-14).freeze,
64
- "http://purl.org/dc/dcam/memberOf" => %(dc:DCMIType).freeze,
65
+ :"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,
66
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#MovingImage-003).freeze,
67
+ :"dc:issued" => %(2003-11-18).freeze,
68
+ :"dc:modified" => %(2008-01-14).freeze,
69
+ :"http://purl.org/dc/dcam/memberOf" => %(dc:DCMIType).freeze,
65
70
  label: "Moving Image".freeze,
66
- "rdfs:isDefinedBy" => %(dcmitype:).freeze,
71
+ :"rdfs:isDefinedBy" => %(dcmitype:).freeze,
67
72
  subClassOf: "dcmitype:Image".freeze,
68
73
  type: "rdfs:Class".freeze
69
74
  term :PhysicalObject,
70
75
  comment: %(An inanimate, three-dimensional object or substance.).freeze,
71
- "dc:description" => %(Note that digital representations of, or surrogates for, these objects should use Image, Text or one of the other types.).freeze,
72
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#PhysicalObject-003).freeze,
73
- "dc:issued" => %(2002-07-13).freeze,
74
- "dc:modified" => %(2008-01-14).freeze,
75
- "http://purl.org/dc/dcam/memberOf" => %(dc:DCMIType).freeze,
76
+ :"dc:description" => %(Note that digital representations of, or surrogates for, these objects should use Image, Text or one of the other types.).freeze,
77
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#PhysicalObject-003).freeze,
78
+ :"dc:issued" => %(2002-07-13).freeze,
79
+ :"dc:modified" => %(2008-01-14).freeze,
80
+ :"http://purl.org/dc/dcam/memberOf" => %(dc:DCMIType).freeze,
76
81
  label: "Physical Object".freeze,
77
- "rdfs:isDefinedBy" => %(dcmitype:).freeze,
82
+ :"rdfs:isDefinedBy" => %(dcmitype:).freeze,
78
83
  type: "rdfs:Class".freeze
79
84
  term :Service,
80
85
  comment: %(A system that provides one or more functions.).freeze,
81
- "dc:description" => %(Examples include a photocopying service, a banking service, an authentication service, interlibrary loans, a Z39.50 or Web server.).freeze,
82
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#Service-003).freeze,
83
- "dc:issued" => %(2000-07-11).freeze,
84
- "dc:modified" => %(2008-01-14).freeze,
85
- "http://purl.org/dc/dcam/memberOf" => %(dc:DCMIType).freeze,
86
+ :"dc:description" => %(Examples include a photocopying service, a banking service, an authentication service, interlibrary loans, a Z39.50 or Web server.).freeze,
87
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#Service-003).freeze,
88
+ :"dc:issued" => %(2000-07-11).freeze,
89
+ :"dc:modified" => %(2008-01-14).freeze,
90
+ :"http://purl.org/dc/dcam/memberOf" => %(dc:DCMIType).freeze,
86
91
  label: "Service".freeze,
87
- "rdfs:isDefinedBy" => %(dcmitype:).freeze,
92
+ :"rdfs:isDefinedBy" => %(dcmitype:).freeze,
88
93
  type: "rdfs:Class".freeze
89
94
  term :Software,
90
95
  comment: %(A computer program in source or compiled form.).freeze,
91
- "dc:description" => %(Examples include a C source file, MS-Windows .exe executable, or Perl script.).freeze,
92
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#Software-003).freeze,
93
- "dc:issued" => %(2000-07-11).freeze,
94
- "dc:modified" => %(2008-01-14).freeze,
95
- "http://purl.org/dc/dcam/memberOf" => %(dc:DCMIType).freeze,
96
+ :"dc:description" => %(Examples include a C source file, MS-Windows .exe executable, or Perl script.).freeze,
97
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#Software-003).freeze,
98
+ :"dc:issued" => %(2000-07-11).freeze,
99
+ :"dc:modified" => %(2008-01-14).freeze,
100
+ :"http://purl.org/dc/dcam/memberOf" => %(dc:DCMIType).freeze,
96
101
  label: "Software".freeze,
97
- "rdfs:isDefinedBy" => %(dcmitype:).freeze,
102
+ :"rdfs:isDefinedBy" => %(dcmitype:).freeze,
98
103
  type: "rdfs:Class".freeze
99
104
  term :Sound,
100
105
  comment: %(A resource primarily intended to be heard.).freeze,
101
- "dc:description" => %(Examples include a music playback file format, an audio compact disc, and recorded speech or sounds.).freeze,
102
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#Sound-003).freeze,
103
- "dc:issued" => %(2000-07-11).freeze,
104
- "dc:modified" => %(2008-01-14).freeze,
105
- "http://purl.org/dc/dcam/memberOf" => %(dc:DCMIType).freeze,
106
+ :"dc:description" => %(Examples include a music playback file format, an audio compact disc, and recorded speech or sounds.).freeze,
107
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#Sound-003).freeze,
108
+ :"dc:issued" => %(2000-07-11).freeze,
109
+ :"dc:modified" => %(2008-01-14).freeze,
110
+ :"http://purl.org/dc/dcam/memberOf" => %(dc:DCMIType).freeze,
106
111
  label: "Sound".freeze,
107
- "rdfs:isDefinedBy" => %(dcmitype:).freeze,
112
+ :"rdfs:isDefinedBy" => %(dcmitype:).freeze,
108
113
  type: "rdfs:Class".freeze
109
114
  term :StillImage,
110
115
  comment: %(A static visual representation.).freeze,
111
- "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,
112
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#StillImage-003).freeze,
113
- "dc:issued" => %(2003-11-18).freeze,
114
- "dc:modified" => %(2008-01-14).freeze,
115
- "http://purl.org/dc/dcam/memberOf" => %(dc:DCMIType).freeze,
116
+ :"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,
117
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#StillImage-003).freeze,
118
+ :"dc:issued" => %(2003-11-18).freeze,
119
+ :"dc:modified" => %(2008-01-14).freeze,
120
+ :"http://purl.org/dc/dcam/memberOf" => %(dc:DCMIType).freeze,
116
121
  label: "Still Image".freeze,
117
- "rdfs:isDefinedBy" => %(dcmitype:).freeze,
122
+ :"rdfs:isDefinedBy" => %(dcmitype:).freeze,
118
123
  subClassOf: "dcmitype:Image".freeze,
119
124
  type: "rdfs:Class".freeze
120
125
  term :Text,
121
126
  comment: %(A resource consisting primarily of words for reading.).freeze,
122
- "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,
123
- "dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#Text-003).freeze,
124
- "dc:issued" => %(2000-07-11).freeze,
125
- "dc:modified" => %(2008-01-14).freeze,
126
- "http://purl.org/dc/dcam/memberOf" => %(dc:DCMIType).freeze,
127
+ :"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,
128
+ :"dc:hasVersion" => %(http://dublincore.org/usage/terms/history/#Text-003).freeze,
129
+ :"dc:issued" => %(2000-07-11).freeze,
130
+ :"dc:modified" => %(2008-01-14).freeze,
131
+ :"http://purl.org/dc/dcam/memberOf" => %(dc:DCMIType).freeze,
127
132
  label: "Text".freeze,
128
- "rdfs:isDefinedBy" => %(dcmitype:).freeze,
133
+ :"rdfs:isDefinedBy" => %(dcmitype:).freeze,
129
134
  type: "rdfs:Class".freeze
130
135
 
131
136
  # Extra definitions
132
137
  term :"",
133
- "dc:modified" => %(2012-06-14).freeze,
134
- "dc:publisher" => %(http://purl.org/dc/aboutdcmi#DCMI).freeze,
135
- "dc:title" => %(DCMI Type Vocabulary).freeze,
138
+ :"dc:modified" => %(2012-06-14).freeze,
139
+ :"dc:publisher" => %(http://purl.org/dc/aboutdcmi#DCMI).freeze,
140
+ :"dc:title" => %(DCMI Type Vocabulary).freeze,
136
141
  label: "".freeze
137
142
  end
138
143
  end