@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://mldata.opendata.ai/dataset/d494e35f-8fd3-597c-9afc-1460f4c9557f> a dcat:Dataset ;
    dct:creator [ a foaf:Agent ;
            dct:type "person" ;
            vcard:hasEmail <mailto:severo@rednegra.net> ;
            foaf:homepage <https://source.coop/severo> ;
            foaf:name "Sylvain Lesage" ] ;
    dct:description "The CSV files used to test the PapaParse library." ;
    dct:identifier "d494e35f-8fd3-597c-9afc-1460f4c9557f" ;
    dct:issued "2025-10-06T16:45:24.408000+00:00"^^xsd:dateTime ;
    dct:modified "2025-10-06T16:45:24.408000+00:00"^^xsd:dateTime ;
    dct:publisher <https://mldata.opendata.ai/organization/441e8055-15d1-45a6-b961-412973905554> ;
    dct:title "CSV PapaParse test files" ;
    dcat:distribution <https://mldata.opendata.ai/dataset/d494e35f-8fd3-597c-9afc-1460f4c9557f/resource/040a2302-a5c7-45bd-8d39-655c4179f245>,
        <https://mldata.opendata.ai/dataset/d494e35f-8fd3-597c-9afc-1460f4c9557f/resource/422931bc-bab3-4c27-aca7-68e986a4d8da>,
        <https://mldata.opendata.ai/dataset/d494e35f-8fd3-597c-9afc-1460f4c9557f/resource/672185eb-3e51-4814-a777-d6d0c5838f8f>,
        <https://mldata.opendata.ai/dataset/d494e35f-8fd3-597c-9afc-1460f4c9557f/resource/ce7d73f3-be69-4e4b-b4d0-012ee01f25d4>,
        <https://mldata.opendata.ai/dataset/d494e35f-8fd3-597c-9afc-1460f4c9557f/resource/e796e722-daa5-49ae-8479-e9e01d0c6379>,
        <https://mldata.opendata.ai/dataset/d494e35f-8fd3-597c-9afc-1460f4c9557f/resource/f58bc01f-e864-4619-bfbd-472a631266ac> .

<https://mldata.opendata.ai/dataset/d494e35f-8fd3-597c-9afc-1460f4c9557f/resource/040a2302-a5c7-45bd-8d39-655c4179f245> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2026-06-18T14:07:08.056835"^^xsd:dateTime ;
    dct:modified "2026-06-18T14:07:08.054394"^^xsd:dateTime ;
    dct:title "long-sample.csv" ;
    dcat:accessURL <https://data.source.coop/severo/csv-papaparse-test-files/long-sample.csv> ;
    dcat:byteSize "1209"^^xsd:nonNegativeInteger .

<https://mldata.opendata.ai/dataset/d494e35f-8fd3-597c-9afc-1460f4c9557f/resource/422931bc-bab3-4c27-aca7-68e986a4d8da> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2026-06-18T14:07:08.056839"^^xsd:dateTime ;
    dct:modified "2026-06-18T14:07:08.054483"^^xsd:dateTime ;
    dct:title "sample-header.csv" ;
    dcat:accessURL <https://data.source.coop/severo/csv-papaparse-test-files/sample-header.csv> ;
    dcat:byteSize "52"^^xsd:nonNegativeInteger .

<https://mldata.opendata.ai/dataset/d494e35f-8fd3-597c-9afc-1460f4c9557f/resource/672185eb-3e51-4814-a777-d6d0c5838f8f> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2026-06-18T14:07:08.056847"^^xsd:dateTime ;
    dct:modified "2026-06-18T14:07:08.054685"^^xsd:dateTime ;
    dct:title "utf-8-bom-sample.csv" ;
    dcat:accessURL <https://data.source.coop/severo/csv-papaparse-test-files/utf-8-bom-sample.csv> ;
    dcat:byteSize "15"^^xsd:nonNegativeInteger .

<https://mldata.opendata.ai/dataset/d494e35f-8fd3-597c-9afc-1460f4c9557f/resource/ce7d73f3-be69-4e4b-b4d0-012ee01f25d4> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2026-06-18T14:07:08.056843"^^xsd:dateTime ;
    dct:modified "2026-06-18T14:07:08.054596"^^xsd:dateTime ;
    dct:title "sample.csv" ;
    dcat:accessURL <https://data.source.coop/severo/csv-papaparse-test-files/sample.csv> ;
    dcat:byteSize "11"^^xsd:nonNegativeInteger .

<https://mldata.opendata.ai/dataset/d494e35f-8fd3-597c-9afc-1460f4c9557f/resource/e796e722-daa5-49ae-8479-e9e01d0c6379> a dcat:Distribution ;
    dct:format "CSV" ;
    dct:issued "2026-06-18T14:07:08.056852"^^xsd:dateTime ;
    dct:modified "2026-06-18T14:07:08.054767"^^xsd:dateTime ;
    dct:title "verylong-sample.csv" ;
    dcat:accessURL <https://data.source.coop/severo/csv-papaparse-test-files/verylong-sample.csv> ;
    dcat:byteSize "70940"^^xsd:nonNegativeInteger .

<https://mldata.opendata.ai/dataset/d494e35f-8fd3-597c-9afc-1460f4c9557f/resource/f58bc01f-e864-4619-bfbd-472a631266ac> a dcat:Distribution ;
    dct:format "MD" ;
    dct:issued "2026-06-18T14:07:08.056828"^^xsd:dateTime ;
    dct:modified "2026-06-18T14:07:08.054278"^^xsd:dateTime ;
    dct:title "README.md" ;
    dcat:accessURL <https://data.source.coop/severo/csv-papaparse-test-files/README.md> ;
    dcat:byteSize "179"^^xsd:nonNegativeInteger .

<https://mldata.opendata.ai/organization/441e8055-15d1-45a6-b961-412973905554> a foaf:Agent ;
    foaf:name "Source Cooperative" .

