rdf-vocab 3.0.8 → 3.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -1538,6 +1538,14 @@ Commonly used values:<br/><br/>
1538
1538
  "schema:isPartOf": "http://pending.schema.org".freeze,
1539
1539
  subClassOf: "schema:CreativeWork".freeze,
1540
1540
  type: "rdfs:Class".freeze
1541
+ term :EducationalOccupationalProgram,
1542
+ comment: %(A program offered by an institution which determines the learning progress to achieve an outcome, usually a credential like a degree or certificate. This would define a discrete set of opportunities \(e.g., job, courses\) that together constitute a program with a clear start, end, set of requirements, and transition to a new occupational opportunity \(e.g., a job\), or sometimes a higher educational opportunity \(e.g., an advanced degree\).).freeze,
1543
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
1544
+ label: "EducationalOccupationalProgram".freeze,
1545
+ "schema:category": "issue-2289".freeze,
1546
+ "schema:isPartOf": "http://pending.schema.org".freeze,
1547
+ subClassOf: "schema:Intangible".freeze,
1548
+ type: "rdfs:Class".freeze
1541
1549
  term :EducationalOrganization,
1542
1550
  comment: %(An educational organization.).freeze,
1543
1551
  label: "EducationalOrganization".freeze,
@@ -3164,6 +3172,15 @@ Usage guidelines:<br/><br/>
3164
3172
  label: "NutritionInformation".freeze,
3165
3173
  subClassOf: "schema:StructuredValue".freeze,
3166
3174
  type: "rdfs:Class".freeze
3175
+ term :Observation,
3176
+ comment: %(Instances of the class <a class="localLink" href="http://schema.org/Observation">Observation</a> are used to specify observations about an entity \(which may or may not be an instance of a <a class="localLink" href="http://schema.org/StatisticalPopulation">StatisticalPopulation</a>\), at a particular time. The principal properties of an <a class="localLink" href="http://schema.org/Observation">Observation</a> are <a class="localLink" href="http://schema.org/observedNode">observedNode</a>, <a class="localLink" href="http://schema.org/measuredProperty">measuredProperty</a>, <a class="localLink" href="http://schema.org/measuredValue">measuredValue</a> \(or <a class="localLink" href="http://schema.org/median">median</a>, etc.\) and <a class="localLink" href="http://schema.org/observationDate">observationDate</a> \(<a class="localLink" href="http://schema.org/measuredProperty">measuredProperty</a> properties can, but need not always, be W3C RDF Data Cube "measure properties", as in the <a href="https://www.w3.org/TR/vocab-data-cube/#dsd-example">lifeExpectancy example</a>\).
3177
+ See also <a class="localLink" href="http://schema.org/StatisticalPopulation">StatisticalPopulation</a>, and the <a href="/docs/data-and-datasets.html">data and datasets</a> overview for more details.).freeze,
3178
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
3179
+ label: "Observation".freeze,
3180
+ "schema:category": "issue-2291".freeze,
3181
+ "schema:isPartOf": "http://pending.schema.org".freeze,
3182
+ subClassOf: "schema:Intangible".freeze,
3183
+ type: "rdfs:Class".freeze
3167
3184
  term :Occupation,
3168
3185
  comment: %(A profession, may involve prolonged training and/or a formal qualification.).freeze,
3169
3186
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/1698".freeze,
@@ -4361,6 +4378,16 @@ Related actions:<br/><br/>
4361
4378
  label: "State".freeze,
4362
4379
  subClassOf: "schema:AdministrativeArea".freeze,
4363
4380
  type: "rdfs:Class".freeze
4381
+ term :StatisticalPopulation,
4382
+ comment: %(A StatisticalPopulation is a set of instances of a certain given type that satisfy some set of constraints. The property <a class="localLink" href="http://schema.org/populationType">populationType</a> is used to specify the type. Any property that can be used on instances of that type can appear on the statistical population. For example, a <a class="localLink" href="http://schema.org/StatisticalPopulation">StatisticalPopulation</a> representing all <a class="localLink" href="http://schema.org/Person">Person</a>s with a <a class="localLink" href="http://schema.org/homeLocation">homeLocation</a> of East Podunk California, would be described by applying the appropriate <a class="localLink" href="http://schema.org/homeLocation">homeLocation</a> and <a class="localLink" href="http://schema.org/populationType">populationType</a> properties to a <a class="localLink" href="http://schema.org/StatisticalPopulation">StatisticalPopulation</a> item that stands for that set of people.
4383
+ The properties <a class="localLink" href="http://schema.org/numConstraints">numConstraints</a> and <a class="localLink" href="http://schema.org/constrainingProperties">constrainingProperties</a> are used to specify which of the populations properties are used to specify the population. Note that the sense of "population" used here is the general sense of a statistical
4384
+ population, and does not imply that the population consists of people. For example, a <a class="localLink" href="http://schema.org/populationType">populationType</a> of <a class="localLink" href="http://schema.org/Event">Event</a> or <a class="localLink" href="http://schema.org/NewsArticle">NewsArticle</a> could be used. See also <a class="localLink" href="http://schema.org/Observation">Observation</a>, and the <a href="/docs/data-and-datasets.html">data and datasets</a> overview for more details.).freeze,
4385
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
4386
+ label: "StatisticalPopulation".freeze,
4387
+ "schema:category": "issue-2291".freeze,
4388
+ "schema:isPartOf": "http://pending.schema.org".freeze,
4389
+ subClassOf: "schema:Intangible".freeze,
4390
+ type: "rdfs:Class".freeze
4364
4391
  term :SteeringPositionValue,
4365
4392
  comment: %(A value indicating a steering position.).freeze,
4366
4393
  "dc:source": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Automotive_Ontology_Working_Group".freeze,
@@ -4982,6 +5009,14 @@ Commonly used values:<br/><br/>
4982
5009
  label: "Winery".freeze,
4983
5010
  subClassOf: "schema:FoodEstablishment".freeze,
4984
5011
  type: "rdfs:Class".freeze
5012
+ term :WorkBasedProgram,
5013
+ comment: %(A program with both an educational and employment component. Typically based at a workplace and structured around work-based learning, with the aim of instilling competencies related to an occupation. WorkBasedProgram is used to distinguish programs such as apprenticeships from school, college or other classroom based educational programs.).freeze,
5014
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
5015
+ label: "WorkBasedProgram".freeze,
5016
+ "schema:category": "issue-2289".freeze,
5017
+ "schema:isPartOf": "http://pending.schema.org".freeze,
5018
+ subClassOf: "schema:EducationalOccupationalProgram".freeze,
5019
+ type: "rdfs:Class".freeze
4985
5020
  term :WorkersUnion,
4986
5021
  comment: %(A Workers Union \(also known as a Labor Union, Labour Union, or Trade Union\) is an organization that promotes the interests of its worker members by collectively bargaining with management, organizing, and political lobbying.).freeze,
4987
5022
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/243".freeze,
@@ -6678,6 +6713,16 @@ For example "Available by appointment from the Reading Room" or "Accessible only
6678
6713
  rangeIncludes: "schema:AnatomicalStructure".freeze,
6679
6714
  "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
6680
6715
  type: "rdf:Property".freeze
6716
+ property :constrainingProperty,
6717
+ comment: %(Indicates a property used as a constraint to define a <a class="localLink" href="http://schema.org/StatisticalPopulation">StatisticalPopulation</a> with respect to the set of entities
6718
+ corresponding to an indicated type \(via <a class="localLink" href="http://schema.org/populationType">populationType</a>\).).freeze,
6719
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
6720
+ domainIncludes: "schema:StatisticalPopulation".freeze,
6721
+ label: "constrainingProperty".freeze,
6722
+ rangeIncludes: "schema:Integer".freeze,
6723
+ "schema:category": "issue-2291".freeze,
6724
+ "schema:isPartOf": "http://pending.schema.org".freeze,
6725
+ type: "rdf:Property".freeze
6681
6726
  property :contactOption,
6682
6727
  comment: %(An option available on this contact point \(e.g. a toll-free number or support for hearing-impaired callers\).).freeze,
6683
6728
  domainIncludes: "schema:ContactPoint".freeze,
@@ -7551,10 +7596,12 @@ Use standard formats: <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 c
7551
7596
  rangeIncludes: "schema:AlignmentObject".freeze,
7552
7597
  type: "rdf:Property".freeze
7553
7598
  property :educationalCredentialAwarded,
7554
- comment: %(A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course.).freeze,
7555
- domainIncludes: "schema:Course".freeze,
7599
+ comment: %(A description of the qualification, award, certificate, diploma or other educational credential awarded as a consequence of successful completion of this course or program.).freeze,
7600
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
7601
+ domainIncludes: ["schema:Course".freeze, "schema:EducationalOccupationalProgram".freeze],
7556
7602
  label: "educationalCredentialAwarded".freeze,
7557
7603
  rangeIncludes: ["schema:EducationalOccupationalCredential".freeze, "schema:Text".freeze, "schema:URL".freeze],
7604
+ "schema:category": "issue-2289".freeze,
7558
7605
  type: "rdf:Property".freeze
7559
7606
  property :educationalFramework,
7560
7607
  comment: %(The framework to which the resource being described is aligned.).freeze,
@@ -8550,6 +8597,15 @@ Typical unit code\(s\): LTR for liters, GLL of US gallons, GLI for UK / imperial
8550
8597
  label: "hasCourseInstance".freeze,
8551
8598
  rangeIncludes: "schema:CourseInstance".freeze,
8552
8599
  type: "rdf:Property".freeze
8600
+ property :hasCredential,
8601
+ comment: %(A credential awarded to the Person or Organization.).freeze,
8602
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
8603
+ domainIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
8604
+ label: "hasCredential".freeze,
8605
+ rangeIncludes: "schema:EducationalOccupationalCredential".freeze,
8606
+ "schema:category": "issue-2289".freeze,
8607
+ "schema:isPartOf": "http://pending.schema.org".freeze,
8608
+ type: "rdf:Property".freeze
8553
8609
  property :hasDefinedTerm,
8554
8610
  comment: %(A Defined Term contained in this term set.).freeze,
8555
8611
  "dc:source": "https://github.com/schemaorg/schemaorg/issues/894".freeze,
@@ -9486,7 +9542,7 @@ Note: The order of elements in your mark-up is not sufficient for indicating the
9486
9542
  rangeIncludes: "schema:Person".freeze,
9487
9543
  type: "rdf:Property".freeze
9488
9544
  property :knowsAbout,
9489
- comment: %(Of a <a class="localLink" href="http://schema.org/Person">Person</a>, and less typically of an <a class="localLink" href="http://schema.org/Organization">Organization</a>, to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or yet relate this to educational content, events, objectives or <a class="localLink" href="http://schema.org/JobPosting">JobPosting</a> descriptions.).freeze,
9545
+ comment: %(Of a <a class="localLink" href="http://schema.org/Person">Person</a>, and less typically of an <a class="localLink" href="http://schema.org/Organization">Organization</a>, to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or relate this to educational content, events, objectives or <a class="localLink" href="http://schema.org/JobPosting">JobPosting</a> descriptions.).freeze,
9490
9546
  "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1688".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
9491
9547
  domainIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
9492
9548
  label: "knowsAbout".freeze,
@@ -9950,6 +10006,15 @@ Usage guidelines:<br/><br/>
9950
10006
  rangeIncludes: "schema:URL".freeze,
9951
10007
  "schema:supersededBy": "schema:hasMap".freeze,
9952
10008
  type: "rdf:Property".freeze
10009
+ property :marginOfError,
10010
+ comment: %(A marginOfError for an <a class="localLink" href="http://schema.org/Observation">Observation</a>.).freeze,
10011
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
10012
+ domainIncludes: "schema:Observation".freeze,
10013
+ label: "marginOfError".freeze,
10014
+ rangeIncludes: "schema:DateTime".freeze,
10015
+ "schema:category": "issue-2291".freeze,
10016
+ "schema:isPartOf": "http://pending.schema.org".freeze,
10017
+ type: "rdf:Property".freeze
9953
10018
  property :masthead,
9954
10019
  comment: %(For a <a class="localLink" href="http://schema.org/NewsMediaOrganization">NewsMediaOrganization</a>, a link to the masthead page or a page listing top editorial management.).freeze,
9955
10020
  "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1525".freeze, "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP".freeze],
@@ -10008,6 +10073,24 @@ Usage guidelines:<br/><br/>
10008
10073
  label: "mealService".freeze,
10009
10074
  rangeIncludes: "schema:Text".freeze,
10010
10075
  type: "rdf:Property".freeze
10076
+ property :measuredProperty,
10077
+ comment: %(The measuredProperty of an <a class="localLink" href="http://schema.org/Observation">Observation</a>, either a schema.org property, a property from other RDF-compatible systems e.g. W3C RDF Data Cube, or schema.org extensions such as <a href="https://www.gs1.org/voc/?show=properties">GS1's</a>.).freeze,
10078
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
10079
+ domainIncludes: "schema:Observation".freeze,
10080
+ label: "measuredProperty".freeze,
10081
+ rangeIncludes: "schema:Property".freeze,
10082
+ "schema:category": "issue-2291".freeze,
10083
+ "schema:isPartOf": "http://pending.schema.org".freeze,
10084
+ type: "rdf:Property".freeze
10085
+ property :measuredValue,
10086
+ comment: %(The measuredValue of an <a class="localLink" href="http://schema.org/Observation">Observation</a>.).freeze,
10087
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
10088
+ domainIncludes: "schema:Observation".freeze,
10089
+ label: "measuredValue".freeze,
10090
+ rangeIncludes: "schema:DataType".freeze,
10091
+ "schema:category": "issue-2291".freeze,
10092
+ "schema:isPartOf": "http://pending.schema.org".freeze,
10093
+ type: "rdf:Property".freeze
10011
10094
  property :measurementTechnique,
10012
10095
  comment: %(A technique or technology used in a <a class="localLink" href="http://schema.org/Dataset">Dataset</a> \(or <a class="localLink" href="http://schema.org/DataDownload">DataDownload</a>, <a class="localLink" href="http://schema.org/DataCatalog">DataCatalog</a>\),
10013
10096
  corresponding to the method used for measuring the corresponding variable\(s\) \(described using <a class="localLink" href="http://schema.org/variableMeasured">variableMeasured</a>\). 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 rather as a high level summary for dataset discovery.<br/><br/>
@@ -10380,6 +10463,15 @@ Typical unit code\(s\): KMT for kilometers, SMI for statute miles).freeze,
10380
10463
  label: "numChildren".freeze,
10381
10464
  rangeIncludes: ["schema:Integer".freeze, "schema:QuantitativeValue".freeze],
10382
10465
  type: "rdf:Property".freeze
10466
+ property :numConstraints,
10467
+ comment: %(Indicates the number of constraints \(not counting <a class="localLink" href="http://schema.org/populationType">populationType</a>\) defined for a particular <a class="localLink" href="http://schema.org/StatisticalPopulation">StatisticalPopulation</a>. This helps applications understand if they have access to a sufficiently complete description of a <a class="localLink" href="http://schema.org/StatisticalPopulation">StatisticalPopulation</a>.).freeze,
10468
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
10469
+ domainIncludes: "schema:StatisticalPopulation".freeze,
10470
+ label: "numConstraints".freeze,
10471
+ rangeIncludes: "schema:Integer".freeze,
10472
+ "schema:category": "issue-2291".freeze,
10473
+ "schema:isPartOf": "http://pending.schema.org".freeze,
10474
+ type: "rdf:Property".freeze
10383
10475
  property :numTracks,
10384
10476
  comment: %(The number of tracks in this album or playlist.).freeze,
10385
10477
  domainIncludes: "schema:MusicPlaylist".freeze,
@@ -10507,6 +10599,24 @@ Typical unit code\(s\): ROM for room or C62 for no unit. The type of room can be
10507
10599
  label: "object".freeze,
10508
10600
  rangeIncludes: "schema:Thing".freeze,
10509
10601
  type: "rdf:Property".freeze
10602
+ property :observationDate,
10603
+ comment: %(The observationDate of an <a class="localLink" href="http://schema.org/Observation">Observation</a>.).freeze,
10604
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
10605
+ domainIncludes: "schema:Observation".freeze,
10606
+ label: "observationDate".freeze,
10607
+ rangeIncludes: "schema:DateTime".freeze,
10608
+ "schema:category": "issue-2291".freeze,
10609
+ "schema:isPartOf": "http://pending.schema.org".freeze,
10610
+ type: "rdf:Property".freeze
10611
+ property :observedNode,
10612
+ comment: %(The observedNode of an <a class="localLink" href="http://schema.org/Observation">Observation</a>, often a <a class="localLink" href="http://schema.org/StatisticalPopulation">StatisticalPopulation</a>.).freeze,
10613
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
10614
+ domainIncludes: "schema:Observation".freeze,
10615
+ label: "observedNode".freeze,
10616
+ rangeIncludes: "schema:StatisticalPopulation".freeze,
10617
+ "schema:category": "issue-2291".freeze,
10618
+ "schema:isPartOf": "http://pending.schema.org".freeze,
10619
+ type: "rdf:Property".freeze
10510
10620
  property :occupancy,
10511
10621
  comment: %(The allowed total occupancy for the accommodation in persons \(including infants etc\). For individual accommodations, this is not necessarily the legal maximum but defines the permitted usage as per the contractual agreement \(e.g. a double room used by a single person\).
10512
10622
  Typical unit code\(s\): C62 for person).freeze,
@@ -10527,11 +10637,20 @@ Typical unit code\(s\): C62 for person).freeze,
10527
10637
  comment: %(A category describing the job, preferably using a term from a taxonomy such as <a href="http://www.onetcenter.org/taxonomy.html">BLS O*NET-SOC</a>, <a href="https://www.ilo.org/public/english/bureau/stat/isco/isco08/">ISCO-08</a> or similar, with the property repeated for each applicable value. Ideally the taxonomy should be identified, and both the textual label and formal code for the category should be provided.<br/><br/>
10528
10638
 
10529
10639
  Note: for historical reasons, any textual label and formal code provided as a literal may be assumed to be from O*NET-SOC.).freeze,
10530
- "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1698".freeze, "https://github.com/schemaorg/schemaorg/issues/2192".freeze],
10531
- domainIncludes: ["schema:JobPosting".freeze, "schema:Occupation".freeze],
10640
+ "dc:source": ["https://github.com/schemaorg/schemaorg/issues/1698".freeze, "https://github.com/schemaorg/schemaorg/issues/2192".freeze, "https://github.com/schemaorg/schemaorg/issues/2289".freeze],
10641
+ domainIncludes: ["schema:JobPosting".freeze, "schema:Occupation".freeze, "schema:WorkBasedProgram".freeze],
10532
10642
  label: "occupationalCategory".freeze,
10533
10643
  rangeIncludes: ["schema:CategoryCode".freeze, "schema:Text".freeze],
10534
- "schema:category": ["issue-1698".freeze, "issue-2192".freeze],
10644
+ "schema:category": ["issue-1698".freeze, "issue-2192".freeze, "issue-2289".freeze],
10645
+ type: "rdf:Property".freeze
10646
+ property :occupationalCredentialAwarded,
10647
+ comment: %(A description of the qualification, award, certificate, diploma or other occupational credential awarded as a consequence of successful completion of this course or program.).freeze,
10648
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
10649
+ domainIncludes: ["schema:Course".freeze, "schema:EducationalOccupationalProgram".freeze],
10650
+ label: "occupationalCredentialAwarded".freeze,
10651
+ rangeIncludes: ["schema:EducationalOccupationalCredential".freeze, "schema:Text".freeze, "schema:URL".freeze],
10652
+ "schema:category": "issue-2289".freeze,
10653
+ "schema:isPartOf": "http://pending.schema.org".freeze,
10535
10654
  type: "rdf:Property".freeze
10536
10655
  property :offerCount,
10537
10656
  comment: %(The number of offers for the product.).freeze,
@@ -10548,9 +10667,11 @@ Note: for historical reasons, any textual label and formal code provided as a li
10548
10667
  type: "rdf:Property".freeze
10549
10668
  property :offers,
10550
10669
  comment: %(An offer to provide this item&#x2014;for example, an offer to sell a product, rent the DVD of a movie, perform a service, or give away tickets to an event.).freeze,
10551
- domainIncludes: ["schema:AggregateOffer".freeze, "schema:CreativeWork".freeze, "schema:Event".freeze, "schema:MenuItem".freeze, "schema:Product".freeze, "schema:Service".freeze, "schema:Trip".freeze],
10670
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
10671
+ domainIncludes: ["schema:AggregateOffer".freeze, "schema:CreativeWork".freeze, "schema:EducationalOccupationalProgram".freeze, "schema:Event".freeze, "schema:MenuItem".freeze, "schema:Product".freeze, "schema:Service".freeze, "schema:Trip".freeze],
10552
10672
  label: "offers".freeze,
10553
10673
  rangeIncludes: "schema:Offer".freeze,
10674
+ "schema:category": "issue-2289".freeze,
10554
10675
  type: "rdf:Property".freeze
10555
10676
  property :offersPrescriptionByMail,
10556
10677
  comment: %(Whether prescriptions can be delivered by mail.).freeze,
@@ -11111,6 +11232,15 @@ Typical unit code\(s\): KGM for kilogram, LBR for pound<br/><br/>
11111
11232
  rangeIncludes: "schema:Text".freeze,
11112
11233
  "schema:isPartOf": "http://health-lifesci.schema.org".freeze,
11113
11234
  type: "rdf:Property".freeze
11235
+ property :populationType,
11236
+ comment: %(Indicates the populationType common to all members of a <a class="localLink" href="http://schema.org/StatisticalPopulation">StatisticalPopulation</a>.).freeze,
11237
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2291".freeze,
11238
+ domainIncludes: "schema:StatisticalPopulation".freeze,
11239
+ label: "populationType".freeze,
11240
+ rangeIncludes: "schema:Class".freeze,
11241
+ "schema:category": "issue-2291".freeze,
11242
+ "schema:isPartOf": "http://pending.schema.org".freeze,
11243
+ type: "rdf:Property".freeze
11114
11244
  property :position,
11115
11245
  comment: %(The position of an item in a series or sequence of items.).freeze,
11116
11246
  domainIncludes: ["schema:CreativeWork".freeze, "schema:ListItem".freeze],
@@ -11418,6 +11548,15 @@ Use standard formats: <a href="http://en.wikipedia.org/wiki/ISO_4217">ISO 4217 c
11418
11548
  label: "programName".freeze,
11419
11549
  rangeIncludes: "schema:Text".freeze,
11420
11550
  type: "rdf:Property".freeze
11551
+ property :programPrerequisites,
11552
+ comment: %(Prerequisites for enrolling in the program.).freeze,
11553
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
11554
+ domainIncludes: "schema:EducationalOccupationalProgram".freeze,
11555
+ label: "programPrerequisites".freeze,
11556
+ rangeIncludes: ["schema:AlignmentObject".freeze, "schema:Course".freeze, "schema:EducationalOccupationalCredential".freeze, "schema:Text".freeze],
11557
+ "schema:category": "issue-2289".freeze,
11558
+ "schema:isPartOf": "http://pending.schema.org".freeze,
11559
+ type: "rdf:Property".freeze
11421
11560
  property :programmingLanguage,
11422
11561
  comment: %(The computer programming language.).freeze,
11423
11562
  domainIncludes: "schema:SoftwareSourceCode".freeze,
@@ -11454,9 +11593,11 @@ Standards bodies should promote a standard prefix for the identifiers of propert
11454
11593
  type: "rdf:Property".freeze
11455
11594
  property :provider,
11456
11595
  comment: %(The service provider, service operator, or service performer; the goods producer. Another party \(a seller\) may offer those services or goods on behalf of the provider. A provider may also serve as the seller.).freeze,
11457
- domainIncludes: ["schema:CreativeWork".freeze, "schema:Invoice".freeze, "schema:ParcelDelivery".freeze, "schema:Reservation".freeze, "schema:Service".freeze, "schema:Trip".freeze],
11596
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
11597
+ domainIncludes: ["schema:CreativeWork".freeze, "schema:EducationalOccupationalProgram".freeze, "schema:Invoice".freeze, "schema:ParcelDelivery".freeze, "schema:Reservation".freeze, "schema:Service".freeze, "schema:Trip".freeze],
11458
11598
  label: "provider".freeze,
11459
11599
  rangeIncludes: ["schema:Organization".freeze, "schema:Person".freeze],
11600
+ "schema:category": "issue-2289".freeze,
11460
11601
  type: "rdf:Property".freeze
11461
11602
  property :providerMobility,
11462
11603
  comment: %(Indicates the mobility of a provided service \(e.g. 'static', 'dynamic'\).).freeze,
@@ -11587,6 +11728,15 @@ While such policies are most typically expressed in natural language, sometimes
11587
11728
  label: "ratingCount".freeze,
11588
11729
  rangeIncludes: "schema:Integer".freeze,
11589
11730
  type: "rdf:Property".freeze
11731
+ property :ratingExplanation,
11732
+ comment: %(A short explanation \(e.g. one to two sentences\) providing background context and other information that led to the conclusion expressed in the rating. This is particularly applicable to ratings associated with "fact check" markup using <a class="localLink" href="http://schema.org/ClaimReview">ClaimReview</a>.).freeze,
11733
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2300".freeze,
11734
+ domainIncludes: "schema:Rating".freeze,
11735
+ label: "ratingExplanation".freeze,
11736
+ rangeIncludes: "schema:Text".freeze,
11737
+ "schema:category": "issue-2300".freeze,
11738
+ "schema:isPartOf": "http://pending.schema.org".freeze,
11739
+ type: "rdf:Property".freeze
11590
11740
  property :ratingValue,
11591
11741
  comment: %(The rating for the content.<br/><br/>
11592
11742
 
@@ -12197,6 +12347,15 @@ Typical unit code\(s\): KGM for kilogram, LBR for pound<br/><br/>
12197
12347
  label: "salaryCurrency".freeze,
12198
12348
  rangeIncludes: "schema:Text".freeze,
12199
12349
  type: "rdf:Property".freeze
12350
+ property :salaryUponCompletion,
12351
+ comment: %(The expected salary upon completing the training.).freeze,
12352
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
12353
+ domainIncludes: "schema:EducationalOccupationalProgram".freeze,
12354
+ label: "salaryUponCompletion".freeze,
12355
+ rangeIncludes: "schema:MonetaryAmountDistribution".freeze,
12356
+ "schema:category": "issue-2289".freeze,
12357
+ "schema:isPartOf": "http://pending.schema.org".freeze,
12358
+ type: "rdf:Property".freeze
12200
12359
  property :sameAs,
12201
12360
  comment: %(URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.).freeze,
12202
12361
  domainIncludes: "schema:Thing".freeze,
@@ -13174,6 +13333,15 @@ Open-ended date ranges can be written with ".." in place of the end date. For ex
13174
13333
  label: "timeRequired".freeze,
13175
13334
  rangeIncludes: "schema:Duration".freeze,
13176
13335
  type: "rdf:Property".freeze
13336
+ property :timeToComplete,
13337
+ comment: %(The expected length of time to complete the program if attending full-time.).freeze,
13338
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
13339
+ domainIncludes: "schema:EducationalOccupationalProgram".freeze,
13340
+ label: "timeToComplete".freeze,
13341
+ rangeIncludes: "schema:Duration".freeze,
13342
+ "schema:category": "issue-2289".freeze,
13343
+ "schema:isPartOf": "http://pending.schema.org".freeze,
13344
+ type: "rdf:Property".freeze
13177
13345
  property :tissueSample,
13178
13346
  comment: %(The type of tissue sample required for the test.).freeze,
13179
13347
  domainIncludes: "schema:PathologyTest".freeze,
@@ -13332,6 +13500,15 @@ Typical unit code\(s\): KGM for kilogram, LBR for pound
13332
13500
  label: "trainNumber".freeze,
13333
13501
  rangeIncludes: "schema:Text".freeze,
13334
13502
  type: "rdf:Property".freeze
13503
+ property :trainingSalary,
13504
+ comment: %(The estimated salary earned while in the program.).freeze,
13505
+ "dc:source": "https://github.com/schemaorg/schemaorg/issues/2289".freeze,
13506
+ domainIncludes: "schema:WorkBasedProgram".freeze,
13507
+ label: "trainingSalary".freeze,
13508
+ rangeIncludes: "schema:MonetaryAmountDistribution".freeze,
13509
+ "schema:category": "issue-2289".freeze,
13510
+ "schema:isPartOf": "http://pending.schema.org".freeze,
13511
+ type: "rdf:Property".freeze
13335
13512
  property :transFatContent,
13336
13513
  comment: %(The number of grams of trans fat.).freeze,
13337
13514
  domainIncludes: "schema:NutritionInformation".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.8
4
+ version: 3.0.10
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-07-13 00:00:00.000000000 Z
13
+ date: 2019-09-02 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rdf