@prefix md: <http://www.w3.org/ns/md#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix schema: <http://schema.org/> .

<sdo_eg_md_26.html> md:item (
 [ a schema:JobPosting;
   schema:baseSalary "100000";
   schema:benefits " Medical, Life, Dental";
   schema:datePosted "2011-10-31";
   schema:description """
    Description: ABC Company Inc.
    seeks a full-time mid-level software engineer to develop in-house tools.
  """;
   schema:educationRequirements """Bachelor's Degree in Computer Science, Information Systems or related fields of study.
  """;
   schema:employmentType "Full-time";
   schema:experienceRequirements """Minumum 3 years experience as a software engineer
  """;
   schema:hiringOrganization [ a schema:Organization;
     schema:name "ABC Company Inc."];
   schema:incentives "Performance-based annual bonus plan, project-completion bonuses";
   schema:industry "Computer Software";
   schema:jobLocation [ a schema:Place;
     schema:address [ a schema:PostalAddress;
       schema:addressLocality "Kirkland";
       schema:addressRegion "WA"]];
   schema:occupationalCategory "15-1132.00 Software Developers, Application";
   schema:qualifications """Ability to work in a team environment with members of varying skill levels.
    Highly motivated.
    Learns quickly.
  """;
   schema:responsibilities """Design and write specifications for tools for in-house costumers
    Build tools according to specifications
  """;
   schema:salaryCurrency "USD";
   schema:skills """Web application development using Java/J2EE
    Web application development using Python or familiarity with dynamic programming languages
  """;
   schema:specialCommitments "VeteranCommit";
   schema:title "Software Engineer";
   schema:workHours "40 hours per week"]);
   rdfa:usesVocabulary schema: .
