@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/dcee9812-a10b-48bf-b201-c6b08013be20> a dcat:Dataset ;
    dct:description "This dataset contains a simplistic structure of numerical data organized in a CSV format, consisting of three columns labeled a, b, and c with corresponding numerical rows." ;
    dct:identifier "dcee9812-a10b-48bf-b201-c6b08013be20" ;
    dct:issued "2026-05-28T15:44:23.469391"^^xsd:dateTime ;
    dct:language "EN" ;
    dct:modified "2026-05-28T15:44:23.469396"^^xsd:dateTime ;
    dct:publisher <https://api.cloud.portaljs.com/organization/93b961ab-02d2-4d38-8a92-e025e1bfd806> ;
    dct:title "Simple CSV Data" ;
    dcat:distribution <https://api.cloud.portaljs.com/dataset/dcee9812-a10b-48bf-b201-c6b08013be20/resource/bb6a5398-a2b0-439e-afd0-4488ebf3d3c7> .

<https://api.cloud.portaljs.com/dataset/dcee9812-a10b-48bf-b201-c6b08013be20/resource/bb6a5398-a2b0-439e-afd0-4488ebf3d3c7> a dcat:Distribution ;
    dct:description "A CSV resource file consisting of three columns with header names a, b, and c, followed by four rows of numerical data." ;
    dct:issued "2026-05-28T15:44:23.484097"^^xsd:dateTime ;
    dct:modified "2026-05-28T15:44:23.467147"^^xsd:dateTime ;
    dct:title "simple-csv-data" ;
    dcat:accessURL <https://paste.rs/6DZQA> .

<https://api.cloud.portaljs.com/organization/93b961ab-02d2-4d38-8a92-e025e1bfd806> a foaf:Organization ;
    foaf:name "ttestt" .

