@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix oo: <http://purl.org/openorg/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .

<http://id.southampton.ac.uk/generic-products-and-services/PoliceEnquiryOffice> rdf:type ns0:ProductOrServicesSomeInstancesPlaceholder ;
                                                                                rdfs:label "Police Enquiry Office" .

<http://id.southampton.ac.uk/point-of-service/bitterne-police-station> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                       skos:notation "bitterne-police-station" ;
                                                                       rdfs:label "Bitterne Police Station" ;
                                                                       ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/bitterne-police-station#Wednesday-1445-1800> ,
                                                                                                        <http://id.southampton.ac.uk/point-of-service/bitterne-police-station#Thursday-1445-1800> ,
                                                                                                        <http://id.southampton.ac.uk/point-of-service/bitterne-police-station#Friday-1445-1800> ,
                                                                                                        <http://id.southampton.ac.uk/point-of-service/bitterne-police-station#Thursday-0930-1400> ,
                                                                                                        <http://id.southampton.ac.uk/point-of-service/bitterne-police-station#Tuesday-1445-1800> ,
                                                                                                        <http://id.southampton.ac.uk/point-of-service/bitterne-police-station#Tuesday-0930-1400> ,
                                                                                                        <http://id.southampton.ac.uk/point-of-service/bitterne-police-station#Wednesday-0930-1400> ,
                                                                                                        <http://id.southampton.ac.uk/point-of-service/bitterne-police-station#Monday-CLOSED> ,
                                                                                                        <http://id.southampton.ac.uk/point-of-service/bitterne-police-station#Saturday-1445-1800> ,
                                                                                                        <http://id.southampton.ac.uk/point-of-service/bitterne-police-station#Friday-0930-1400> ,
                                                                                                        <http://id.southampton.ac.uk/point-of-service/bitterne-police-station#Saturday-0930-1400> ,
                                                                                                        <http://id.southampton.ac.uk/point-of-service/bitterne-police-station#Sunday-CLOSED> ;
                                                                       oo:mapIcon <https://data.southampton.ac.uk/map-icons/Offices/police2.png> ;
                                                                       foaf:homepage <http://www.hampshire.police.uk/internet/my-neighbourhood/western/southampton/bitterne-north/bitterne-and-townhill/> ;
                                                                       dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Service> ;
                                                                       geo:lat "50.9131"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                       geo:long "-1.35609"^^<http://www.w3.org/2001/XMLSchema#float> .

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

<http://id.southampton.ac.uk/point-of-service/central-police-station> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                      skos:notation "central-police-station" ;
                                                                      rdfs:label "Central Police Station" ;
                                                                      ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/central-police-station#Friday-0800-2200> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/central-police-station#Thursday-0800-2200> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/central-police-station#Wednesday-0800-2200> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/central-police-station#Saturday-0800-2200> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/central-police-station#Sunday-0800-2200> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/central-police-station#Tuesday-0800-2200> ,
                                                                                                       <http://id.southampton.ac.uk/point-of-service/central-police-station#Monday-0800-2200> ;
                                                                      oo:mapIcon <https://data.southampton.ac.uk/map-icons/Offices/police2.png> ;
                                                                      foaf:homepage <http://www.hampshire.police.uk/internet/my-neighbourhood/western/southampton/central-southampton-west/city-centre/> ;
                                                                      dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Service> ;
                                                                      geo:lat "50.906322"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                      geo:long "-1.416271"^^<http://www.w3.org/2001/XMLSchema#float> .

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