/*
* 111912| Bryan Welch| G5| Deputy Director - Legal Services Directorate B| tbc| BIS| BIS| Legal Services Group| 020 7215 3181| bryan.welch@bis.gsi.gov.uk| 901575| Stephen Braviner-Roman| Senior Civil Service.Pay Band 1| Active Assignment TRUE TRUE FALSE
*/
URI post2 = vf.createURI("http://reference.data.gov.uk/id/department/bis/post/111912");
con.add(vf.createStatement(post2,RDF.TYPE,vf.createURI("http://reference.data.gov.uk/def/central-government/CivilServicePost")));
con.add(vf.createStatement(post2,RDFS.LABEL,vf.createLiteral("Deputy Director - Legal Services Directorate B","en")));
URI person2 = vf.createURI("http://data.bis.gov.uk/data/organogram/2010-08-26/person1");
con.add(vf.createStatement(person2,RDF.TYPE,vf.createURI("http://xmlns.com/foaf/0.1/Person")));
con.add(vf.createStatement(person2,vf.createURI("http://xmlns.com/foaf/0.1/name"),vf.createLiteral("Bryan Welch")));
con.add(vf.createStatement(person2,vf.createURI("http://xmlns.com/foaf/0.1/mbox"),vf.createURI("mailto:bryan.welch@bis.gsi.gov.uk")));