@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/7c1009b2-c6a0-4ac8-ad7b-90a4af53eb90> a dcat:Dataset ;
    dct:description "The U.S. Office of Personnel Management's (OPM's) internal tracking system for requests for changes to websites" ;
    dct:identifier "OPM-WEB-0003" ;
    dct:issued "2025-11-22T21:40:31.967557"^^xsd:dateTime ;
    dct:language "{en-US}" ;
    dct:modified "2014"^^xsd:gYear ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "Web Tracking System" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Dan Thibodeau" ;
            vcard:hasEmail <mailto:webmaster@opm.gov> ] ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "ckan",
        "geo",
        "geoss",
        "national",
        "north-america",
        "tracking",
        "united-states",
        "websites" .

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

