@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/7a8a15f2-16e0-40b0-adf9-2d0201267cbd> a dcat:Dataset ;
    dct:description "Provides an overview of the C++ language with a focus on its use in accessing resources of the National Center for Biotechnology Information at the National Library of Medicine, National Institutes of Health." ;
    dct:identifier <https://datadiscovery.nlm.nih.gov/api/views/x3vz-qq3q> ;
    dct:issued "2021-08-26"^^xsd:date ;
    dct:modified "2022-05-25"^^xsd:date ;
    dct:publisher <https://data.amerigeoss.org/organization/727dbdd5-3f98-4ac0-9d28-5e344558139b> ;
    dct:title "NCBI C++ Toolkit Book" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "National Library of Medicine" ;
            vcard:hasEmail <mailto:custserv@nlm.nih.gov> ] ;
    dcat:distribution <https://data.amerigeoss.org/dataset/7a8a15f2-16e0-40b0-adf9-2d0201267cbd/resource/974993d2-90b9-4f54-b24b-6d4f8b53aaee> ;
    dcat:keyword "amerigeo",
        "amerigeoss",
        "ckan",
        "computational-biology",
        "geo",
        "geoss",
        "national",
        "north-america",
        "software",
        "united-states" ;
    dcat:theme <%7B%22NLM%20Products%20and%20Services%22%7D> .

<https://data.amerigeoss.org/dataset/7a8a15f2-16e0-40b0-adf9-2d0201267cbd/resource/974993d2-90b9-4f54-b24b-6d4f8b53aaee> a dcat:Distribution ;
    dct:format "HTML" ;
    dct:issued "2022-02-10T07:48:12.131068"^^xsd:dateTime ;
    dct:modified "2025-11-22T20:52:25.594819"^^xsd:dateTime ;
    dct:title "The NCBI C++ Toolkit Book" ;
    dcat:accessURL <https://ncbi.github.io/cxx-toolkit/> ;
    dcat:mediaType "text/html" .

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

