rdf-vocab 3.2.6 → 3.2.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -2522,7 +2522,7 @@ module RDF::Vocab
2522
2522
  subClassOf: "http://schema.org/Enumeration",
2523
2523
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
2524
2524
  term :MediaObject,
2525
- comment: "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset, i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 [[AudioObject]]s).",
2525
+ comment: "A media object, such as an image, video, audio, or text object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's).",
2526
2526
  label: "MediaObject",
2527
2527
  subClassOf: "http://schema.org/CreativeWork",
2528
2528
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
@@ -3559,6 +3559,12 @@ module RDF::Vocab
3559
3559
  label: "PoliceStation",
3560
3560
  subClassOf: ["http://schema.org/CivicStructure", "http://schema.org/EmergencyService"],
3561
3561
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
3562
+ term :PoliticalParty,
3563
+ comment: "Organization: Political Party.",
3564
+ "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3282",
3565
+ label: "PoliticalParty",
3566
+ subClassOf: "http://schema.org/Organization",
3567
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
3562
3568
  term :Pond,
3563
3569
  comment: "A pond.",
3564
3570
  label: "Pond",
@@ -4634,6 +4640,12 @@ module RDF::Vocab
4634
4640
  label: "TextDigitalDocument",
4635
4641
  subClassOf: "http://schema.org/DigitalDocument",
4636
4642
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
4643
+ term :TextObject,
4644
+ comment: "A text file. The text can be unformatted or contain markup, html, etc.",
4645
+ equivalentClass: "http://purl.org/dc/dcmitype/Text",
4646
+ label: "TextObject",
4647
+ subClassOf: "http://schema.org/MediaObject",
4648
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
4637
4649
  term :TheaterEvent,
4638
4650
  comment: "Event type: Theater performance.",
4639
4651
  label: "TheaterEvent",
@@ -7745,7 +7757,7 @@ module RDF::Vocab
7745
7757
  domainIncludes: "http://schema.org/Thing",
7746
7758
  equivalentProperty: "http://purl.org/dc/terms/description",
7747
7759
  label: "description",
7748
- rangeIncludes: "http://schema.org/Text",
7760
+ rangeIncludes: ["http://schema.org/Text", "http://schema.org/TextObject"],
7749
7761
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
7750
7762
  property :device,
7751
7763
  comment: "Device required to run the application. Used in cases where a specific make/model is required to run the application.",
@@ -10946,7 +10958,7 @@ module RDF::Vocab
10946
10958
  rangeIncludes: "http://schema.org/Integer",
10947
10959
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
10948
10960
  property :maximumVirtualAttendeeCapacity,
10949
- comment: "The maximum physical attendee capacity of an [[Event]] whose [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online aspects, in the case of a [[MixedEventAttendanceMode]]). ",
10961
+ comment: "The maximum virtual attendee capacity of an [[Event]] whose [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online aspects, in the case of a [[MixedEventAttendanceMode]]). ",
10950
10962
  domainIncludes: "http://schema.org/Event",
10951
10963
  "http://schema.org/isPartOf": "http://pending.schema.org",
10952
10964
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1842",
@@ -10981,7 +10993,7 @@ module RDF::Vocab
10981
10993
  "http://schema.org/isPartOf": "http://pending.schema.org",
10982
10994
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1425",
10983
10995
  label: "measurementMethod",
10984
- rangeIncludes: ["http://schema.org/MeasurementMethodEnum", "http://schema.org/Text", "http://schema.org/URL"],
10996
+ rangeIncludes: ["http://schema.org/DefinedTerm", "http://schema.org/MeasurementMethodEnum", "http://schema.org/Text", "http://schema.org/URL"],
10985
10997
  subPropertyOf: "http://schema.org/measurementTechnique",
10986
10998
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
10987
10999
  property :measurementQualifier,
@@ -10998,7 +11010,7 @@ module RDF::Vocab
10998
11010
  "http://schema.org/isPartOf": "http://pending.schema.org",
10999
11011
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1425",
11000
11012
  label: "measurementTechnique",
11001
- rangeIncludes: ["http://schema.org/MeasurementMethodEnum", "http://schema.org/Text", "http://schema.org/URL"],
11013
+ rangeIncludes: ["http://schema.org/DefinedTerm", "http://schema.org/MeasurementMethodEnum", "http://schema.org/Text", "http://schema.org/URL"],
11002
11014
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
11003
11015
  property :mechanismOfAction,
11004
11016
  comment: "The specific biochemical interaction through which this drug or supplement produces its pharmacological effect.",
@@ -14630,8 +14642,8 @@ module RDF::Vocab
14630
14642
  rangeIncludes: "http://schema.org/Text",
14631
14643
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
14632
14644
  property :titleEIDR,
14633
- comment: "An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing at the most general/abstract level, a work of film or television.\n\nFor example, the motion picture known as \"Ghostbusters\" has a titleEIDR of \"10.5240/7EC7-228A-510A-053E-CBB8-J\". This title (or work) may have several variants, which EIDR calls \"edits\". See [[editEIDR]].\n\nSince schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description.\n",
14634
- domainIncludes: ["http://schema.org/Movie", "http://schema.org/TVEpisode"],
14645
+ comment: "An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing at the most general/abstract level, a work of film or television.\n\nFor example, the motion picture known as \"Ghostbusters\" has a titleEIDR of \"10.5240/7EC7-228A-510A-053E-CBB8-J\". This title (or work) may have several variants, which EIDR calls \"edits\". See [[editEIDR]].\n\nSince schema.org types like [[Movie]], [[TVEpisode]], [[TVSeason]], and [[TVSeries]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description.\n",
14646
+ domainIncludes: ["http://schema.org/Movie", "http://schema.org/TVEpisode", "http://schema.org/TVSeason", "http://schema.org/TVSeries"],
14635
14647
  "http://schema.org/isPartOf": "http://pending.schema.org",
14636
14648
  "http://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2469",
14637
14649
  label: "titleEIDR",
@@ -14872,6 +14884,12 @@ module RDF::Vocab
14872
14884
  label: "tributary",
14873
14885
  rangeIncludes: "http://schema.org/AnatomicalStructure",
14874
14886
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
14887
+ property :tripOrigin,
14888
+ comment: "The location of origin of the trip, prior to any destination(s).",
14889
+ domainIncludes: "http://schema.org/Trip",
14890
+ label: "tripOrigin",
14891
+ rangeIncludes: "http://schema.org/Place",
14892
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
14875
14893
  property :typeOfBed,
14876
14894
  comment: "The type of bed to which the BedDetail refers, i.e. the type of bed available in the quantity indicated by quantity.",
14877
14895
  domainIncludes: "http://schema.org/BedDetails",
@@ -2522,7 +2522,7 @@ module RDF::Vocab
2522
2522
  subClassOf: "https://schema.org/Enumeration",
2523
2523
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
2524
2524
  term :MediaObject,
2525
- comment: "A media object, such as an image, video, or audio object embedded in a web page or a downloadable dataset, i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 [[AudioObject]]s).",
2525
+ comment: "A media object, such as an image, video, audio, or text object embedded in a web page or a downloadable dataset i.e. DataDownload. Note that a creative work may have many media objects associated with it on the same web page. For example, a page about a single song (MusicRecording) may have a music video (VideoObject), and a high and low bandwidth audio stream (2 AudioObject's).",
2526
2526
  label: "MediaObject",
2527
2527
  subClassOf: "https://schema.org/CreativeWork",
2528
2528
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
@@ -3559,6 +3559,12 @@ module RDF::Vocab
3559
3559
  label: "PoliceStation",
3560
3560
  subClassOf: ["https://schema.org/CivicStructure", "https://schema.org/EmergencyService"],
3561
3561
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
3562
+ term :PoliticalParty,
3563
+ comment: "Organization: Political Party.",
3564
+ "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/3282",
3565
+ label: "PoliticalParty",
3566
+ subClassOf: "https://schema.org/Organization",
3567
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
3562
3568
  term :Pond,
3563
3569
  comment: "A pond.",
3564
3570
  label: "Pond",
@@ -4634,6 +4640,12 @@ module RDF::Vocab
4634
4640
  label: "TextDigitalDocument",
4635
4641
  subClassOf: "https://schema.org/DigitalDocument",
4636
4642
  type: "http://www.w3.org/2000/01/rdf-schema#Class"
4643
+ term :TextObject,
4644
+ comment: "A text file. The text can be unformatted or contain markup, html, etc.",
4645
+ equivalentClass: "http://purl.org/dc/dcmitype/Text",
4646
+ label: "TextObject",
4647
+ subClassOf: "https://schema.org/MediaObject",
4648
+ type: "http://www.w3.org/2000/01/rdf-schema#Class"
4637
4649
  term :TheaterEvent,
4638
4650
  comment: "Event type: Theater performance.",
4639
4651
  label: "TheaterEvent",
@@ -7744,7 +7756,7 @@ module RDF::Vocab
7744
7756
  comment: "A description of the item.",
7745
7757
  equivalentProperty: "http://purl.org/dc/terms/description",
7746
7758
  "https://schema.org/domainIncludes": "https://schema.org/Thing",
7747
- "https://schema.org/rangeIncludes": "https://schema.org/Text",
7759
+ "https://schema.org/rangeIncludes": ["https://schema.org/Text", "https://schema.org/TextObject"],
7748
7760
  label: "description",
7749
7761
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
7750
7762
  property :device,
@@ -10946,7 +10958,7 @@ module RDF::Vocab
10946
10958
  label: "maximumPhysicalAttendeeCapacity",
10947
10959
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
10948
10960
  property :maximumVirtualAttendeeCapacity,
10949
- comment: "The maximum physical attendee capacity of an [[Event]] whose [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online aspects, in the case of a [[MixedEventAttendanceMode]]). ",
10961
+ comment: "The maximum virtual attendee capacity of an [[Event]] whose [[eventAttendanceMode]] is [[OnlineEventAttendanceMode]] (or the online aspects, in the case of a [[MixedEventAttendanceMode]]). ",
10950
10962
  "https://schema.org/domainIncludes": "https://schema.org/Event",
10951
10963
  "https://schema.org/isPartOf": "https://pending.schema.org",
10952
10964
  "https://schema.org/rangeIncludes": "https://schema.org/Integer",
@@ -10979,7 +10991,7 @@ module RDF::Vocab
10979
10991
  comment: "A subproperty of [[measurementTechnique]] that can be used for specifying specific methods, in particular via [[MeasurementMethodEnum]].",
10980
10992
  "https://schema.org/domainIncludes": ["https://schema.org/DataCatalog", "https://schema.org/DataDownload", "https://schema.org/Dataset", "https://schema.org/Observation", "https://schema.org/PropertyValue", "https://schema.org/StatisticalVariable"],
10981
10993
  "https://schema.org/isPartOf": "https://pending.schema.org",
10982
- "https://schema.org/rangeIncludes": ["https://schema.org/MeasurementMethodEnum", "https://schema.org/Text", "https://schema.org/URL"],
10994
+ "https://schema.org/rangeIncludes": ["https://schema.org/DefinedTerm", "https://schema.org/MeasurementMethodEnum", "https://schema.org/Text", "https://schema.org/URL"],
10983
10995
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1425",
10984
10996
  label: "measurementMethod",
10985
10997
  subPropertyOf: "https://schema.org/measurementTechnique",
@@ -10996,7 +11008,7 @@ module RDF::Vocab
10996
11008
  comment: "A technique, method or technology used in an [[Observation]], [[StatisticalVariable]] or [[Dataset]] (or [[DataDownload]], [[DataCatalog]]), corresponding to the method used for measuring the corresponding variable(s) (for datasets, described using [[variableMeasured]]; for [[Observation]], a [[StatisticalVariable]]). Often but not necessarily each [[variableMeasured]] will have an explicit representation as (or mapping to) an property such as those defined in Schema.org, or other RDF vocabularies and \"knowledge graphs\". In that case the subproperty of [[variableMeasured]] called [[measuredProperty]] is applicable.\n \nThe [[measurementTechnique]] property helps when extra clarification is needed about how a [[measuredProperty]] was measured. This is oriented towards scientific and scholarly dataset publication but may have broader applicability; it is not intended as a full representation of measurement, but can often serve as a high level summary for dataset discovery. \n\nFor example, if [[variableMeasured]] is: molecule concentration, [[measurementTechnique]] could be: \"mass spectrometry\" or \"nmr spectroscopy\" or \"colorimetry\" or \"immunofluorescence\". If the [[variableMeasured]] is \"depression rating\", the [[measurementTechnique]] could be \"Zung Scale\" or \"HAM-D\" or \"Beck Depression Inventory\". \n\nIf there are several [[variableMeasured]] properties recorded for some given data object, use a [[PropertyValue]] for each [[variableMeasured]] and attach the corresponding [[measurementTechnique]]. The value can also be from an enumeration, organized as a [[MeasurementMetholdEnumeration]].",
10997
11009
  "https://schema.org/domainIncludes": ["https://schema.org/DataCatalog", "https://schema.org/DataDownload", "https://schema.org/Dataset", "https://schema.org/Observation", "https://schema.org/PropertyValue", "https://schema.org/StatisticalVariable"],
10998
11010
  "https://schema.org/isPartOf": "https://pending.schema.org",
10999
- "https://schema.org/rangeIncludes": ["https://schema.org/MeasurementMethodEnum", "https://schema.org/Text", "https://schema.org/URL"],
11011
+ "https://schema.org/rangeIncludes": ["https://schema.org/DefinedTerm", "https://schema.org/MeasurementMethodEnum", "https://schema.org/Text", "https://schema.org/URL"],
11000
11012
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/1425",
11001
11013
  label: "measurementTechnique",
11002
11014
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
@@ -14630,8 +14642,8 @@ module RDF::Vocab
14630
14642
  label: "title",
14631
14643
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
14632
14644
  property :titleEIDR,
14633
- comment: "An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing at the most general/abstract level, a work of film or television.\n\nFor example, the motion picture known as \"Ghostbusters\" has a titleEIDR of \"10.5240/7EC7-228A-510A-053E-CBB8-J\". This title (or work) may have several variants, which EIDR calls \"edits\". See [[editEIDR]].\n\nSince schema.org types like [[Movie]] and [[TVEpisode]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description.\n",
14634
- "https://schema.org/domainIncludes": ["https://schema.org/Movie", "https://schema.org/TVEpisode"],
14645
+ comment: "An [EIDR](https://eidr.org/) (Entertainment Identifier Registry) [[identifier]] representing at the most general/abstract level, a work of film or television.\n\nFor example, the motion picture known as \"Ghostbusters\" has a titleEIDR of \"10.5240/7EC7-228A-510A-053E-CBB8-J\". This title (or work) may have several variants, which EIDR calls \"edits\". See [[editEIDR]].\n\nSince schema.org types like [[Movie]], [[TVEpisode]], [[TVSeason]], and [[TVSeries]] can be used for both works and their multiple expressions, it is possible to use [[titleEIDR]] alone (for a general description), or alongside [[editEIDR]] for a more edit-specific description.\n",
14646
+ "https://schema.org/domainIncludes": ["https://schema.org/Movie", "https://schema.org/TVEpisode", "https://schema.org/TVSeason", "https://schema.org/TVSeries"],
14635
14647
  "https://schema.org/isPartOf": "https://pending.schema.org",
14636
14648
  "https://schema.org/rangeIncludes": ["https://schema.org/Text", "https://schema.org/URL"],
14637
14649
  "https://schema.org/source": "https://github.com/schemaorg/schemaorg/issues/2469",
@@ -14872,6 +14884,12 @@ module RDF::Vocab
14872
14884
  "https://schema.org/rangeIncludes": "https://schema.org/AnatomicalStructure",
14873
14885
  label: "tributary",
14874
14886
  type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
14887
+ property :tripOrigin,
14888
+ comment: "The location of origin of the trip, prior to any destination(s).",
14889
+ "https://schema.org/domainIncludes": "https://schema.org/Trip",
14890
+ "https://schema.org/rangeIncludes": "https://schema.org/Place",
14891
+ label: "tripOrigin",
14892
+ type: "http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"
14875
14893
  property :typeOfBed,
14876
14894
  comment: "The type of bed to which the BedDetail refers, i.e. the type of bed available in the quantity indicated by quantity.",
14877
14895
  "https://schema.org/contributor": "https://schema.org/docs/collab/STI_Accommodation_Ontology",
@@ -9,7 +9,6 @@ module RDF::Vocab
9
9
 
10
10
  # Ontology definition
11
11
  ontology :"http://www.w3.org/1999/xhtml#",
12
- "http://www.w3.org/1999/xhtml/vocab#stylesheet": "http://www.w3.org/StyleSheets/TR/base",
13
12
  "http://www.w3.org/2003/g/data-view#namespaceTransformation": "http://www.w3.org/2008/07/rdfa-xslt"
14
13
  end
15
14
  end
data/lib/rdf/vocab.rb CHANGED
@@ -9,19 +9,7 @@ module RDF
9
9
 
10
10
  # @!visibility private
11
11
  VOCABS = {
12
- acl: {
13
- uri: "http://www.w3.org/ns/auth/acl#",
14
- patch: %{
15
- @prefix acl: <http://www.w3.org/ns/auth/acl#> .
16
- @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
17
- DeleteExisting {
18
- acl:Access acl:label "access"@en .
19
- } .
20
- AddNew {
21
- acl:Access rdfs:label "access"@en .
22
- } .
23
- }
24
- },
12
+ acl: {uri: "http://www.w3.org/ns/auth/acl#"},
25
13
  as: {uri: "https://www.w3.org/ns/activitystreams#", source: 'etc/as.ttl'},
26
14
  bf2: {uri: 'http://id.loc.gov/ontologies/bibframe/'},
27
15
  bibframe: {
@@ -69,7 +57,10 @@ module RDF
69
57
  class_name: "DataCite",
70
58
  skip: true
71
59
  },
72
- dbo: {uri: "http://dbpedia.org/ontology/", source: "http://dbpedia.org/data3/.ttl"},
60
+ dbo: {
61
+ uri: "http://dbpedia.org/ontology/",
62
+ skip: true # as of 2023-07-23, not available for download at previous location
63
+ },
73
64
  dc: {uri: "http://purl.org/dc/terms/"},
74
65
  dc11: {uri: "http://purl.org/dc/elements/1.1/"},
75
66
  dcat: {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdf-vocab
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.6
4
+ version: 3.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Chandek-Stark
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-05-17 00:00:00.000000000 Z
13
+ date: 2023-07-23 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rdf
@@ -402,7 +402,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
402
402
  - !ruby/object:Gem::Version
403
403
  version: '0'
404
404
  requirements: []
405
- rubygems_version: 3.4.6
405
+ rubygems_version: 3.3.26
406
406
  signing_key:
407
407
  specification_version: 4
408
408
  summary: A library of RDF vocabularies