This HTML5 document contains 1 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
sphttp://spinrdf.org/sp#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
xsdhhttp://www.w3.org/2001/XMLSchema#

Statements

Subject Item
_:vb51063861
sp:text
#Job Hopping PREFIX recruitment: <http://demo.openlinksw.com/schemas/exec_rec_search/> CONSTRUCT {?applicant recruitment:hasJobHopperStatus ?jobHopperWarning} WHERE { { ?position a recruitment:applicant_positions; recruitment:applicant_id ?applicant_id; recruitment:positions_startdate ?startDate; recruitment:positions_enddate ?endDate. BIND(bif:datediff( 'year', xsd:dateTime( str(?startDate) ), xsd:dateTime( str(?endDate) ) ) as ?years). BIND(IF(?years < 3, recruitment:JobHoppingRisk, recruitment:NoJobHoppingRisk) AS ?jobHopperWarning). ?applicant a recruitment:applicants; recruitment:applicant_id ?applicant_id. } }