ResumeRDF

From Wiki

Jump to: navigation, search
This article is a stub. You can help us by expanding it.

Related Resources: XHTML+RDFa 1.0, Dublin Core, Extracting Semantic Data from XHTML+RDFa

The usual namespace name for the ResumeRDF ontology is:

xmlns:cv="http://captsolo.net/semweb/resume/0.2/"

Contents

Writting a CV with XHTML+RDFa and ResumeRDF

Notice that your CV must be an XHTML+RDFa 1.0 document!

Encoding Current Employment

<h4>Employment</h4>
<ul>
 <li> 
  <span about="http://www.informatik.tu-cottbus.de/~wwwitec/" property="cv:isCurrent" content="true">Current possition:
   <span property="cv:jobType" content="employee">
    <span property="cv:jobTitle">Senior Researcher</span>
   </span>
  </span> - <span property="cv:employedIn" content="http://www.informatik.tu-cottbus.de/~wwwitec/">Chair of Internet Technology</span>, 
  Brandenburg University of Technology at Cottbus, from <span property="cv:startDate">March 2005</span>.
 </li>
 <li>...</li>
</ul>

Encoding Education Record


Encoding Language Skills


See: http://rdfs.org/resume-rdf/
Personal tools