rdf-vocab 3.0.11 → 3.0.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/rdf/vocab/dcat.rb +1 -1
- data/lib/rdf/vocab/hydra.rb +4 -2
- data/lib/rdf/vocab/schema.rb +104 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6adbca63a6a22b8c42a1ff8c774113a98e4d67186f24a331e723f706c118837f
|
4
|
+
data.tar.gz: b4309f6bf3372953393d5f2913fc70ce3ea671305c18ff4aecb0ea50afed751f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f55b88e762870e14144ba9e6206a52a1fab887ffa1d57996a2b281c076b990068a8db77f65e35953274a83746f0fe95562f63a5fb71ad5b6fafa709ca15b9b9
|
7
|
+
data.tar.gz: 5990bed1888477675dbd6229b465638c2ff757a2c9633dc9c76925c7b777ef09157d4e1610fd7bb98ed560412ee5107b96cf80d6bb126712a07ddf474f3c0022
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.12
|
data/lib/rdf/vocab/dcat.rb
CHANGED
@@ -104,7 +104,7 @@ module RDF::Vocab
|
|
104
104
|
),
|
105
105
|
label: "The data catalog vocabulary".freeze,
|
106
106
|
"owl:imports": ["dc:".freeze, "http://www.w3.org/2004/02/skos/core".freeze, "http://www.w3.org/ns/prov-o#".freeze],
|
107
|
-
"owl:versionInfo": "
|
107
|
+
"owl:versionInfo": ["Questa è una copia aggiornata del vocabolario DCAT v2.0 disponibile in https://www.w3.org/ns/dcat.ttl".freeze, "This is an updated copy of v2.0 of the DCAT vocabulary, taken from https://www.w3.org/ns/dcat.ttl".freeze],
|
108
108
|
type: "owl:Ontology".freeze
|
109
109
|
|
110
110
|
# Class definitions
|
data/lib/rdf/vocab/hydra.rb
CHANGED
@@ -335,7 +335,8 @@ module RDF::Vocab
|
|
335
335
|
domain: "hydra:Operation".freeze,
|
336
336
|
isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
|
337
337
|
label: "expects".freeze,
|
338
|
-
range: "hydra:
|
338
|
+
range: "hydra:Resource".freeze,
|
339
|
+
rangeIncludes: ["hydra:Class".freeze, "hydra:Resource".freeze],
|
339
340
|
type: "hydra:Link".freeze,
|
340
341
|
"vs:term_status": "testing".freeze
|
341
342
|
term :first,
|
@@ -410,7 +411,8 @@ module RDF::Vocab
|
|
410
411
|
domain: "hydra:Operation".freeze,
|
411
412
|
isDefinedBy: "http://www.w3.org/ns/hydra/core".freeze,
|
412
413
|
label: "returns".freeze,
|
413
|
-
range: "hydra:
|
414
|
+
range: "hydra:Resource".freeze,
|
415
|
+
rangeIncludes: ["hydra:Class".freeze, "hydra:Resource".freeze],
|
414
416
|
type: "hydra:Link".freeze,
|
415
417
|
"vs:term_status": "testing".freeze
|
416
418
|
term :search,
|
data/lib/rdf/vocab/schema.rb
CHANGED
@@ -3212,6 +3212,26 @@ For <a href="http://www.gs1.org/barcodes/technical/idkeys/gtin">GTIN</a>-related
|
|
3212
3212
|
label: "OfferCatalog".freeze,
|
3213
3213
|
subClassOf: "schema:ItemList".freeze,
|
3214
3214
|
type: "rdfs:Class".freeze
|
3215
|
+
term :OfferForLease,
|
3216
|
+
comment: %(An <a class="localLink" href="http://schema.org/OfferForLease">OfferForLease</a> in Schema.org represents an <a class="localLink" href="http://schema.org/Offer">Offer</a> to lease out something, i.e. an <a class="localLink" href="http://schema.org/Offer">Offer</a> whose
|
3217
|
+
<a class="localLink" href="http://schema.org/businessFunction">businessFunction</a> is <a href="http://purl.org/goodrelations/v1#LeaseOut.">lease out</a>. See <a href="https://en.wikipedia.org/wiki/GoodRelations">Good Relations</a> for
|
3218
|
+
background on the underlying concepts.).freeze,
|
3219
|
+
"dc:source": "https://github.com/schemaorg/schemaorg/issues/2348".freeze,
|
3220
|
+
label: "OfferForLease".freeze,
|
3221
|
+
"schema:category": "issue-2348".freeze,
|
3222
|
+
"schema:isPartOf": "http://pending.schema.org".freeze,
|
3223
|
+
subClassOf: "schema:Offer".freeze,
|
3224
|
+
type: "rdfs:Class".freeze
|
3225
|
+
term :OfferForPurchase,
|
3226
|
+
comment: %(An <a class="localLink" href="http://schema.org/OfferForPurchase">OfferForPurchase</a> in Schema.org represents an <a class="localLink" href="http://schema.org/Offer">Offer</a> to sell something, i.e. an <a class="localLink" href="http://schema.org/Offer">Offer</a> whose
|
3227
|
+
<a class="localLink" href="http://schema.org/businessFunction">businessFunction</a> is <a href="http://purl.org/goodrelations/v1#Sell.">sell</a>. See <a href="https://en.wikipedia.org/wiki/GoodRelations">Good Relations</a> for
|
3228
|
+
background on the underlying concepts.).freeze,
|
3229
|
+
"dc:source": "https://github.com/schemaorg/schemaorg/issues/2348".freeze,
|
3230
|
+
label: "OfferForPurchase".freeze,
|
3231
|
+
"schema:category": "issue-2348".freeze,
|
3232
|
+
"schema:isPartOf": "http://pending.schema.org".freeze,
|
3233
|
+
subClassOf: "schema:Offer".freeze,
|
3234
|
+
type: "rdfs:Class".freeze
|
3215
3235
|
term :OfferItemCondition,
|
3216
3236
|
comment: %(A list of possible conditions for the item.).freeze,
|
3217
3237
|
label: "OfferItemCondition".freeze,
|
@@ -3556,6 +3576,30 @@ Related actions:<br/><br/>
|
|
3556
3576
|
label: "Plumber".freeze,
|
3557
3577
|
subClassOf: "schema:HomeAndConstructionBusiness".freeze,
|
3558
3578
|
type: "rdfs:Class".freeze
|
3579
|
+
term :PodcastEpisode,
|
3580
|
+
comment: %(A single episode of a podcast series.).freeze,
|
3581
|
+
"dc:source": "https://github.com/schemaorg/schemaorg/issues/373".freeze,
|
3582
|
+
label: "PodcastEpisode".freeze,
|
3583
|
+
"schema:category": "issue-373".freeze,
|
3584
|
+
"schema:isPartOf": "http://pending.schema.org".freeze,
|
3585
|
+
subClassOf: "schema:Episode".freeze,
|
3586
|
+
type: "rdfs:Class".freeze
|
3587
|
+
term :PodcastSeason,
|
3588
|
+
comment: %(A single season of a podcast. Many podcasts do not break down into separate seasons. In that case, PodcastSeries should be used.).freeze,
|
3589
|
+
"dc:source": "https://github.com/schemaorg/schemaorg/issues/373".freeze,
|
3590
|
+
label: "PodcastSeason".freeze,
|
3591
|
+
"schema:category": "issue-373".freeze,
|
3592
|
+
"schema:isPartOf": "http://pending.schema.org".freeze,
|
3593
|
+
subClassOf: "schema:CreativeWorkSeason".freeze,
|
3594
|
+
type: "rdfs:Class".freeze
|
3595
|
+
term :PodcastSeries,
|
3596
|
+
comment: %(A podcast is an episodic series of digital audio or video files which a user can download and listen to.).freeze,
|
3597
|
+
"dc:source": "https://github.com/schemaorg/schemaorg/issues/373".freeze,
|
3598
|
+
label: "PodcastSeries".freeze,
|
3599
|
+
"schema:category": "issue-373".freeze,
|
3600
|
+
"schema:isPartOf": "http://pending.schema.org".freeze,
|
3601
|
+
subClassOf: "schema:CreativeWorkSeries".freeze,
|
3602
|
+
type: "rdfs:Class".freeze
|
3559
3603
|
term :PoliceStation,
|
3560
3604
|
comment: %(A police station.).freeze,
|
3561
3605
|
label: "PoliceStation".freeze,
|
@@ -3863,6 +3907,15 @@ See also <a href="http://blog.schema.org/2014/09/schemaorg-support-for-bibliogra
|
|
3863
3907
|
label: "RealEstateAgent".freeze,
|
3864
3908
|
subClassOf: "schema:LocalBusiness".freeze,
|
3865
3909
|
type: "rdfs:Class".freeze
|
3910
|
+
term :RealEstateListing,
|
3911
|
+
comment: %(A <a class="localLink" href="http://schema.org/RealEstateListing">RealEstateListing</a> is a listing that describes one or more real-estate <a class="localLink" href="http://schema.org/Offer">Offer</a>s \(whose <a class="localLink" href="http://schema.org/businessFunction">businessFunction</a> is typically to lease out, or to sell\).
|
3912
|
+
The <a class="localLink" href="http://schema.org/RealEstateListing">RealEstateListing</a> type itself represents the overall listing, as manifested in some <a class="localLink" href="http://schema.org/WebPage">WebPage</a>.).freeze,
|
3913
|
+
"dc:source": "https://github.com/schemaorg/schemaorg/issues/2348".freeze,
|
3914
|
+
label: "RealEstateListing".freeze,
|
3915
|
+
"schema:category": "issue-2348".freeze,
|
3916
|
+
"schema:isPartOf": "http://pending.schema.org".freeze,
|
3917
|
+
subClassOf: "schema:WebPage".freeze,
|
3918
|
+
type: "rdfs:Class".freeze
|
3866
3919
|
term :ReceiveAction,
|
3867
3920
|
comment: %(The act of physically/electronically taking delivery of an object thathas been transferred from an origin to a destination. Reciprocal of SendAction.<br/><br/>
|
3868
3921
|
|
@@ -5060,6 +5113,15 @@ Commonly used values:<br/><br/>
|
|
5060
5113
|
rangeIncludes: "schema:Boolean".freeze,
|
5061
5114
|
"schema:isPartOf": "http://bib.schema.org".freeze,
|
5062
5115
|
type: "rdf:Property".freeze
|
5116
|
+
property :abstract,
|
5117
|
+
comment: %(An abstract is a short description that summarizes a <a class="localLink" href="http://schema.org/CreativeWork">CreativeWork</a>.).freeze,
|
5118
|
+
"dc:source": "https://github.com/schemaorg/schemaorg/issues/276".freeze,
|
5119
|
+
domainIncludes: "schema:CreativeWork".freeze,
|
5120
|
+
label: "abstract".freeze,
|
5121
|
+
rangeIncludes: "schema:Text".freeze,
|
5122
|
+
"schema:category": "issue-276".freeze,
|
5123
|
+
"schema:isPartOf": "http://pending.schema.org".freeze,
|
5124
|
+
type: "rdf:Property".freeze
|
5063
5125
|
property :accelerationTime,
|
5064
5126
|
comment: %(The time needed to accelerate the vehicle from a given start velocity to a given target velocity.<br/><br/>
|
5065
5127
|
|
@@ -7714,6 +7776,15 @@ See also <a class="localLink" href="http://schema.org/ineligibleRegion">ineligib
|
|
7714
7776
|
label: "employmentType".freeze,
|
7715
7777
|
rangeIncludes: "schema:Text".freeze,
|
7716
7778
|
type: "rdf:Property".freeze
|
7779
|
+
property :employmentUnit,
|
7780
|
+
comment: %(Indicates the department, unit and/or facility where the employee reports and/or in which the job is to be performed.).freeze,
|
7781
|
+
"dc:source": "https://github.com/schemaorg/schemaorg/issues/2296".freeze,
|
7782
|
+
domainIncludes: "schema:JobPosting".freeze,
|
7783
|
+
label: "employmentUnit".freeze,
|
7784
|
+
rangeIncludes: "schema:Organization".freeze,
|
7785
|
+
"schema:category": "issue-2296".freeze,
|
7786
|
+
"schema:isPartOf": "http://pending.schema.org".freeze,
|
7787
|
+
type: "rdf:Property".freeze
|
7717
7788
|
property :encodesCreativeWork,
|
7718
7789
|
comment: %(The CreativeWork encoded by this media object.).freeze,
|
7719
7790
|
domainIncludes: "schema:MediaObject".freeze,
|
@@ -8372,10 +8443,13 @@ Typical unit code\(s\): LTR for liters, GLL of US gallons, GLI for UK / imperial
|
|
8372
8443
|
rangeIncludes: "schema:CreativeWork".freeze,
|
8373
8444
|
type: "rdf:Property".freeze
|
8374
8445
|
property :gender,
|
8375
|
-
comment: %(Gender of
|
8376
|
-
|
8446
|
+
comment: %(Gender of something, typically a <a class="localLink" href="http://schema.org/Person">Person</a>, but possibly also fictional characters, animals, etc. While http://schema.org/Male and http://schema.org/Female may be used, text strings are also acceptable for people who do not identify as a binary gender. The <a class="localLink" href="http://schema.org/gender">gender</a> property can also be used in an extended sense to cover e.g. the gender of sports teams. As with the gender of individuals, we do not try to enumerate all possibilities. A mixed-gender <a class="localLink" href="http://schema.org/SportsTeam">SportsTeam</a> can be indicated with a text value of "Mixed".).freeze,
|
8447
|
+
"dc:source": "https://github.com/schemaorg/schemaorg/issues/2341".freeze,
|
8448
|
+
domainIncludes: ["schema:Person".freeze, "schema:SportsTeam".freeze],
|
8377
8449
|
label: "gender".freeze,
|
8378
8450
|
rangeIncludes: ["schema:GenderType".freeze, "schema:Text".freeze],
|
8451
|
+
"schema:category": "issue-2341".freeze,
|
8452
|
+
"schema:isPartOf": "http://pending.schema.org".freeze,
|
8379
8453
|
type: "rdf:Property".freeze
|
8380
8454
|
property :genre,
|
8381
8455
|
comment: %(Genre of the creative work, broadcast channel or group.).freeze,
|
@@ -9125,9 +9199,12 @@ Usage guidelines:<br/><br/>
|
|
9125
9199
|
comment: %(The ISO 3166-1 \(ISO 3166-1 alpha-2\) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region\(s\) for which the offer or delivery charge specification is not valid, e.g. a region where the transaction is not allowed.<br/><br/>
|
9126
9200
|
|
9127
9201
|
See also <a class="localLink" href="http://schema.org/eligibleRegion">eligibleRegion</a>.).freeze,
|
9128
|
-
|
9202
|
+
"dc:source": "https://github.com/schemaorg/schemaorg/issues/2242".freeze,
|
9203
|
+
domainIncludes: ["schema:ActionAccessSpecification".freeze, "schema:DeliveryChargeSpecification".freeze, "schema:Demand".freeze, "schema:Offer".freeze],
|
9129
9204
|
label: "ineligibleRegion".freeze,
|
9130
9205
|
rangeIncludes: ["schema:GeoShape".freeze, "schema:Place".freeze, "schema:Text".freeze],
|
9206
|
+
"schema:category": "issue-2242".freeze,
|
9207
|
+
"schema:isPartOf": "http://pending.schema.org".freeze,
|
9131
9208
|
type: "rdf:Property".freeze
|
9132
9209
|
property :infectiousAgent,
|
9133
9210
|
comment: %(The actual infectious agent, such as a specific bacterium.).freeze,
|
@@ -9589,7 +9666,7 @@ Note: The order of elements in your mark-up is not sufficient for indicating the
|
|
9589
9666
|
type: "rdf:Property".freeze
|
9590
9667
|
property :latitude,
|
9591
9668
|
comment: %(The latitude of a location. For example <code>37.42242</code> \(<a href="https://en.wikipedia.org/wiki/World_Geodetic_System">WGS 84</a>\).).freeze,
|
9592
|
-
domainIncludes: "schema:GeoCoordinates".freeze,
|
9669
|
+
domainIncludes: ["schema:GeoCoordinates".freeze, "schema:Place".freeze],
|
9593
9670
|
label: "latitude".freeze,
|
9594
9671
|
rangeIncludes: ["schema:Number".freeze, "schema:Text".freeze],
|
9595
9672
|
type: "rdf:Property".freeze
|
@@ -9912,7 +9989,7 @@ Note: The order of elements in your mark-up is not sufficient for indicating the
|
|
9912
9989
|
type: "rdf:Property".freeze
|
9913
9990
|
property :longitude,
|
9914
9991
|
comment: %(The longitude of a location. For example <code>-122.08585</code> \(<a href="https://en.wikipedia.org/wiki/World_Geodetic_System">WGS 84</a>\).).freeze,
|
9915
|
-
domainIncludes: "schema:GeoCoordinates".freeze,
|
9992
|
+
domainIncludes: ["schema:GeoCoordinates".freeze, "schema:Place".freeze],
|
9916
9993
|
label: "longitude".freeze,
|
9917
9994
|
rangeIncludes: ["schema:Number".freeze, "schema:Text".freeze],
|
9918
9995
|
type: "rdf:Property".freeze
|
@@ -13089,9 +13166,12 @@ Note that Event uses startDate/endDate instead of startTime/endTime, even when d
|
|
13089
13166
|
type: "rdf:Property".freeze
|
13090
13167
|
property :subtitleLanguage,
|
13091
13168
|
comment: %(Languages in which subtitles/captions are available, in <a href="http://tools.ietf.org/html/bcp47">IETF BCP 47 standard format</a>.).freeze,
|
13092
|
-
|
13169
|
+
"dc:source": "https://github.com/schemaorg/schemaorg/issues/2110".freeze,
|
13170
|
+
domainIncludes: ["schema:BroadcastEvent".freeze, "schema:Movie".freeze, "schema:ScreeningEvent".freeze, "schema:TVEpisode".freeze],
|
13093
13171
|
label: "subtitleLanguage".freeze,
|
13094
13172
|
rangeIncludes: ["schema:Language".freeze, "schema:Text".freeze],
|
13173
|
+
"schema:category": "issue-2110".freeze,
|
13174
|
+
"schema:isPartOf": "http://pending.schema.org".freeze,
|
13095
13175
|
type: "rdf:Property".freeze
|
13096
13176
|
property :subtype,
|
13097
13177
|
comment: %(A more specific type of the condition, where applicable, for example 'Type 1 Diabetes', 'Type 2 Diabetes', or 'Gestational Diabetes' for Diabetes.).freeze,
|
@@ -13409,6 +13489,15 @@ Typical unit code\(s\): NU for newton metre \(N m\), F17 for pound-force per foo
|
|
13409
13489
|
rangeIncludes: "schema:QuantitativeValue".freeze,
|
13410
13490
|
"schema:isPartOf": "http://auto.schema.org".freeze,
|
13411
13491
|
type: "rdf:Property".freeze
|
13492
|
+
property :totalJobOpenings,
|
13493
|
+
comment: %(The number of positions open for this job posting. Use a positive integer. Do not use if the number of positions is unclear or not known.).freeze,
|
13494
|
+
"dc:source": "https://github.com/schemaorg/schemaorg/issues/2329".freeze,
|
13495
|
+
domainIncludes: "schema:JobPosting".freeze,
|
13496
|
+
label: "totalJobOpenings".freeze,
|
13497
|
+
rangeIncludes: "schema:Integer".freeze,
|
13498
|
+
"schema:category": "issue-2329".freeze,
|
13499
|
+
"schema:isPartOf": "http://pending.schema.org".freeze,
|
13500
|
+
type: "rdf:Property".freeze
|
13412
13501
|
property :totalPaymentDue,
|
13413
13502
|
comment: %(The total amount due.).freeze,
|
13414
13503
|
domainIncludes: "schema:Invoice".freeze,
|
@@ -13958,6 +14047,15 @@ Typical unit code\(s\): C62 for persons.).freeze,
|
|
13958
14047
|
label: "webCheckinTime".freeze,
|
13959
14048
|
rangeIncludes: "schema:DateTime".freeze,
|
13960
14049
|
type: "rdf:Property".freeze
|
14050
|
+
property :webFeed,
|
14051
|
+
comment: %(The URL for the feed associated with the podcast series. This is usually RSS or Atom.).freeze,
|
14052
|
+
"dc:source": "https://github.com/schemaorg/schemaorg/issues/373".freeze,
|
14053
|
+
domainIncludes: "schema:PodcastSeries".freeze,
|
14054
|
+
label: "webFeed".freeze,
|
14055
|
+
rangeIncludes: "schema:URL".freeze,
|
14056
|
+
"schema:category": "issue-373".freeze,
|
14057
|
+
"schema:isPartOf": "http://pending.schema.org".freeze,
|
14058
|
+
type: "rdf:Property".freeze
|
13961
14059
|
property :weight,
|
13962
14060
|
comment: %(The weight of the product or person.).freeze,
|
13963
14061
|
"dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#source_GoodRelationsTerms".freeze,
|
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.0.
|
4
|
+
version: 3.0.12
|
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: 2019-10-
|
13
|
+
date: 2019-10-18 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rdf
|