@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#> .
@prefix ns1: <http://id.southampton.ac.uk/ns/> .

<http://id.southampton.ac.uk/point-of-service/so-make-it> rdf:type ns0:LocationOfSalesOrServiceProvisioning ;
                                                          rdfs:label "So Make It" ;
                                                          skos:notation "so-make-it" ;
                                                          ns0:hasOpeningHoursSpecification <http://id.southampton.ac.uk/point-of-service/so-make-it#Saturday-1400-2000> ,
                                                                                           <http://id.southampton.ac.uk/point-of-service/so-make-it#Sunday-CLOSED> ,
                                                                                           <http://id.southampton.ac.uk/point-of-service/so-make-it#Monday-CLOSED> ,
                                                                                           <http://id.southampton.ac.uk/point-of-service/so-make-it#Tuesday-1930-2200> ,
                                                                                           <http://id.southampton.ac.uk/point-of-service/so-make-it#Thursday-CLOSED> ,
                                                                                           <http://id.southampton.ac.uk/point-of-service/so-make-it#Friday-CLOSED> ,
                                                                                           <http://id.southampton.ac.uk/point-of-service/so-make-it#Wednesday-CLOSED> ;
                                                          oo:mapIcon <https://data.southampton.ac.uk/map-icons/Education/tools.png> ;
                                                          foaf:homepage <http://www.somakeit.org.uk/> ;
                                                          dcterms:subject <http://id.southampton.ac.uk/point-of-interest-category/Education> ;
                                                          geo:lat "50.932346"^^<http://www.w3.org/2001/XMLSchema#float> ;
                                                          geo:long "-1.427415"^^<http://www.w3.org/2001/XMLSchema#float> .

<http://id.southampton.ac.uk/point-of-service/so-make-it#Saturday-1400-2000> rdf:type ns0:OpeningHoursSpecification ;
                                                                             ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Saturday> ;
                                                                             ns0:opens "14:00:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                             ns0:closes "20:00:00"^^<http://www.w3.org/2001/XMLSchema#time> .

<http://id.southampton.ac.uk/point-of-service/so-make-it#Sunday-CLOSED> rdf:type ns0:OpeningHoursSpecification ;
                                                                        ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Sunday> .

<http://id.southampton.ac.uk/point-of-service/so-make-it#Monday-CLOSED> rdf:type ns0:OpeningHoursSpecification ;
                                                                        ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Monday> .

<http://id.southampton.ac.uk/point-of-service/so-make-it#Tuesday-1930-2200> rdf:type ns0:OpeningHoursSpecification ;
                                                                            ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Tuesday> ;
                                                                            ns0:opens "19:30:00"^^<http://www.w3.org/2001/XMLSchema#time> ;
                                                                            ns0:closes "22:00:00"^^<http://www.w3.org/2001/XMLSchema#time> .

<http://id.southampton.ac.uk/point-of-service/so-make-it#Thursday-CLOSED> rdf:type ns0:OpeningHoursSpecification ;
                                                                          ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Thursday> .

<http://id.southampton.ac.uk/point-of-service/so-make-it#Friday-CLOSED> rdf:type ns0:OpeningHoursSpecification ;
                                                                        ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Friday> .

<http://id.southampton.ac.uk/point-of-service/so-make-it#Wednesday-CLOSED> rdf:type ns0:OpeningHoursSpecification ;
                                                                           ns0:hasOpeningHoursDayOfWeek <http://purl.org/goodrelations/v1#Wednesday> .

<https://data.southampton.ac.uk/map-icons/Education/tools.png> rdf:type ns1:MapMarker .

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