@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 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 ns0: <http://id.southampton.ac.uk/ns/> .
@prefix ns1: <http://www.w3.org/ns/org#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://id.southampton.ac.uk/facility/F10068> rdf:type oo:Facility ;
                                              rdfs:label "Southampton Chemistry Analytical Solutions (SCAS)" ;
                                              oo:contact <http://id.southampton.ac.uk/facility/F10068#secondary_contact> ;
                                              dcterms:description "The staff of SCAS are analytical chemists with many years of experience and expert knowledge in their respective areas. SCAS incorporates mass spectrometry, NMR spectroscopy and X-ray diffraction to offer: Routine analysis and Custom designed analytical solutions." ;
                                              skos:notation "F10068"^^<http://id.southampton.ac.uk/ns/equipment-code-scheme> ;
                                              oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                              dc:description "The staff of SCAS are analytical chemists with many years of experience and expert knowledge in their respective areas. SCAS incorporates mass spectrometry, NMR spectroscopy and X-ray diffraction to offer: Routine analysis and Custom designed analytical solutions." ;
                                              rdfs:comment "The staff of SCAS are analytical chemists with many years of experience and expert knowledge in their respective areas. SCAS incorporates mass spectrometry, NMR spectroscopy and X-ray diffraction to offer: Routine analysis and Custom designed analytical solutions." ;
                                              oo:organizationPart <http://id.southampton.ac.uk/org/F6> ,
                                                                  <http://id.southampton.ac.uk/org/EB> ;
                                              oo:primaryContact <http://id.southampton.ac.uk/facility/F10068#primary_contact> ;
                                              ns0:facilityIsRCUKCosted "false"^^<http://www.w3.org/2001/XMLSchema#boolean> .

<http://id.southampton.ac.uk/org/F6> rdf:type ns1:OrganizationalUnit ,
                                              ns1:Organization ;
                                     skos:notation "F6"^^<http://id.southampton.ac.uk/ns/alphaCode> ;
                                     rdfs:label "Faculty of Natural and Environmental Sciences" ;
                                     foaf:homepage <https://www.southampton.ac.uk/about/departments/faculties/faculty-natural-environmental-sciences.page> ;
                                     ns0:googleMapsZoom "12" .

<http://id.southampton.ac.uk/org/EB> rdf:type ns1:Organization ;
                                     skos:notation "EB"^^<http://id.southampton.ac.uk/ns/alphaCode> ,
                                                   "A3EB000000"^^<http://id.southampton.ac.uk/ns/10CharHRCode> ;
                                     rdfs:label "Chemistry and Chemical Engineering" ;
                                     foaf:homepage <https://www.southampton.ac.uk/chemistry/> ;
                                     ns1:hasSubOrganization <http://id.southampton.ac.uk/org/A3EB170000> ,
                                                            <http://id.southampton.ac.uk/org/A3EB140000> ,
                                                            <http://id.southampton.ac.uk/org/A3EB060000> ,
                                                            <http://id.southampton.ac.uk/org/A3EB150000> ,
                                                            <http://id.southampton.ac.uk/org/A3EB050000> ,
                                                            <http://id.southampton.ac.uk/org/A3EB130000> ,
                                                            <http://id.southampton.ac.uk/org/A3EB160000> ;
                                     owl:sameAs <http://id.southampton.ac.uk/org/A3EB000000> .

<http://id.southampton.ac.uk/facility/F10068#primary_contact> rdf:type foaf:Agent ;
                                                              foaf:name "to be assigned, Dummy" .