Skip to content

Commit

Permalink
1f72d1315e0d19491cfb2ea77c66ce7d58101259
Browse files Browse the repository at this point in the history
  • Loading branch information
danbri committed Jul 24, 2019
1 parent dafe657 commit 2a09213
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions data/ext/pending/issue-2289.rdfa
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
<span property="schema:category">issue-2289</span><a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2289">#2289</a>
</div>
<div typeof="rdfs:Class" resource="http://schema.org/WorkBasedProgram">
<span class="h" property="rdfs:label">WorkBasedProgram</span>
<div typeof="rdfs:Class" resource="http://schema.org/">
<span class="h" property="rdfs:label"></span>
<span property="rdfs: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.</span>
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/EducationalOccupationalProgram">EducationalOccupationalProgram</a></span>
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
Expand Down Expand Up @@ -45,7 +45,7 @@
</div>
<div typeof="rdf:Property" resource="http://schema.org/occupationalCategory">
<span class="h" property="rdfs:label">occupationalCategory</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/WageBasedTraining">WageBasedTraining</a></span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/WorkBasedProgram">WorkBasedProgram</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/CategoryCode">CategoryCode</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
<span property="schema:category">issue-2289</span><a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2289">#2289</a>
Expand Down Expand Up @@ -85,7 +85,7 @@
<div typeof="rdf:Property" resource="http://schema.org/trainingSalary">
<span class="h" property="rdfs:label">trainingSalary</span>
<span property="rdfs:comment">The estimated salary earned while in the program.</span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/WageBasedTraining">WageBasedTraining</a></span>
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/WorkBasedProgram">WorkBasedProgram</a></span>
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/MonetaryAmountDistribution">MonetaryAmountDistribution</a></span>
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
<span property="schema:category">issue-2289</span><a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2289">#2289</a>
Expand Down
7 changes: 4 additions & 3 deletions data/ext/pending/issue-2291.rdfa
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ population, and does not imply that the population consists of people. For examp
<div typeof="rdf:Property" resource="http://schema.org/constrainingProperty">
<span>Category: <span property="schema:category">issue-2291</span></span>
<span class="h" property="rdfs:label">constrainingProperty</span>
<span property="rdfs:comment">Indicates the number of constraints (not counting [[populationType]]) defined for a particular [[StatisticalPopulation]]. This helps applications understand if they have access to a sufficiently complete description of a [[StatisticalPopulation]].</span>
<span property="rdfs:comment">Indicates a property used as a constraint to define a [[StatisticalPopulation]] with respect to the set of entities
corresponding to an indicated type (via [[populationType]]).</span>
<span>domainIncludes: <a property="http://schema.org/domainIncludes" href="http://schema.org/StatisticalPopulation">StatisticalPopulation</a></span>
<span>rangeIncludes: <a property="http://schema.org/rangeIncludes" href="https://schema.org/Integer">Integer</a></span>
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
Expand All @@ -59,8 +60,8 @@ population, and does not imply that the population consists of people. For examp
<div typeof="rdfs:Class" resource="http://schema.org/Observation">
<span>Category: <span property="schema:category">issue-2291</span></span>
<span class="h" property="rdfs:label">Observation</span>
<span property="rdfs:comment">Instances of the class [[Observation]] are used to specify observations about an entity (which may or may not be an instance of a [[StatisticalPopulation]]), at a particular time. The principal properties of an [[Observation]] are [[observedNode]], [[measuredProperty]], [[measuredValue]] (or [[median]], etc.) and [[observationDate]] ([[measuredProperty]] properties can, but need not always, be W3C RDF Data Cube "measure properties", as in the [[lifeExpectancy example]](https://www.w3.org/TR/vocab-data-cube/#dsd-example).
See also [[StatisticalPopulation]], and <a href="/docs/data-and-datasets.html">data and datasets</a> overview for more details.
<span property="rdfs:comment">Instances of the class [[Observation]] are used to specify observations about an entity (which may or may not be an instance of a [[StatisticalPopulation]]), at a particular time. The principal properties of an [[Observation]] are [[observedNode]], [[measuredProperty]], [[measuredValue]] (or [[median]], etc.) and [[observationDate]] ([[measuredProperty]] properties can, but need not always, be W3C RDF Data Cube "measure properties", as in the [lifeExpectancy example](https://www.w3.org/TR/vocab-data-cube/#dsd-example)).
See also [[StatisticalPopulation]], and the [data and datasets](/docs/data-and-datasets.html) overview for more details.
</span>
<span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span>
<link property="http://schema.org/isPartOf" href="http://pending.schema.org" />
Expand Down

0 comments on commit 2a09213

Please sign in to comment.