@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.amerigeoss.org/dataset/4072b467-334f-4c36-88ce-180b8bd86008> a dcat:Dataset ;
    dct:description """Current number of times a given tree has been marked as a favorite by registered users of the NYC Street Tree Map (nyc.gov/parks/treemap).

This dataset can be joined to the Forestry Tree Points dataset (https://data.cityofnewyork.us/Environment/Forestry-Tree-Points/k5ta-2trh) by joining the TreeId to OBJECTID from Forestry Tree Points.

Live data feed: https://www.nycgovparks.org/tree-map-feeds/favorite-trees.json""" ;
    dct:identifier <https://data.cityofnewyork.us/api/views/pbi9-jd5i> ;
    dct:issued "2017-08-31"^^xsd:date ;
    dct:modified "2019-10-18"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "NYC Street Tree Map - Favorite Trees" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "NYC OpenData" ;
            vcard:hasEmail <mailto:no-reply@data.cityofnewyork.us> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/4072b467-334f-4c36-88ce-180b8bd86008/resource/ed4033d4-9d13-4c47-a8ae-d744d64735bb> ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "ckan",
        "dpr",
        "geo",
        "geoss",
        "national",
        "north-america",
        "trees-plan-nstm",
        "united-states" ;
    dcat:theme <%7BEnvironment%7D> .

<https://data.amerigeoss.org/dataset/4072b467-334f-4c36-88ce-180b8bd86008/resource/ed4033d4-9d13-4c47-a8ae-d744d64735bb> a dcat:Distribution ;
    dct:description "favorite-trees.json" ;
    dct:format "JSON" ;
    dct:issued "2020-11-10T17:04:32.436931"^^xsd:dateTime ;
    dct:modified "2025-11-21T05:36:27.118314"^^xsd:dateTime ;
    dct:title "JSON File" ;
    dcat:accessURL <https://www.nycgovparks.org/tree-map-feeds/favorite-trees.json> ;
    dcat:mediaType "application/json" .

<https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> a foaf:Agent ;
    foaf:name "US Migrating" .

