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

<https://catalogue.climatesmartagrifood.ca/dataset/b8ea3717-a869-477c-ac2b-c1f4906ed574> a dcat:Dataset ;
    dct:accrualPeriodicity "As Needed" ;
    dct:conformsTo <https://json-schema.org/> ;
    dct:description "JSON Schema validating metadata for in-field microbiome sample collection and GPS tagging." ;
    dct:identifier "b8ea3717-a869-477c-ac2b-c1f4906ed574" ;
    dct:issued "2025-11-20"^^xsd:date,
        "2025-11-20" ;
    dct:modified "2026-03-16T21:20:17.600409"^^xsd:dateTime ;
    dct:publisher <https://catalogue.climatesmartagrifood.ca/organization/f58233af-f123-417e-97cf-33df0110590c> ;
    dct:spatial [ a dct:Location ],
        "Canada" ;
    dct:temporal "2025-2026" ;
    dct:title "Microbiome Field Sampling JSON Schema" ;
    owl:versionInfo "v2.1" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:lab@soilhub.org> ] ;
    dcat:keyword "json",
        "microbiome" ;
    dcat:theme "Genomics",
        "Soil Carbon" .

<https://catalogue.climatesmartagrifood.ca/organization/f58233af-f123-417e-97cf-33df0110590c> a foaf:Agent ;
    foaf:name "Soil Carbon Tracking Hub" .

<https://json-schema.org/> a dct:Standard .

