LRMI/Properties/teachesCompetencies

From Creative Commons
Jump to: navigation, search

Property: teachesCompetencies

Description: The competency, learning standard, and/or skill that the work teaches.

Expected Type: schema.org/Competency

Examples

Example 1

markup:

<div itemscope itemtype="http://schema.org/Book">

<link itemprop="url" href="http://example.com/IntroSDM.html" />
<span itemprop="name">Introduction to Single Digit Multiplication</span>
by <a itemprop="author" href="/author/JohnDoe.html">John Doe</a>.

<div itemprop="teachesCompetency" itemscope itemtype="http://schema.org/Competency">
This book teaches <a itemprop="url" href="http://purl.org/ASN/resources/S114347D">
<span itemprop="name">single digit multiplication</span></a>

</div>

output of the Rich Snippets Testing Tool:

Item
  Type: http://schema.org/book
  url = http://example.com/IntroSDM.html
  name = Introduction to Single Digit Multiplication
  author
    text = John Doe
    href = http://grossmeier.net/author/JohnDoe.html
  teachescompetency = Item( 1 )
Warning: Property "teachescompetency" was not found.

Item 1
  Type: http://schema.org/competency
  url
    text = single digit multiplication
    href = http://purl.org/ASN/resources/S114347D
  name = single digit multiplication