@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/2d6ed18e-062d-459d-aac4-baeaa2be8829> a dcat:Dataset ;
    dct:description "Depicts the areas of the city accessible by docked bikeshare within a given amount of time (10 and 20 minutes) when starting and ending at a docking station." ;
    dct:identifier <https://data.transportation.gov/api/views/8s3h-vvui> ;
    dct:issued "2021-08-13"^^xsd:date ;
    dct:modified "2021-12-23"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "Areas Accessible by Docked Bikeshare" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Theresa Firestine" ;
            vcard:hasEmail <mailto:theresa.firestine@dot.gov> ] ;
    dcat:keyword "accessibility",
        "amerigeo",
        "amerigeoss",
        "bikeshare",
        "ckan",
        "geo",
        "geoss",
        "micromobility",
        "national",
        "north-america",
        "transportation",
        "united-states" ;
    dcat:theme <%7B%22Bicycles%20and%20Pedestrians%22%7D> .

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

