@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix oo: <http://purl.org/openorg/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix ns1: <http://id.southampton.ac.uk/ns/> .

<http://id.southampton.ac.uk/point-of-service/winchester-quakers> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                                  rdfs:label "Quaker Meeting House" ;
                                                                  skos:notation "winchester-quakers" ;
                                                                  foaf:phone <tel:+441962864184> ;
                                                                  oo:mapIcon <https://data.southampton.ac.uk/map-icons/Tourism/church-2.png> ;
                                                                  foaf:mbox <mailto:winchesterquakerwarden@gmail.com> ;
                                                                  foaf:homepage <https://www.freewebs.com/winchesterquakers/index.html> ;
                                                                  dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Religious> ;
                                                                  geo:lat "51.05997"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                                  geo:long "-1.30942"^^<http://www.w3.org/2001/XMLSchema#float> .

<https://data.southampton.ac.uk/map-icons/Tourism/church-2.png> rdf:type ns1:MapMarker ;
                                                                rdfs:label "Church" .

<http://id.southampton.ac.uk/point-of-interest-category/Religious> rdf:type ns1:ProductOrServiceCategory ;
                                                                   rdfs:label "Religious" .