Skip to content

Commit 81f2e8c

Browse files
committed
Tweak to definition of skills property and example for issue schemaorg#2322
1 parent a035555 commit 81f2e8c

File tree

2 files changed

+46
-1
lines changed

2 files changed

+46
-1
lines changed

data/examples.txt

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)