Inicio | DOAC | BigPress | Weblog | Acerca de

DOAC Vocabulary Specification

Working Draft

Latest version:
http://ramonantonio.net/doac/0.1/ (rdfs)
Last update:
$Date: 2006/07/08 07:52:58 $
Revision:
$Revision: 0.05-3 $
Author:
Ramon Antonio Parada

DOAC Overview

DOAC is a Vocabulary to descripve professional capabilities of a worker. It has been designed to be compatible with the Europass Curriculum so those can be generated from a FOAF+DOAC file.

<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:VolunterExperience>
         <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:VolunterExperience>
   </doac:experience>

   <doac:education>
      <doac:Degree>
         <doac:title>Systems Engineer</doac:title>
         <doac:organization>University of a Corunha</doac:organization>
         <doac:start-date>2000-10-01</doac:start-date>
         <doac:end-date>2006-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>

Property: doac:experience

Experience - Work experience
Status: unstable
Domain: foaf:Person
Range: doac:Experience

Property: doac:education

Experience - Education finished or to be finished
Status: testing
Domain: foaf:Person
Range: doac:Education

Property: doac:skill

skill - Work experience
Status: testing
Domain: foaf:Person
Range: doac:Skill

Property: doac:reference

reference - Reference
Status: testing
Domain: foaf:Person
Range: doac:Reference

Property: doac:publication

publication - Publication
Status: unstable
Domain: foaf:Person
Range: doac:Publication

Class: doac:Experience

Experience - Work experience

Class: doac:Education

Education - Education and training

Class: doac:Skill

Skill - Skills
Status: unstable
Domain: foaf:Person
Range: http://www.w3.org/2000/01/rdf-schema#Literal

Class: doac:LanguageSkill

LanguageSkill - Language Skills
Status: unstable
subClassOf: doac:Skill
Range: http://www.w3.org/2000/01/rdf-schema#Literal

Class: doac:SocialSkill

SocialSkill - Social Skills
Status: unstable
subClassOf: doac:Skill
Range: http://www.w3.org/2000/01/rdf-schema#Literal

Class: doac:OrganisationalSkill

OrganisationalSkill - Organisational Skill
Status: unstable
subClassOf: doac:Skill
Range: http://www.w3.org/2000/01/rdf-schema#Literal

Class: doac:ComputerSkill

ComputerSkill - Habilities using a computer
Status: unstable
subClassOf: doac:Skill
Range: http://www.w3.org/2000/01/rdf-schema#Literal

Class: doac:DrivingSkill

DrivingSkill - Driving Licenses
Status: unstable
subClassOf: doac:Skill
Range: http://www.w3.org/2000/01/rdf-schema#Literal