Difference between revisions of "LRMI/Properties/teachesCompetencies"
(Created page with "'''Property''': teachesCompetencies '''Description''': '''Expected Type''': ===Examples=== <nowiki> put <html> examples here </nowiki>") |
(link to competency in the LRMI wiki pages) |
||
(2 intermediate revisions 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=== | ||
− | <nowiki> | + | ====Example 1==== |
− | + | '''markup:''' | |
+ | <nowiki> | ||
+ | <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> | ||
+ | </nowiki> | ||
+ | |||
+ | '''output of the [http://www.google.com/webmasters/tools/richsnippets|Google Rich Snippets Testing Tool]:''' | ||
+ | <nowiki> | ||
+ | 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 | ||
</nowiki> | </nowiki> |
Latest revision as of 22: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