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

<http://id.southampton.ac.uk/generic-products-and-services/AssistanceToCurrentResidentsOfErasmusParkHallOfResidence> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                                                     rdfs:label "Assistance to current residents of Erasmus Park Hall of Residence" .

<http://id.southampton.ac.uk/point-of-service/ERASMUS> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                       ns1:within <http://id.southampton.ac.uk/building/1730> ;
                                                       rdfs:label "Erasmus Park Reception" ;
                                                       foaf:phone <tel:+442380595777> ;
                                                       ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/ERASMUS#Saturday-CLOSED-2011-01-01> ,
                                                                                        <http://id.southampton.ac.uk/point-of-service/ERASMUS#Tuesday-0800-1800-2011-01-01> ,
                                                                                        <http://id.southampton.ac.uk/point-of-service/ERASMUS#Friday-0800-1800-2011-01-01> ,
                                                                                        <http://id.southampton.ac.uk/point-of-service/ERASMUS#Sunday-CLOSED-2011-01-01> ,
                                                                                        <http://id.southampton.ac.uk/point-of-service/ERASMUS#Thursday-0800-1800-2011-01-01> ,
                                                                                        <http://id.southampton.ac.uk/point-of-service/ERASMUS#Wednesday-0800-1800-2011-01-01> ,
                                                                                        <http://id.southampton.ac.uk/point-of-service/ERASMUS#Monday-0800-1800-2011-01-01> ;
                                                       oo:mapIcon <https://data.southampton.ac.uk/map-icons/Restaurants-and-Hotels/lodging_0star.png> ;
                                                       foaf:homepage <http://www.soton.ac.uk/accommodation> ;
                                                       dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Accommodation> .

<http://id.southampton.ac.uk/building/1730> rdf:type ns2:Building ,
                                                     ns3:UoSBuilding ;
                                            ns1:within <http://id.southampton.ac.uk/site/70> ;
                                            skos:notation "1730"^^<http://id.southampton.ac.uk/ns/building-code-scheme> ;
                                            oo:formalOrganization <http://id.southampton.ac.uk/> ;
                                            rdfs:label "Erasmus Park" ;
                                            geo:lat "51.06793"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            geo:long "-1.30042"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                            ns3:disabledGoPage <https://www.accessable.co.uk/university-of-southampton/access-guides/erasmus-park> ;
                                            oo:hasFeature <http://id.southampton.ac.uk/building/1730#residential> ,
                                                          <http://id.southampton.ac.uk/mfd/PR-ID301049> ;
                                            dcterms:spatial "POLYGON((-1.3004706 51.0678672,-1.3004929 51.0683357,-1.3004035 51.0686871,-1.3003140 51.0688605,-1.3001947 51.0688464,-1.2997548 51.0696007,-1.2996206 51.0695679,-1.3000382 51.0687293,-1.3001947 51.0687574,-1.3003289 51.0684529,-1.3003364 51.0678813,-1.3004706 51.0678672))" .

<http://id.southampton.ac.uk/point-of-service/ERASMUS#generic-offering-AssistanceToCurrentResidentsOfErasmusParkHallOfResidence> ns0:availableAtOrFrom <http://id.southampton.ac.uk/point-of-service/ERASMUS> ;
                                                                                                                                 ns0:includes <http://id.southampton.ac.uk/generic-products-and-services/AssistanceToCurrentResidentsOfErasmusParkHallOfResidence> .