-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathresume.rdf
More file actions
18 lines (18 loc) · 30.6 KB
/
resume.rdf
File metadata and controls
18 lines (18 loc) · 30.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="ISO-8859-1"?><!DOCTYPE rdf:RDF[
<!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
<!ENTITY a 'http://protege.stanford.edu/system#'>
<!ENTITY ns_1_6 'http://xmlns.com/wordnet/1.6/'>
<!ENTITY cv_rdfs 'http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#'>
<!ENTITY cv_base 'http://kaste.lv/~captsolo/semweb/resume/base.rdfs#'>
<!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'>
]><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:a="http://protege.stanford.edu/system#" xmlns:cv_rdfs="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#" xmlns:cv_base="http://kaste.lv/~captsolo/semweb/resume/base.rdfs#" xmlns:ns_1_6="http://xmlns.com/wordnet/1.6/" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"><!-- RDF Schema for describing Curriculum Vitae (CV) = Resumes --><!-- Copyright (c) 2002 by Uldis Bojars --><!-- This file contains the Resume RDF schema located --><!-- at "http://kaste.lv/~captsolo/semweb/resume/cv.rdfs". --><!-- Suggestions and comments are welcome --><!-- mailto: uldis.bojars_(at)_gmx.net --><!-- http://kaste.lv/~captsolo --><rdfs:Class rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#CV" rdfs:comment="CV subclass of WordNet Curriculum Vitae" rdfs:label="CV"><rdfs:subClassOf rdf:resource="http://xmlns.com/wordnet/1.6/Curriculum_Vitae" /></rdfs:Class><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#aboutPerson" rdfs:label="aboutPerson"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#CV" /><rdfs:range rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Person" /></rdf:Property><rdfs:Class rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#CV_Entry" rdfs:label="CV_Entry"><rdfs:comment>Single entry of CV information. Type of CV information specified in subclasses</rdfs:comment><rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource" /></rdfs:Class><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#hasWorkHistory" rdfs:label="hasWorkHistory"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#CV" /><rdfs:range rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#WorkHistory" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#hasEducation" rdfs:label="hasEducation"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#CV" /><rdfs:range rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Education" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#hasCourse" rdfs:label="hasCourse"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#CV" /><rdfs:range rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Course" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#hasSkill" rdfs:label="hasSkill"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#CV" /><rdfs:range rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Skill" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#hasReference" rdfs:label="hasReference"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#CV" /><rdfs:range rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Refernece" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#hasTarget" rdfs:label="hasTarget"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#CV" /><rdfs:range rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Target" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#hasOtherInfo" rdfs:label="hasOtherInfo"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#CV" /><rdfs:range rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#OtherInfo" /></rdf:Property><!-- Person's information --><!-- N.B. Most of person's properties are vCard properties and not defined here --><rdfs:Class rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Person" rdfs:comment="CV subclass of WordNet person" rdfs:label="Person"><rdfs:subClassOf rdf:resource="http://xmlns.com/wordnet/1.6/Person" /></rdfs:Class><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#gender" rdfs:label="gender"><rdfs:comment>Gender property (man/woman)</rdfs:comment><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Person" /><rdfs:range rdf:resource="http://kaste.lv/~captsolo/semweb/resume/base.rdfs#SexProperty" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#birthPlace" rdfs:comment="Place of birth of the person." rdfs:label="birthPlace"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Person" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#hasCitizenship" rdfs:label="hasCitizenship"><rdfs:comment>Person's citizenship.</rdfs:comment><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Person" /><rdfs:range rdf:resource="http://www.daml.org/2001/09/countries/countries.daml#" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#hasNationality" rdfs:comment="Person's nationality." rdfs:label="hasNationality"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Person" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#maritalStatus" rdfs:label="familyStatus"><rdfs:comment>Indicates person's marital status.</rdfs:comment><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Person" /><rdfs:range rdf:resource="http://kaste.lv/~captsolo/semweb/resume/base.rdfs#MaritalStatus" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#noOfChildren" rdfs:comment="Number of children the person has." rdfs:label="noOfChildren"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Person" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#hasDriversLicense" rdfs:label="hasDriversLicense"><rdfs:comment>Indicates if the person has drivers license (for regular cars).</rdfs:comment><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Person" /><rdfs:range rdf:resource="http://kaste.lv/~captsolo/semweb/resume/base.rdfs#BooleanValue" /></rdf:Property><!-- Company classes and information --><rdfs:Class rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Organization" rdfs:comment="General class for organizations" rdfs:label="Organization"><rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource" /></rdfs:Class><rdfs:Class rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Company" rdfs:comment="A class for company information." rdfs:label="Company"><rdfs:subClassOf rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Organization" /></rdfs:Class><rdfs:Class rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#EducationalOrg" rdfs:comment="Educational organization (university, ...)" rdfs:label="EducationalOrg"><rdfs:subClassOf rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Organization" /></rdfs:Class><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Name" rdfs:comment="Name of the company" rdfs:label="Name"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Organization" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Country" rdfs:comment="Country where the company is located." rdfs:label="Country"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Organization" /><rdfs:range rdf:resource="http://www.daml.org/2001/09/countries/countries.daml#" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Locality" rdfs:comment="Region / state of the company." rdfs:label="Locality"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Organization" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Notes" rdfs:comment="Notes about the company." rdfs:label="Notes"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Organization" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#URL" rdfs:comment="Company home page" rdfs:label="URL"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Organization" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Industry" rdfs:comment="Industry of the company" rdfs:label="Industry"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Company" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><!-- Work history classes and information --><rdfs:Class rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#WorkHistory" rdfs:comment="CV entry for work history" rdfs:label="WorkHistory"><rdfs:subClassOf rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#CV_Entry" /></rdfs:Class><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#employedIn" rdfs:comment="The company where the person is/was employed." rdfs:label="employedIn"><rdfs:range rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Company" /><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#WorkHistory" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#startDate" rdfs:label="startDate"><rdfs:comment>Start date of employment.
Format: YYYY-MM-DD
May containt only year or year and month.</rdfs:comment><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#WorkHistory" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#endDate" rdfs:label="endDate"><rdfs:comment>End date of employment.
Format: YYYY-MM-DD
May containt only year or year and month.</rdfs:comment><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#WorkHistory" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#jobTitle" rdfs:comment="Title in the company." rdfs:label="jobTitle"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#WorkHistory" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#jobDescription" rdfs:comment="Description of the job in company." rdfs:label="jobDescription"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#WorkHistory" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#careerLevel" rdfs:comment="Career level for the position in company." rdfs:label="careerLevel"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#WorkHistory" /><rdfs:range rdf:resource="http://kaste.lv/~captsolo/semweb/resume/base.rdfs#CVCareerLevel" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#numSubordinates" rdfs:comment="Number of subordinates." rdfs:label="numSubordinates"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#WorkHistory" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#jobType" rdfs:comment="Type of the job: employee / contractor / intern" rdfs:label="jobType"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#WorkHistory" /><rdfs:range rdf:resource="http://kaste.lv/~captsolo/semweb/resume/base.rdfs#CVJobType" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#isCurrent" rdfs:comment="Indicates if this is a current workplace." rdfs:label="isCurrent"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#WorkHistory" /><rdfs:range rdf:resource="http://kaste.lv/~captsolo/semweb/resume/base.rdfs#BooleanValue" /></rdf:Property><!-- Education record classes and properties --><rdfs:Class rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Education" rdfs:comment="CV entry for education" rdfs:label="Education"><rdfs:subClassOf rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#CV_Entry" /></rdfs:Class><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#studiedIn" rdfs:comment="Educational organization where person studied." rdfs:label="studiedIn"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Education" /><rdfs:range rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#EducationalOrg" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#eduStartDate" rdfs:label="eduStartDate"><rdfs:comment>Education start date (YYYY-MM-DD)
May contain only year or year and month.</rdfs:comment><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Education" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#eduGradDate" rdfs:label="eduGradDate"><rdfs:comment>Education end (graducation) date (YYYY-MM-DD)
May contain only year or year and month.</rdfs:comment><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Education" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#degreeType" rdfs:label="degreeType"><rdfs:comment>Type (title) of the degree.</rdfs:comment><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Education" /><rdfs:range rdf:resource="http://kaste.lv/~captsolo/semweb/resume/base.rdfs#EduDegree" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#eduMajor" rdfs:comment="Major speciality graduated." rdfs:label="eduMajor"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Education" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#eduMinor" rdfs:comment="Minor speciality(-ies) graduated." rdfs:label="eduMinor"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Education" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#eduDescription" rdfs:comment="Description of the education info." rdfs:label="eduDescription"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Education" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><!-- Courses and certifications record classes and properties --><rdfs:Class rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Course" rdfs:comment="CV entry for courses taken" rdfs:label="Course"><rdfs:subClassOf rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#CV_Entry" /></rdfs:Class><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#organizedBy" rdfs:label="organizedBy"><rdfs:comment>Organization that organized courses and/or provided certification.</rdfs:comment><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Course" /><rdfs:range rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Organization" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#isCertification" rdfs:comment="Does this course entry include certification?" rdfs:label="isCertification"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Course" /><rdfs:range rdf:resource="http://kaste.lv/~captsolo/semweb/resume/base.rdfs#BooleanValue" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#courseTitle" rdfs:comment="Title of the course taken or certification acquired." rdfs:label="courseTitle"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Course" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#courseDescription" rdfs:comment="Description of the course / certification." rdfs:label="courseDescription"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Course" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#courseURL" rdfs:label="courseURL"><rdfs:comment>Web page of the courses taken / certification acquired. May be pointer to certification transcript.</rdfs:comment><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Course" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#courseStartDate" rdfs:comment="Start date of the course taken." rdfs:label="courseStartDate"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Course" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#courseFinishDate" rdfs:comment="Date when course was finished / certification acquired." rdfs:label="courseFinishDate"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Course" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><!-- Skills record classes and properties --><rdfs:Class rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Skill" rdfs:label="Skill"><rdfs:comment>CV entry for description of skills</rdfs:comment><rdfs:subClassOf rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#CV_Entry" /></rdfs:Class><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#skillName" rdfs:comment="Name of the skill" rdfs:label="skillName"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Skill" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#skillLevel" rdfs:comment="Level of the skill (0..5)" rdfs:label="skillLevel"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Skill" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#skillLastUsed" rdfs:comment="Date when skill was last used." rdfs:label="skillLastUsed"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Skill" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#skillYearsExperience" rdfs:comment="Year of experience in this skill." rdfs:label="skillYearsExperience"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Skill" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdfs:Class rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#LanguageSkill" rdfs:label="LanguageSkill"><rdfs:comment>Language skill.
Contains 3 levels for skill: spoken, written, reading.
Inherited skill level used for spoken.</rdfs:comment><rdfs:subClassOf rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Skill" /></rdfs:Class><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#lngSkillLevelReading" rdfs:comment="Reading level of language skill. (0..5)" rdfs:label="lngSkillLevelReading"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#languageSkill" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#lngSkillLevelWritten" rdfs:comment="Level of writing skills for language. (0..5)" rdfs:label="lngSkillLevelWritten"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#languageSkill" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><!-- References record classes and properties --><rdfs:Class rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Refernece" rdfs:comment="CV entry for references" rdfs:label="Refernece"><rdfs:subClassOf rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#CV_Entry" /></rdfs:Class><rdfs:Class rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#ProfessionalReference" rdfs:comment="Professional reference" rdfs:label="ProfessionalRefernece"><rdfs:subClassOf rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Reference" /></rdfs:Class><rdfs:Class rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#PersonalReference" rdfs:comment="Personal reference" rdfs:label="PersonalRefernece"><rdfs:subClassOf rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Reference" /></rdfs:Class><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#referenceBy" rdfs:comment="Points to a person who provides the reference." rdfs:label="referenceBy"><rdfs:range rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Person" /><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Refernece" /></rdf:Property><!-- Target job information classes and properties --><rdfs:Class rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Target" rdfs:label="Target"><rdfs:comment>CV information for target of job application.
(Single entry per CV. May be defined in the properties of CV class instead).</rdfs:comment><rdfs:subClassOf rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#CV_Entry" /></rdfs:Class><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#targetCareerLevel" rdfs:label="targetCareerLevel"><rdfs:comment>Target career level.</rdfs:comment><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Target" /><rdfs:range rdf:resource="http://kaste.lv/~captsolo/semweb/resume/base.rdfs#CVCareerLevel" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#targetCompanyDescription" rdfs:label="targetCompanyDescription"><rdfs:comment>Description on the company where the candidate would like to work.</rdfs:comment><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Target" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#targetCompanyIndustry" rdfs:comment="Industry of the company where the candidate would like to work." rdfs:label="targetCompanyIndustry"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Target" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#targetCompanySize" rdfs:comment="Size of the target company." rdfs:label="targetCompanySize"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Target" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#targetCountry" rdfs:label="targetCountry"><rdfs:comment>Country where would like to work.
</rdfs:comment><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Target" /><rdfs:range rdf:resource="http://www.daml.org/2001/09/countries/countries.daml#" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#targetJobDescription" rdfs:comment="Description of the job applicant is seeking. Notes." rdfs:label="targetJobDescription"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Target" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#targetJobMode" rdfs:comment="Job mode: full-time / part-time" rdfs:label="targetJobMode"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Target" /><rdfs:range rdf:resource="http://kaste.lv/~captsolo/semweb/resume/base.rdfs#CVJobMode" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#targetJobType" rdfs:label="targetJobType"><rdfs:comment>Target job type.</rdfs:comment><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Target" /><rdfs:range rdf:resource="http://kaste.lv/~captsolo/semweb/resume/base.rdfs#CVJobType" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#targetSalary" a:maxCardinality="1" a:range="integer" rdfs:comment="Target salary" rdfs:label="targetSalary"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Target" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#targetSalaryCurrency" a:maxCardinality="1" rdfs:label="targetSalaryCurrency"><rdfs:comment>Currency for target salary.</rdfs:comment><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Target" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#weeksNoticePeriod" rdfs:comment="Notice period in weeks when can start to work." rdfs:label="weeksNoticePeriod"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Target" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#conditionWillRelocate" rdfs:comment="Is candidate willing to relocate?" rdfs:label="conditionWillRelocate"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Target" /><rdfs:range rdf:resource="http://kaste.lv/~captsolo/semweb/resume/base.rdfs#BooleanValue" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#conditionWillTravel" rdfs:comment="Is candidate willing to travel?" rdfs:label="conditionWillTravel"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#Target" /><rdfs:range rdf:resource="http://kaste.lv/~captsolo/semweb/resume/base.rdfs#BooleanValue" /></rdf:Property><!-- Other information record classes and properties --><rdfs:Class rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#OtherInfo" rdfs:comment="Other information in CV" rdfs:label="OtherInfo"><rdfs:subClassOf rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#CV_Entry" /></rdfs:Class><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#otherInfoType" rdfs:label="otherInfoType"><rdfs:comment>Type of other CV information (interests / awards / accomplishments / point of view / membership / social activities / other)</rdfs:comment><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#OtherInfo" /><rdfs:range rdf:resource="http://kaste.lv/~captsolo/semweb/resume/base.rdfs#OtherCVInfoType" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#otherInfoDescription" rdfs:comment="Description - content of misc CV information." rdfs:label="otherInfoDescription"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#OtherInfo" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><!-- Special information --><!-- assigned directly to CV class --><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#lastUpdate" rdfs:comment="Date when the information in CV was last updated." rdfs:label="lastUpdate"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#CV" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#cvTitle" rdfs:comment="CV title." rdfs:label="cvTitle"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#CV" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#cvDescription" rdfs:comment="Text describing what the person wants to accomplish by this CV; what is s/he looking for; ..." rdfs:label="cvDescription"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#CV" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#cvCopyright" rdfs:comment="Copyright notice - who owns rights to CV, how may it be used, other legal info." rdfs:label="cvCopyright"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#CV" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#cvIsConfidential" rdfs:comment="If the CV is confidential and may be used by receiving party only." rdfs:label="cvIsConfidential"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#CV" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property><rdf:Property rdf:about="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#cvIsActive" rdfs:comment="If the CV is active and the person is actively looking for job opportunities." rdfs:label="cvIsActive"><rdfs:domain rdf:resource="http://kaste.lv/~captsolo/semweb/resume/cv.rdfs#CV" /><rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal" /></rdf:Property></rdf:RDF>