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

<https://data.gov.au/dataset/dd0630bc-89b8-4ca6-9472-cea99122fe40> a dcat:Dataset ;
    dct:description "Tree species available at the City of Sydney free tree giveaway March 2026. Data is a subset of the City of Sydney suitable Tree Species list." ;
    dct:identifier "dd0630bc-89b8-4ca6-9472-cea99122fe40" ;
    dct:issued "2026-03-01T21:37:51.103186"^^xsd:dateTime ;
    dct:modified "2026-03-01T21:37:58.775115"^^xsd:dateTime ;
    dct:publisher <https://data.gov.au/organization/54753175-163f-4733-8384-050770653e7a> ;
    dct:spatial [ a dct:Location ] ;
    dct:title "Free Tree Giveaway" ;
    dcat:keyword "Greening",
        "Trees" .

<https://data.gov.au/organization/54753175-163f-4733-8384-050770653e7a> a foaf:Agent ;
    foaf:mbox "?datansw@customerservice.nsw.gov.au" ;
    foaf:name "City of Sydney" .

