@prefix bioportal: <https://bioportal.bioontology.org/ontologies/> .
@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lov: <https://lov.linkeddata.es/dataset/lov/vocabs/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:CO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:co .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.wgfrmg .

bioregistry.metaresource:lov dcterms:hasPart lov:co .

bioregistry:co a bioregistry.schema:0000001 ;
    rdfs:label "Collection Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "An OWL 2 DL ontology developed for creating sets, bags and lists of resources, and for inferring collection properties even in the presence of incomplete information."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/collections-ontology/collections-ontology> ;
    skos:exactMatch bioportal:CO,
        fairsharing:FAIRsharing.wgfrmg,
        lov:co ;
    dcat:keyword "agriculture",
        "anatomy",
        "data type",
        "metadata standardization",
        "methods",
        "ontology",
        "phenotype",
        "plant breeding",
        "plant phenotypes and traits",
        "semantic web" ;
    foaf:homepage <https://github.com/collections-ontology/collections-ontology> ;
    bioregistry.schema:0000005 "Item"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.org/co/$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://github.com/collections-ontology/collections-ontology/raw/refs/heads/master/collections.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000018 bioregistry:fabio ;
    bioregistry.schema:0000019 orcid:0000-0002-5156-2703 ;
    bioregistry.schema:0000024 "http://purl.org/co/"^^xsd:string ;
    bioregistry.schema:0000027 <http://purl.org/co/Item> ;
    bioregistry.schema:0000029 "co" .

orcid:0000-0002-5156-2703 rdfs:label "Paolo Ciccarese" ;
    foaf:mbox "paolo.ciccarese@gmail.com" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

bioportal:CO dcterms:isPartOf bioregistry.metaresource:bioportal .

fairsharing:FAIRsharing.wgfrmg dcterms:isPartOf bioregistry.metaresource:fairsharing .

lov:co dcterms:isPartOf bioregistry.metaresource:lov .

