@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://api.cloud.portaljs.com/dataset/14acd59f-f9bb-4dc9-9dce-412273abbd04> a dcat:Dataset ;
    dct:description "This dataset contains historical data of the Consumer Price Index (CPI) for the United States from 1913 to 2023, indicating inflation trends over time." ;
    dct:identifier "14acd59f-f9bb-4dc9-9dce-412273abbd04" ;
    dct:issued "2026-03-04T17:49:30.646532"^^xsd:dateTime ;
    dct:language "EN" ;
    dct:modified "2026-03-04T17:49:30.646536"^^xsd:dateTime ;
    dct:publisher <https://api.cloud.portaljs.com/organization/1c43b86d-bda4-4980-bf23-717b8b87fddb> ;
    dct:source <https://datahub.io/core/cpi-us> ;
    dct:title "US Consumer Price Index and Inflation (CPI)" ;
    dcat:distribution <https://api.cloud.portaljs.com/dataset/14acd59f-f9bb-4dc9-9dce-412273abbd04/resource/952d41dc-9b53-482b-ad39-1548f16eecb4> .

<https://api.cloud.portaljs.com/dataset/14acd59f-f9bb-4dc9-9dce-412273abbd04/resource/952d41dc-9b53-482b-ad39-1548f16eecb4> a dcat:Distribution ;
    dct:description "A CSV file containing monthly data of the Consumer Price Index and calculated inflation rates in the United States from January 1913 to December 2023, highlighting economic trends during this period." ;
    dct:format "CSV" ;
    dct:issued "2026-03-04T17:49:30.659077"^^xsd:dateTime ;
    dct:modified "2026-03-04T17:49:30.644299"^^xsd:dateTime ;
    dct:title "consumer-price-index-and-inflation-rates-from-1913-to-1920" ;
    dcat:accessURL <https://datahub.io/core/cpi-us/_r/-/data/cpiai.csv> .

<https://api.cloud.portaljs.com/organization/1c43b86d-bda4-4980-bf23-717b8b87fddb> a foaf:Organization ;
    foaf:name "Datopian" .

