@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/42691104-4bb8-5afa-bbc4-7741ba6385e2> a dcat:Dataset ;
    dct:creator [ a foaf:Agent ;
            dct:type "person" ;
            vcard:hasEmail <mailto:tyler@vorgeo.com> ;
            foaf:homepage <https://source.coop/tyler> ;
            foaf:name "Tyler Erickson" ] ;
    dct:description "A variety of files for testing Source Cooperative." ;
    dct:identifier "42691104-4bb8-5afa-bbc4-7741ba6385e2" ;
    dct:issued "2026-05-28T16:50:24.504000+00:00"^^xsd:dateTime ;
    dct:modified "2026-06-05T17:36:49.986000+00:00"^^xsd:dateTime ;
    dct:publisher <https://mldata.opendata.ai/organization/441e8055-15d1-45a6-b961-412973905554> ;
    dct:title "Test Files" ;
    dcat:distribution <https://mldata.opendata.ai/dataset/42691104-4bb8-5afa-bbc4-7741ba6385e2/resource/31135e1f-5be3-4b21-b467-5df31091a70e>,
        <https://mldata.opendata.ai/dataset/42691104-4bb8-5afa-bbc4-7741ba6385e2/resource/d5ca0d4c-318e-49a5-ac3a-ca64319e3e74> .

<https://mldata.opendata.ai/dataset/42691104-4bb8-5afa-bbc4-7741ba6385e2/resource/d5ca0d4c-318e-49a5-ac3a-ca64319e3e74> a dcat:Distribution ;
    dct:format "MD" ;
    dct:issued "2026-06-18T14:33:20.953117"^^xsd:dateTime ;
    dct:modified "2026-06-18T14:33:21.182086"^^xsd:dateTime ;
    dct:title "README.md" ;
    dcat:accessURL <https://data.source.coop/tyler/test-files/README.md> ;
    dcat:byteSize "159"^^xsd:nonNegativeInteger .

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

<https://data.source.coop/tyler/test-files/png/PNG_transparency_demonstration_1.png> a dcat:Distribution ;
    dct:isPartOf <https://mldata.opendata.ai/dataset/42691104-4bb8-5afa-bbc4-7741ba6385e2/resource/31135e1f-5be3-4b21-b467-5df31091a70e/download/nested_files.json> ;
    dct:modified "2026-05-28T17:11:44+00:00"^^xsd:dateTime ;
    dcat:accessURL <https://data.source.coop/tyler/test-files/png/PNG_transparency_demonstration_1.png> ;
    dcat:byteSize "224566"^^xsd:nonNegativeInteger .

<https://data.source.coop/tyler/test-files/tif/earthlab.tif> a dcat:Distribution ;
    dct:isPartOf <https://mldata.opendata.ai/dataset/42691104-4bb8-5afa-bbc4-7741ba6385e2/resource/31135e1f-5be3-4b21-b467-5df31091a70e/download/nested_files.json> ;
    dct:modified "2026-06-05T17:31:44+00:00"^^xsd:dateTime ;
    dcat:accessURL <https://data.source.coop/tyler/test-files/tif/earthlab.tif> ;
    dcat:byteSize "476674"^^xsd:nonNegativeInteger .

<https://mldata.opendata.ai/dataset/42691104-4bb8-5afa-bbc4-7741ba6385e2/resource/31135e1f-5be3-4b21-b467-5df31091a70e/download/nested_files.json> dct:hasPart <https://data.source.coop/tyler/test-files/png/PNG_transparency_demonstration_1.png>,
        <https://data.source.coop/tyler/test-files/tif/earthlab.tif> .

