Difference between revisions of "LRMI/Properties/teachesCompetencies"

From Creative Commons
Jump to: navigation, search
(Examples: added competency example using the new intangible)
(link to competency in the LRMI wiki pages)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
'''Property''': teachesCompetencies
 
'''Property''': teachesCompetencies
  
'''Description''':
+
'''Description''': The competency, learning standard, and/or skill that the work teaches.
  
'''Expected Type''':
+
'''Expected Type''': schema.org/[[LRMI/Properties/Competency|Competency]]
  
 
===Examples===
 
===Examples===

Latest revision as of 23:36, 15 November 2011

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