@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/b93b7f62-d871-4975-8db5-255c298def8a> a dcat:Dataset ;
    dct:accrualPeriodicity "Quarterly" ;
    dct:conformsTo <https://linkml.io/> ;
    dct:description "A LinkML data dictionary for establishing standardized baseline carbon metrics in agricultural soils." ;
    dct:identifier "b93b7f62-d871-4975-8db5-255c298def8a" ;
    dct:issued "2026-03-15"^^xsd:date,
        "2026-03-15" ;
    dct:modified "2026-03-16T21:21:11.164443"^^xsd:dateTime ;
    dct:publisher <https://catalogue.climatesmartagrifood.ca/organization/f58233af-f123-417e-97cf-33df0110590c> ;
    dct:spatial [ a dct:Location ],
        "Global" ;
    dct:temporal "2020-2026" ;
    dct:title "Soil Carbon Baseline LinkML" ;
    owl:versionInfo "2026-03-15" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:metrics@soilhub.org> ] ;
    dcat:keyword "carbon",
        "linkml",
        "soil" ;
    dcat:theme "Soil Carbon" .

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

<https://linkml.io/> a dct:Standard .

