@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix oo: <http://purl.org/openorg/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns0: <http://data.ordnancesurvey.co.uk/ontology/spatialrelations/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ns1: <http://vocab.deri.ie/rooms#> .
@prefix ns2: <http://id.southampton.ac.uk/ns/> .
@prefix ns3: <http://www.w3.org/ns/org#> .
@prefix ns4: <http://purl.org/vocab/aiiso/schema#> .

<http://id.southampton.ac.uk/equipment/E10174> rdf:type oo:Equipment ;
                                               rdfs:label "Philips Xl30 ESEM Scanning Electron Microscope" ;
                                               oo:contact <http://id.southampton.ac.uk/equipment/E10174#secondary_contact> ;
                                               ns0:within <http://id.southampton.ac.uk/building/29> ;
                                               dcterms:description "Philips Environmental - Scanning Electron Microscope (SEM) coupled with FEI Micro-analysis system. The Philips XL-30 ESEM is a flexible scanning electron microscope with a large chamber. It can be used for conventional high vacuum imaging, or in the environmental mode, can be used to examine wet, oily, gassy or non-conducting samples. Samples can be examined in an atmosphere of up to 10 torr of water vapour, oxygen, nitrogen carbon dioxide or any other non-corrosice gas." ;
                                               skos:notation "E10174"^^<http://id.southampton.ac.uk/ns/equipment-code-scheme> ;
                                               oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                               dc:description "Philips Environmental - Scanning Electron Microscope (SEM) coupled with FEI Micro-analysis system. The Philips XL-30 ESEM is a flexible scanning electron microscope with a large chamber. It can be used for conventional high vacuum imaging, or in the environmental mode, can be used to examine wet, oily, gassy or non-conducting samples. Samples can be examined in an atmosphere of up to 10 torr of water vapour, oxygen, nitrogen carbon dioxide or any other non-corrosice gas." ;
                                               rdfs:comment "Philips Environmental - Scanning Electron Microscope (SEM) coupled with FEI Micro-analysis system. The Philips XL-30 ESEM is a flexible scanning electron microscope with a large chamber. It can be used for conventional high vacuum imaging, or in the environmental mode, can be used to examine wet, oily, gassy or non-conducting samples. Samples can be examined in an atmosphere of up to 10 torr of water vapour, oxygen, nitrogen carbon dioxide or any other non-corrosice gas." ;
                                               oo:organizationPart <http://id.southampton.ac.uk/org/F6> ,
                                                                   <http://id.southampton.ac.uk/org/EB> ;
                                               oo:primaryContact <http://id.southampton.ac.uk/equipment/E10174#primary_contact> ;
                                               oo:relatedFacility <http://id.southampton.ac.uk/facility/F10022> .

<http://id.southampton.ac.uk/equipment/E10174#secondary_contact> rdf:type foaf:Person .

<http://id.southampton.ac.uk/building/29> rdf:type ns1:Building ,
                                                   ns2:UoSBuilding ;
                                          rdfs:label "Graham Hills" .

<http://id.southampton.ac.uk/> rdf:type ns3:Organization ,
                                        ns4:Institution ,
                                        ns3:FormalOrganization ,
                                        foaf:Organization ;
                               rdfs:label "University of Southampton" .

<http://id.southampton.ac.uk/org/F6> rdf:type ns3:OrganizationalUnit ,
                                              ns3:Organization ;
                                     rdfs:label "Faculty of Natural and Environmental Sciences" .

<http://id.southampton.ac.uk/org/EB> rdf:type ns3:Organization ;
                                     rdfs:label "Chemistry and Chemical Engineering" .

<http://id.southampton.ac.uk/equipment/E10174#primary_contact> rdf:type foaf:Agent ;
                                                               foaf:name "CLARK, ALISTAIR" .

<http://id.southampton.ac.uk/facility/F10022> rdf:type oo:Facility ;
                                              rdfs:label "Philips FEI XL30SEM Environmental Scanning Electron Microscope" .