Description of a Career

From Wikipedia, the free encyclopedia

"DoaC" redirects here. DoaC may also stand for Diary of a Camper.

Description Of A Career (DOAC) is a semantic vocabulary created by Ramon A. Parada to describe professional capabilities of a worker. It has been designed to be compatible with the European curriculum (Europass) so those can be generated from a FOAF+DOAC file. It includes information about education, working experience, publications, spoken languages and other skills so it can be shared and processed by any application.

[edit] Example

<foaf:Person>
   <foaf:name>Ramon Antonio Parada</foaf:name>
   <foaf:mbox rdf:resource="mailto:rap@ramonantonio.net" />
   <foaf:homepage rdf:resource="http://ramonantonio.net/" />
        
   <doac:experience>
      <doac:WorkExperience>
         <doac:title>Website Mantainer</doac:title>
         <doac:organization>Equus Zebra</doac:organization>
         <doac:start-date>2000-06-15</doac:start-date>
         <doac:end-date>2000-06-15</doac:end-date>
      </doac:WorkExperience>
   </doac:experience>
        
   <doac:education>
      <doac:Degree>
         <doac:title>Systems Engineer</doac:title>
         <doac:organization>University of a Corunha</doac:organization>
         <doac:start-date>2000-06-01</doac:start-date>      
         <doac:end-date>2000-06-15</doac:end-date>
      </doac:Degree>
   </doac:education>
        
   <doac:skill>
      <doac:LanguageSkill>
         <doac:language>es</doac:language>
         <doac:reads rdf:resource="http://ramonantonio.net/doac/0.1/#nativelevel"/>
         <doac:writes rdf:resource="http://ramonantonio.net/doac/0.1/#nativelevel"/>
         <<doac:speaks rdf:resource="http://ramonantonio.net/doac/0.1/#nativelevel"/>>
       </doac:LanguageSkill>
   </doac:skill>
        
   <doac:skill>
      <doac:LanguageSkill>
         <doac:language>en</doac:language>
         <doac:reads rdf:resource="http://ramonantonio.net/doac/0.1/#highlevel"/>
         <doac:writes rdf:resource="http://ramonantonio.net/doac/0.1/#highlevel"/>
         <<doac:speaks rdf:resource="http://ramonantonio.net/doac/0.1/#highlevel"/>>
       </doac:LanguageSkill>
   </doac:skill>

</foaf:Person>

[edit] See also

[edit] External links


In other languages