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 experienceStatus: unstable
Domain: foaf:Person
Range: doac:Experience
Property: doac:education
Experience - Education finished or to be finishedStatus: testing
Domain: foaf:Person
Range: doac:Education
Property: doac:skill
skill - Work experienceStatus: testing
Domain: foaf:Person
Range: doac:Skill
Property: doac:reference
reference - ReferenceStatus: testing
Domain: foaf:Person
Range: doac:Reference
Property: doac:publication
publication - PublicationStatus: unstable
Domain: foaf:Person
Range: doac:Publication
Class: doac:Experience
Experience - Work experience- Property: doac:title Title of qualification awarded
- Property: doac:date-starts Dates
- Property: doac:date-ends Dates
- Property: doac:position Occupation or position held
- Property: doac:activity Main activities and responsibilities
Class: doac:Education
Education - Education and training- Property: doac:title Title of qualification awarded
- Class: foaf:organisation Name and type of organisation providing education and training
- Property: doac:date-starts Dates
- Property: doac:date-ends Dates
- Property: doac:subject Principal subjects/occupational skills covered
- Property: doac:level Level in national or international classification
Class: doac:Skill
Skill - SkillsStatus: unstable
Domain: foaf:Person
Range: http://www.w3.org/2000/01/rdf-schema#Literal
Class: doac:LanguageSkill
LanguageSkill - Language SkillsStatus: unstable
subClassOf: doac:Skill
Range: http://www.w3.org/2000/01/rdf-schema#Literal
- Property: doac:language Refered language
- Property: doac:reads Reading capabilities
- Property: doac:writes Writing capabilities
- Property: doac:speaks Speaking capability
Class: doac:SocialSkill
SocialSkill - Social SkillsStatus: unstable
subClassOf: doac:Skill
Range: http://www.w3.org/2000/01/rdf-schema#Literal
Class: doac:OrganisationalSkill
OrganisationalSkill - Organisational SkillStatus: unstable
subClassOf: doac:Skill
Range: http://www.w3.org/2000/01/rdf-schema#Literal
Class: doac:ComputerSkill
ComputerSkill - Habilities using a computerStatus: unstable
subClassOf: doac:Skill
Range: http://www.w3.org/2000/01/rdf-schema#Literal
Class: doac:DrivingSkill
DrivingSkill - Driving LicensesStatus: unstable
subClassOf: doac:Skill
Range: http://www.w3.org/2000/01/rdf-schema#Literal
