@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/4f299b4c-b94c-4897-abc4-6c9c9166e0c5> a dcat:Dataset ;
    dct:description "Capture information related to Contact of any Account like, Name, Phone, Email, Job Title, Status of Engagement, MBDA Center, Address." ;
    dct:identifier "MBDA Contact Table" ;
    dct:issued "2025-11-21T14:58:44.384947"^^xsd:dateTime ;
    dct:modified "2021-05-12"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "Contact Table" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Efrain Gonzalez" ;
            vcard:hasEmail <mailto:EGonzalez@mbda.gov> ] ;
    dcat:keyword "account",
        "amerigeo",
        "amerigeoss",
        "ckan",
        "contact-information",
        "contact-table",
        "geo",
        "geoss",
        "mbda",
        "national",
        "north-america",
        "united-states" .

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

