Skip to content

Commit 508dc25

Browse files
committed
tweak to definition of skills and an example of refering to a competence from a defined term set for issue schemaorg#2322
1 parent a035555 commit 508dc25

File tree

2 files changed

+55
-10
lines changed

2 files changed

+55
-10
lines changed

data/examples.txt

Lines changed: 50 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -998,13 +998,13 @@ RDFA:
998998
<div vocab="http://schema.org/" typeof="Product">
999999
<img property="image" src="dell-30in-lcd.jpg" alt="A Dell UltraSharp monitor"> <span property="name">Dell UltraSharp 30" LCD Monitor</span>
10001000
<div property="aggregateRating" typeof="AggregateRating">
1001-
<span property="ratingValue">87</span> out of
1002-
<span property="bestRating">100</span> based on
1001+
<span property="ratingValue">87</span> out of
1002+
<span property="bestRating">100</span> based on
10031003
<span property="ratingCount">24</span> user ratings
10041004
</div>
10051005
<div property="offers" typeof="AggregateOffer">
1006-
<span property="lowPrice">$1250</span> to
1007-
<span property="highPrice">$1495</span> from
1006+
<span property="lowPrice">$1250</span> to
1007+
<span property="highPrice">$1495</span> from
10081008
<span property="offerCount">8</span> sellers Sellers:
10091009
<div property="offers" typeof="Offer">
10101010
<a property="url" href="save-a-lot-monitors.com/dell-30.html">Save A Lot Monitors - $1250</a>
@@ -10889,8 +10889,8 @@ MICRODATA:
1088910889
<div itemprop="member" itemscope itemtype="http://schema.org/Person">
1089010890
<span itemprop="name">Joe Montana</span>
1089110891
</div>
10892-
<span itemprop="startDate">1979</span>
10893-
<span itemprop="endDate">1992</span>
10892+
<span itemprop="startDate">1979</span>
10893+
<span itemprop="endDate">1992</span>
1089410894
<span itemprop="roleName">Quarterback</span>
1089510895
</div>
1089610896
</div>
@@ -10903,8 +10903,8 @@ RDFA:
1090310903
<div property="member" typeof="http://schema.org/Person">
1090410904
<span property="name">Joe Montana</span>
1090510905
</div>
10906-
<span property="startDate">1979</span>
10907-
<span property="endDate">1992</span>
10906+
<span property="startDate">1979</span>
10907+
<span property="endDate">1992</span>
1090810908
<span property="roleName">Quarterback</span>
1090910909
</div>
1091010910
</div>
@@ -11586,3 +11586,45 @@ JSON:
1158611586
}
1158711587
}
1158811588
</script>
11589+
11590+
TYPES: skills
11591+
11592+
PRE-MARKUP:
11593+
11594+
Junior Software Developer must have Knowledge of computer
11595+
programming principles as defined by the National Initiative for
11596+
Cybersecurity Education (NICE) Cybersecurity Workforce Framework
11597+
11598+
11599+
MICRODATA:
11600+
11601+
todo
11602+
11603+
RDFA:
11604+
11605+
todo
11606+
11607+
JSON:
11608+
11609+
<script type="application/ld+json">
11610+
{
11611+
"@context": "http://schema.org/",
11612+
"@type": "JobPosting",
11613+
"title": "Junior software developer",
11614+
"skills": {
11615+
"@type": "DefinedTerm",
11616+
"termCode": "K0016",
11617+
"description": "Knowledge of computer programming principles",
11618+
"inDefinedTermSet": {
11619+
"@type": "DefinedTermSet",
11620+
"name": "National Initiative for Cybersecurity Education (NICE) Cybersecurity Workforce Framework",
11621+
"url": "https://doi.org/10.6028/NIST.SP.800-181",
11622+
"publisher": {
11623+
"@type": "Organization",
11624+
"name": "National Institute of Standards and Technology (NIST)"
11625+
},
11626+
"datePublished": "2017-08"
11627+
}
11628+
}
11629+
}
11630+
</script>

data/schema.rdfa

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10944,7 +10944,7 @@ See also the &lt;a href=&quot;/docs/hotels.html&quot;&gt;dedicated document on t
1094410944

1094510945
<div typeof="rdfs:Class" resource="http://schema.org/CampingPitch">
1094610946
<span class="h" property="rdfs:label">CampingPitch</span>
10947-
<span property="rdfs:comment">A [[CampingPitch]] is an individual place for overnight stay in the outdoors, typically being part of a larger camping site, or [[Campground]].\n\n
10947+
<span property="rdfs:comment">A [[CampingPitch]] is an individual place for overnight stay in the outdoors, typically being part of a larger camping site, or [[Campground]].\n\n
1094810948
In British English a campsite, or campground, is an area, usually divided into a number of pitches, where people can camp overnight using tents or camper vans or caravans; this British English use of the word is synonymous with the American English expression campground. In American English the term campsite generally means an area where an individual, family, group, or military unit can pitch a tent or park a camper; a campground may contain many campsites.
1094910949
(Source: Wikipedia see [https://en.wikipedia.org/wiki/Campsite](https://en.wikipedia.org/wiki/Campsite)).\n\n
1095010950
See also the dedicated [document on the use of schema.org for marking up hotels and other forms of accommodations](/docs/hotels.html).
@@ -11893,12 +11893,15 @@ Note: for historical reasons, any textual label and formal code provided as a li
1189311893

1189411894
<div typeof="rdf:Property" resource="http://schema.org/skills">
1189511895
<span class="h" property="rdfs:label">skills</span>
11896-
<span property="rdfs:comment">Skills required to fulfill this role or in this Occupation.</span>
11896+
<span property="rdfs:comment">A statement of knowledge, skill, ability, task or any other assertion expressing a competency that is desired or required to fulfill this role or to work in this occupation.</span>
1189711897
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/JobPosting">JobPosting</a></span>
1189811898
<span>Domain: <a property="http://schema.org/domainIncludes" href="http://schema.org/Occupation">Occupation</a></span>
1189911899
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/Text">Text</a></span>
11900+
<span>Range: <a property="http://schema.org/rangeIncludes" href="http://schema.org/DefinedTerm">DefinedTerm</a></span>
1190011901
<span property="schema:category">issue-1698</span>
11902+
<span property="schema:category">issue-2322</span>
1190111903
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/1698"></a>
11904+
<a property="dc:source" href="https://github.com/schemaorg/schemaorg/issues/2322"></a>
1190211905
</div>
1190311906

1190411907
<div typeof="rdf:Property" resource="http://schema.org/hasOccupation">

0 commit comments

Comments
 (0)