@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/60c83d83-5e0b-4e42-bf83-ebf48f69783f> a dcat:Dataset ;
    dct:description "HUD's published metadata catalog (Schema Version 1.1)" ;
    dct:identifier "1" ;
    dct:issued "2013-11-30"^^xsd:date ;
    dct:modified "2015-02-25"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "Data Catalog" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Ghislain Aka" ;
            vcard:hasEmail <mailto:Ghislain.G.Aka@hud.gov> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/60c83d83-5e0b-4e42-bf83-ebf48f69783f/resource/7fc5debd-4acd-48d4-aa28-72baaba3962d> ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "catalog",
        "ckan",
        "data-set",
        "datasets",
        "edi",
        "enterprise-data-inventory",
        "geo",
        "geoss",
        "hud",
        "json",
        "national",
        "north-america",
        "open-data-policy",
        "pdi",
        "public-data-inventory",
        "united-states" ;
    dcat:theme <%7Bdatasets%7D> .

<https://data.amerigeoss.org/dataset/60c83d83-5e0b-4e42-bf83-ebf48f69783f/resource/7fc5debd-4acd-48d4-aa28-72baaba3962d> a dcat:Distribution ;
    dct:description "data.json" ;
    dct:format "JSON" ;
    dct:issued "2020-11-10T16:31:09.531022"^^xsd:dateTime ;
    dct:modified "2025-11-22T03:34:22.647526"^^xsd:dateTime ;
    dct:title "HUD EDI JSON File" ;
    dcat:accessURL <http://hud.gov/data.json> ;
    dcat:mediaType "application/json" .

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

