@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

bioregistry.metaresource:cropoct a bioregistry.schema:0000002 ;
    rdfs:label "Crop Ontology Curation Tool" ;
    dc:description "The Crop Ontology (CO) current objective is to compile validated concepts along with their inter-relationships on anatomy, structure and phenotype of Crops, on trait measurement and methods as well as on Germplasm with the multi-crop passport terms" ;
    foaf:homepage "https://www.cropontology.org" ;
    bioregistry.schema:0000005 "CO_325" ;
    bioregistry.schema:0000006 "https://cropontology.org/ontology/$1" ;
    bioregistry.schema:0000007 "https://cropontology.org/term/$1:$2" ;
    bioregistry.schema:0000019 orcid:0000-0002-6020-5919 .

orcid:0000-0002-6020-5919 rdfs:label "Elizabeth Arnaud" ;
    foaf:mbox "e.arnaud@cgiar.org" .

