JobPosting

From getSchema
Jump to: navigation, search

This Page Semantic Annotations

Description

Are you ready for demanding and interesting tasks? You could become a member of an international team within a successful company.

Examples

Get the RDF! –> http://getschema.org/microdata2rdf/examples/jobPosting.html

RDFa 1.1 Lite

<div vocab="http://schema.org/" typeof="JobPosting">   <h2 property="title">Data Analyst</h2>     <span property="description">       <strong>Company:</strong>       <span property="hiringOrganization">           <span typeof="Organization">           <span property="name">             Euro London Banking and Finance Germany           </span>         </span>       </span>     </span>     <p><strong>Location:</strong>     <span property="jobLocation">            <span typeof="Place">         <span property="address">           <span typeof="PostalAddress">                            <span property="addressCountry">               Germany             </span>-             <span property="addressLocality">               Berlin             </span>/             <span property="addressRegion">               Brandenburg             </span>           </span>         </span>       </span>     </span>     </p>     <p><strong>Employment type:</strong>       <span property="employmentType">         Full-time       </span>,       <span property="workHours">         40 hours per week       </span>     </p>     <p><strong>Base salary:</strong>       <span property="salaryCurrency">         EUR       </span>       <span property="baseSalary">         35000       </span>     </p>     <p><strong>Responsabilities:</strong></p>     <ul property="responsabilities">       <li>In-depth assessment of data</li>       <li>Analyse relevant information across a variety of business</li>       <li>Identify and analyse process requirements</li>       <li>Identify potential in order to deliver added efficiency</li>       <li>Develop tactical modules and components</li>     </ul>     <p><strong>Educational requirements:</strong>       <span property="educationRequirements">         Bachelor&#39;s degree       </span>     </p>     <p><strong>Experience requirements:</strong>     <span property="experienceRequirements">       At least 2 years of working experience, however recent graduates with relevant technical knowledge and experience through        internships, etc. will also be considered     </span>     </p>     <p><strong>Qualifications:</strong></p>       <ul property="qualifications">         <li>Profound knowledge of SQL Server and relational databases</li>         <li>Profound knowledge of Visual Basic for Applications</li>         <li>Profound knowledge of Microsoft Excel and Access</li>         <li>Knowledge in ASP.Net and HTML is preferred</li>         <li>Fluent in English; knowledge of the German language is preferred but not a must</li>       </ul>     <p><strong>Skills:</strong></p>       <ul property="skills">         <li>Good analytical skills</li>         <li>Good communication and interpersonal skills</li>         <li>Ability to work in teams</li>         <li>Stress resilient, goal-oriented and efficient</li>       </ul>     <p><strong>Date posted:</strong>       <span property="datePosted">         2011-11-29       </span>     </p> </div> 

Microdata

<div itemscope itemptype="http://schema.org/JobPosting">   <h2 itemprop="title">Data Analyst</h2>     <span itemprop="description">       <strong>Company:</strong>       <span itemprop="hiringOrganization">           <span itemscope itemtype="http://schema.org/Organization">           <span itemprop="name">             Euro London Banking and Finance Germany           </span>         </span>       </span>     </span>     <p><strong>Location:</strong>     <span itemprop="jobLocation">            <span itemscope itemtype="http://schema.org/Place">         <span itemprop="address">           <span itemscope itemtype="http://schema.org/PostalAddress">                            <span itemprop="addressCountry">               Germany             </span>-             <span itemprop="addressLocality">               Berlin             </span>/             <span itemprop="addressRegion">               Brandenburg             </span>           </span>         </span>       </span>     </span>     </p>     <p><strong>Employment type:</strong>       <span itemmprop="employmentType">         Full-time       </span>,       <span itemprop="workHours">         40 hours per week       </span>     </p>     <p><strong>Base salary:</strong>       <span itemprop="salaryCurrency">         EUR       </span>       <span itemprop="baseSalary">         35000       </span>     </p>     <p><strong>Responsabilities:</strong></p>     <ul itemprop="responsabilities">       <li>In-depth assessment of data</li>       <li>Analyse relevant information across a variety of business</li>       <li>Identify and analyse process requirements</li>       <li>Identify potential in order to deliver added efficiency</li>       <li>Develop tactical modules and components</li>     </ul>     <p><strong>Educational requirements:</strong>       <span itemprop="educationRequirements">         Bachelor&#39;s degree       </span>     </p>     <p><strong>Experience requirements:</strong>     <span itemprop="experienceRequirements">       At least 2 years of working experience, however recent graduates with relevant technical knowledge and experience through        internships, etc. will also be considered     </span>     </p>     <p><strong>Qualifications:</strong></p>       <ul itemprop="qualifications">         <li>Profound knowledge of SQL Server and relational databases</li>         <li>Profound knowledge of Visual Basic for Applications</li>         <li>Profound knowledge of Microsoft Excel and Access</li>         <li>Knowledge in ASP.Net and HTML is preferred</li>         <li>Fluent in English; knowledge of the German language is preferred but not a must</li>       </ul>     <p><strong>Skills:</strong></p>       <ul itemprop="skills">         <li>Good analytical skills</li>         <li>Good communication and interpersonal skills</li>         <li>Ability to work in teams</li>         <li>Stress resilient, goal-oriented and efficient</li>       </ul>     <p><strong>Date posted:</strong>       <span itemprop="datePosted">         2011-11-29       </span>     </p> </div> 

Microformats