@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/7d49f152-a23b-4a41-b004-c8ebc221bbd2> a dcat:Dataset ;
    dct:description """This dataset lists Port Authority scheduled bus and rail trip counts and distances since November 2016. \r
\r
For convenience, this data is published in several formats:\r
- Daily Scheduled Trips: Aggregated total trip count and trip distances for each route per day.\r
- Monthly Scheduled Trips: Aggregated total trip count and trip distances for each route per month and day type (weekday, Saturday, and Sunday). This can be joined with the Monthly Ridership dataset on DateKey, Route, and DayType to normalize the average riders per trip.\r
- Detailed Daily Scheduled Trips: This dataset lists the detailed daily schedule for each route, including the start and end times for each trip. This can be used to see the earliest and latest runs and study peak- and off-peak trip frequencies.\r
\r
Port Authority makes quarterly schedule adjustments that include adding and removing trips on certain routes to better serve riders.  These schedule adjustments are called "picks" and correspond to the year and month of the schedule change, e.g. the November 2016 pick is known as 1611.""" ;
    dct:identifier "d1eb0fcd-ba60-4407-9969-ceef464d0c00" ;
    dct:issued "2025-11-22T22:20:48.643795"^^xsd:dateTime ;
    dct:modified "2020-11-23T16:55:49.272607"^^xsd:dateTime ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "Port Authority Scheduled Trip Counts" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Ellie Newman" ;
            vcard:hasEmail <mailto:data@portauthority.org> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/7d49f152-a23b-4a41-b004-c8ebc221bbd2/resource/5d9429d5-3018-4c82-a635-2021d6aa6ea9>,
        <https://data.amerigeoss.org/dataset/7d49f152-a23b-4a41-b004-c8ebc221bbd2/resource/9056367c-7d91-4b6d-8171-168dba9c3b33>,
        <https://data.amerigeoss.org/dataset/7d49f152-a23b-4a41-b004-c8ebc221bbd2/resource/c3506159-8836-4f06-ba3d-5364a08d2e72> ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "bus",
        "ckan",
        "geo",
        "geoss",
        "national",
        "north-america",
        "picks",
        "public-transit",
        "rail",
        "schedules",
        "timetable",
        "transit",
        "transportation",
        "trip-count",
        "trip-distance",
        "trips",
        "united-states" ;
    dcat:theme <%7BTransportation%7D> .

<https://data.amerigeoss.org/dataset/7d49f152-a23b-4a41-b004-c8ebc221bbd2/resource/5d9429d5-3018-4c82-a635-2021d6aa6ea9> a dcat:Distribution ;
    dct:description "This dataset lists the detailed daily schedule for each route, including the start and end times for each trip. This can be used to see the earliest and latest runs and study peak- and off-peak trip frequencies." ;
    dct:format "CSV" ;
    dct:issued "2020-11-30T02:50:16.166983"^^xsd:dateTime ;
    dct:modified "2025-11-22T22:20:48.633160"^^xsd:dateTime ;
    dct:title "Detailed Daily Scheduled Trips" ;
    dcat:accessURL <https://data.wprdc.org/dataset/d1eb0fcd-ba60-4407-9969-ceef464d0c00/resource/36c61dbc-9e23-4c77-9f09-ca544d3c6174/download/schedule_daily_detail.csv> ;
    dcat:mediaType "text/csv" .

<https://data.amerigeoss.org/dataset/7d49f152-a23b-4a41-b004-c8ebc221bbd2/resource/9056367c-7d91-4b6d-8171-168dba9c3b33> a dcat:Distribution ;
    dct:description "Aggregated total trip count and trip distances for each route per day." ;
    dct:format "CSV" ;
    dct:issued "2020-11-30T02:50:16.166968"^^xsd:dateTime ;
    dct:modified "2025-11-22T22:20:48.632306"^^xsd:dateTime ;
    dct:title "Daily Scheduled Trips" ;
    dcat:accessURL <https://data.wprdc.org/dataset/d1eb0fcd-ba60-4407-9969-ceef464d0c00/resource/d42a9392-f95c-45f7-840f-3829ed21e03a/download/schedule_daily_agg.csv> ;
    dcat:mediaType "text/csv" .

<https://data.amerigeoss.org/dataset/7d49f152-a23b-4a41-b004-c8ebc221bbd2/resource/c3506159-8836-4f06-ba3d-5364a08d2e72> a dcat:Distribution ;
    dct:description "Aggregated total trip count and trip distances for each route per month and day type (weekday, Saturday, and Sunday). This can be joined with the Monthly Ridership dataset on DateKey, Route, and DayType to normalize the average riders per trip." ;
    dct:format "CSV" ;
    dct:issued "2020-11-30T02:50:16.166978"^^xsd:dateTime ;
    dct:modified "2025-11-22T22:20:48.632742"^^xsd:dateTime ;
    dct:title "Monthly Scheduled Trips" ;
    dcat:accessURL <https://data.wprdc.org/dataset/d1eb0fcd-ba60-4407-9969-ceef464d0c00/resource/1ca23fa8-53ca-43be-a7f7-82d4c7ff10f5/download/schedule_monthly_agg.csv> ;
    dcat:mediaType "text/csv" .

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

