When going through the documentation of ResumeRDF, I found some issues.
http://rdfs.org/resume-rdfThe first one is a type.
Class: cv:Refernece
Refernece - CV entry for references
This should be cv:Reference, instead of cv:Refernece
All other reference properties & classes use the correct spelling of reference.
I also have an issue with Language.
I think this part is not completed yet.
I don't see how I can connect a languageskill with a Person, as their is currently no hasLanguageSkill property.
I see the creator mentions on cv:LanguageSkill : Inherited skill level used for spoken.
This is unclear for me as there is no lngSkillLevelSpoken
Another thing that is unclear is how I attach a language to this.
I speak three languages and have no idea on how to specify them atm.
<div typeof="cv:Person">
<h2>Languages</h2>
<div property="cv:hasLanguageSkill" typeof="cv:LanguageSkill">
<h3 property="cv:lngSkillCode" content="en">English<h3>
<p>speaking: <span property="cv:lngSkillLevelSpoken">5</span> / 5</p>
<p>reading: <span property="cv:lngSkillLevelReading">5</span> / 5</p>
<p>writing: <span property="cv:lngSkillLevelWritten">4</span> / 5</p>
</div>
</div>
And I would use
BCP 47 for language codes
Regards, Frederik.