@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gsp: <http://www.opengis.net/ont/geosparql#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix spdx: <http://spdx.org/rdf/terms#> .
@prefix time: <http://www.w3.org/2006/time> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.humdata.org/dataset/6c177825-0da8-4320-8174-768a50b88bbd> a dcat:Dataset ;
    dct:description "This dataset contains two APIs with daily COVID-19 Trends and Impact Survey data. The University of Maryland API is for accessing global survey data and CMU API is for accessing US survey data." ;
    dct:identifier "6c177825-0da8-4320-8174-768a50b88bbd" ;
    dct:issued "2020-06-15T10:07:54.054228"^^xsd:dateTime ;
    dct:modified "2022-04-18T13:49:22.177419"^^xsd:dateTime ;
    dct:publisher <https://data.humdata.org/organization/74ad0574-923d-430b-8d52-ad80256c4461> ;
    dct:title "COVID-19 Trends and Impact Survey" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "8f9b58d8-7cf2-4761-a665-60edc2911db0" ] ;
    dcat:distribution <https://data.humdata.org/dataset/6c177825-0da8-4320-8174-768a50b88bbd/resource/899f963e-4c27-420e-8af2-ab5154dd2479>,
        <https://data.humdata.org/dataset/6c177825-0da8-4320-8174-768a50b88bbd/resource/cc0eb368-4400-4ef8-ae8c-a1d83c49f13e> ;
    dcat:keyword "covid-19" .

<https://data.humdata.org/dataset/6c177825-0da8-4320-8174-768a50b88bbd/resource/899f963e-4c27-420e-8af2-ab5154dd2479> a dcat:Distribution ;
    dct:format "API" ;
    dct:title "Carnegie Mellon University’s Delphi Research Group COVIDcast API" ;
    dcat:downloadURL <https://cmu-delphi.github.io/delphi-epidata/api/covidcast.html> .

<https://data.humdata.org/dataset/6c177825-0da8-4320-8174-768a50b88bbd/resource/cc0eb368-4400-4ef8-ae8c-a1d83c49f13e> a dcat:Distribution ;
    dct:format "API" ;
    dct:title "University of Maryland COVID-19 World Survey Data API" ;
    dcat:downloadURL <https://covidmap.umd.edu/api.html> .

<https://data.humdata.org/organization/74ad0574-923d-430b-8d52-ad80256c4461> a foaf:Organization ;
    foaf:name "Data for Good at Meta (previously Facebook)" .

