|
| 1 | +<div> |
| 2 | + |
| 3 | +<!-- COMMENTED OUT PENDING LRMI SANITY CHECK |
| 4 | + |
| 5 | + <div typeof="rdfs:Class" resource="http://schema.org/LearningResource"> |
| 6 | + |
| 7 | + <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Intangible">Intangible</a></span> |
| 8 | + |
| 9 | + <span class="h" property="rdfs:label">LearningResource</span> |
| 10 | + <span property="rdfs:comment">The LearningResource type can be used to indicate things (e.g. a [[CreativeWork]], [[Event]], [[Product]] etc.) that have |
| 11 | +a particular and explicit orientation towards learning, education, skill acquisition and other educational purposes. |
| 12 | + |
| 13 | +[[LearningResource]] is expected to be used as an addition to a primary type such as [[Book]], [[Video]] etc. |
| 14 | + |
| 15 | +Every [[EducationEvent]] is a [[LearningResource]], and the various outcomes from such events might or might not be usefully considered to also be [[LearningResource]]s. |
| 16 | +For example, an [[EducationEvent]] might have associated [[CreativeWork]]s that are [[recordedIn]] the event or are a [[workFeatured]] or [[workPerformed]] of the event. |
| 17 | +Similarly, the (proposed) [[CourseInstance]] type represents as an [[Event]] an occurrence of a [[Course]]; we consider anything that is one of these types to |
| 18 | +by definition be a [[LearningResource]]. |
| 19 | + |
| 20 | +It should be also noted that there is currently no consensus in the wider schema.org community as to whether a [[LearningResource]] type is useful, or whether it would |
| 21 | +be better modeled purely as a subtype of [[CreativeWork]]. |
| 22 | + </span> |
| 23 | + |
| 24 | + <span property="schema:category">issue-1401</span> |
| 25 | + <a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1401">#1401</a> |
| 26 | + <link property="http://schema.org/isPartOf" href="http://pending.schema.org" /> |
| 27 | + |
| 28 | + </div> |
| 29 | + |
| 30 | + |
| 31 | +<!-- annotate existing core and pending types as also subclasses of LearningResource --> |
| 32 | + |
| 33 | + <div typeof="rdfs:Class" resource="http://schema.org/EducationEvent"> |
| 34 | + <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/LearningResource">LearningResource</a></span> |
| 35 | + </div> |
| 36 | + |
| 37 | + <div typeof="rdfs:Class" resource="http://schema.org/Course"> |
| 38 | + <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Course">Course</a></span> |
| 39 | + </div> |
| 40 | + |
| 41 | + <div typeof="rdfs:Class" resource="http://schema.org/CourseInstance"> |
| 42 | + <span>Subclass of: <a property="rdfs:subClassOf" href="http://schema.org/Course">CourseInstance</a></span> |
| 43 | + </div> |
| 44 | + |
| 45 | + --> |
| 46 | + |
| 47 | +</div> |
0 commit comments