@prefix : . @prefix rdfs: . @prefix JobSeeOnt: . @prefix xsd: . @prefix rdf: . @prefix wsml: . @prefix JobOffOnt: . @prefix EduOnt: . :is_competence_of_Candidacy a rdf:Property ; rdfs:domain :Competence ; rdfs:range JobSeeOnt:Candidacy . :requires a rdf:Property ; rdfs:domain :Competence ; rdfs:range EduOnt:Education . :Competence a rdfs:Class . :is_associated_with_Vacancy a rdf:Property ; rdfs:domain :Competence ; rdfs:range JobOffOnt:Vacancy .