@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/0444e24c-899e-4727-b21a-906fc16a482a> a dcat:Dataset ;
    dct:accrualPeriodicity "Annually" ;
    dct:conformsTo <https://w3c.github.io/dcat/> ;
    dct:description "An Overlays Capture Architecture (OCA) schema defining the attributes for drought resistance scoring in early-stage wheat growth." ;
    dct:identifier "0444e24c-899e-4727-b21a-906fc16a482a" ;
    dct:issued "2026-03-01"^^xsd:date,
        "2026-03-01" ;
    dct:modified "2026-03-16T21:22:02.206848"^^xsd:dateTime ;
    dct:publisher <https://catalogue.climatesmartagrifood.ca/organization/163d944e-81a8-4073-9182-b193d450f9f8> ;
    dct:spatial [ a dct:Location ],
        "North America" ;
    dct:temporal "2024-2026" ;
    dct:title "Wheat Drought Resistance OCA Schema" ;
    owl:versionInfo "v1.0.0" ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:hasEmail <mailto:data@wheatresilience.org> ] ;
    dcat:keyword "genome",
        "oca",
        "wheat" ;
    dcat:theme "Crop Yields",
        "Genomics" .

<https://catalogue.climatesmartagrifood.ca/organization/163d944e-81a8-4073-9182-b193d450f9f8> a foaf:Agent ;
    foaf:name "Genomic Wheat Resilience" .

<https://w3c.github.io/dcat/> a dct:Standard .

