@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/03530381-b91f-4d3b-95cf-4d0d1db4546e> a dcat:Dataset ;
    dct:description "Source code for a WebAssembly web application that explores the contents of standardized friction ridge metadata (i.e., \"Type 9\") within ANSI/NIST-ITL compatible records" ;
    dct:identifier "ark:/88434/mds2-3059" ;
    dct:issued "2023-08-21"^^xsd:date ;
    dct:language "{en}" ;
    dct:modified "2023-08-11T00:00:00"^^xsd:dateTime ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "Friction Ridge Metadata Explorer" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Gregory Fiumara" ;
            vcard:hasEmail <mailto:gregory.fiumara@nist.gov> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/03530381-b91f-4d3b-95cf-4d0d1db4546e/resource/69642e22-9059-4785-b303-d10a06747eb5> ;
    dcat:keyword "AmeriGEO",
        "AmeriGEOSS",
        "CKAN",
        "GEO",
        "GEOSS",
        "National",
        "North America",
        "United States",
        "biometrics",
        "efs",
        "extended-feature-set",
        "fingerprint",
        "minutia",
        "minutiae",
        "proprietary",
        "standard",
        "wasm",
        "web-assembly" ;
    dcat:theme <%22Forensics:Pattern%20evidence%22>,
        <%22Information%20Technology:Biometrics%22%7D>,
        <%7B%22Standards:Conformity%20assessment%22> .

<https://data.amerigeoss.org/dataset/03530381-b91f-4d3b-95cf-4d0d1db4546e/resource/69642e22-9059-4785-b303-d10a06747eb5> a dcat:Distribution ;
    dct:description "Publicly accessible repository of all source code needed to build this application." ;
    dct:format "Source Code Repository" ;
    dct:issued "2023-09-30T16:47:21.334895"^^xsd:dateTime ;
    dct:modified "2025-09-23T15:53:35.195127"^^xsd:dateTime ;
    dct:title "GitHub Repository" ;
    dcat:accessURL <https://github.com/usnistgov/frme> .

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

