@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/054617a8-7b73-486b-b265-70a311ffa62a> a dcat:Dataset ;
    dct:description "A landing page for the National Census of Ferry Operators, a biennial survey of passenger ferry operations in the United States" ;
    dct:identifier <https://data.transportation.gov/api/views/ehhj-nune> ;
    dct:issued "2020-04-15"^^xsd:date ;
    dct:modified "2020-08-26"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "National Census of Ferry Operators (NCFO) 2018: Landing Page" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Janine McFadden" ;
            vcard:hasEmail <mailto:janine.mcfadden@dot.gov> ] ;
    dcat:keyword "AmeriGEO",
        "AmeriGEOSS",
        "CKAN",
        "GEO",
        "GEOSS",
        "National",
        "North America",
        "United States",
        "census",
        "ferry",
        "operators",
        "transit" ;
    dcat:theme <%7B%22Ferry%20Transit%22%7D> .

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

