@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.geods.ac.uk/dataset/bbf99e40-271a-4bb7-9283-6fb23a05b5c6> a dcat:Dataset ;
    dct:description """This is a quick overview of working with spatial data in R. You can complete it as either a stand alone course, or as a recap before moving on to more advanced work with spatial data in R.\r
\r
It is split into three sections, each with a short video clip and a series of commands to work through:\r
\r
* Part 1: What is R & how does it work?\r
* Part 2: Mapping spatial data in R\r
* Part 3: Working with Loops in R\r
\r
If you are new to R, expect this to take between 1 and 2 hours to work through. It is recommended that you take a break between each part.\r
\r
After completing this material, you will:\r
\r
* Be able to use R to read in CSV data\r
* Be able to use R to read in spatial data\r
* Know how to plot spatial data in R\r
* Know how to customize colours and classifications\r
* Understand how to use loops for multiple maps\r
\r
To access the course, click on Download next to the 'Short Course on Using R as a GIS - Workbook' file below. It is recommended that you have the course material open in one window, and RStudio open in another window next to it, using either a big monitor, or two monitors. If you have any comments or feedback, please email us.\r
\r
This course is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International licence.""" ;
    dct:identifier "bbf99e40-271a-4bb7-9283-6fb23a05b5c6" ;
    dct:issued "2024-11-28T13:08:09.341487"^^xsd:dateTime ;
    dct:modified "2025-05-08T15:21:12.870336"^^xsd:dateTime ;
    dct:publisher <https://data.geods.ac.uk/organization/70965cee-2ecf-46bc-afd1-3f79ec275c5c> ;
    dct:title "Short Course on Using R as a GIS" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Maurizio Gibin" ;
            vcard:hasEmail <mailto:data@geods.ac.uk> ] ;
    dcat:distribution <https://data.geods.ac.uk/dataset/bbf99e40-271a-4bb7-9283-6fb23a05b5c6/resource/1de2af65-3579-4880-b16f-9129931fcd8b> ;
    dcat:keyword "GIS",
        "R Software",
        "Tutorial" ;
    dcat:landingPage <ONS%2C%20Nick%20Bearman> .

<ONS%2C%20Nick%20Bearman> a foaf:Document .

<https://data.geods.ac.uk/dataset/bbf99e40-271a-4bb7-9283-6fb23a05b5c6/resource/1de2af65-3579-4880-b16f-9129931fcd8b> a dcat:Distribution ;
    dct:format "HTML" ;
    dct:issued "2024-11-28T13:08:21.763360"^^xsd:dateTime ;
    dct:modified "2025-05-08T15:21:12.874078"^^xsd:dateTime ;
    dct:title "Data: Short Course on Using R as a GIS - Workbook" ;
    dcat:accessURL <https://data.geods.ac.uk/dataset/bbf99e40-271a-4bb7-9283-6fb23a05b5c6/resource/1de2af65-3579-4880-b16f-9129931fcd8b/download/short-course-on-using-r-as-a-gis.html> ;
    dcat:byteSize "1659237"^^xsd:nonNegativeInteger ;
    dcat:mediaType "text/html" .

<https://data.geods.ac.uk/organization/70965cee-2ecf-46bc-afd1-3f79ec275c5c> a foaf:Agent ;
    foaf:name "GeoDS" .

