@prefix agroportal: <http://agroportal.lirmm.fr/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 foaf: <http://xmlns.com/foaf/0.1/> .
@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 tib.ts: <https://terminology.tib.eu/ts/ontologies/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:agroportal dcterms:hasPart agroportal:PPEO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ppeo .

bioregistry.metaresource:tib dcterms:hasPart tib.ts:ppeo .

bioregistry:ppeo a bioregistry.schema:0000001 ;
    rdfs:label "Plant Phenotype Experiment Ontology" ;
    dcterms:description "The Plant Phenotyping Experiment Ontology (PPEO) is an implementation of the Minimal Information About Plant Phenotyping Experiment. It lists and organises all the informations necessary to describe and reuse a phenotyping dataset following FAIR principles (Findable Interoperable Accessible Reusable). It has been initiated with experts from Elixir, Emphasis, Bioversity International - CGIAR and RDA."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/MIAPPE/MIAPPE-ontology> ;
    skos:exactMatch agroportal:PPEO,
        tib.ts:ppeo ;
    dcat:keyword "dataplant",
        "life sciences, biology",
        "ontology" ;
    foaf:homepage <http://purl.org/ppeo> ;
    bioregistry.schema:0000005 "GPS_location"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.org/ppeo/PPEO.owl#$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://github.com/MIAPPE/MIAPPE-ontology/raw/refs/heads/master/PPEO.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-9040-8733 ;
    bioregistry.schema:0000024 "http://purl.org/ppeo/PPEO.owl#"^^xsd:string ;
    bioregistry.schema:0000027 <http://purl.org/ppeo/PPEO.owl#GPS_location> ;
    bioregistry.schema:0000029 "ppeo" .

orcid:0000-0002-9040-8733 rdfs:label "Cyril Pommier" ;
    foaf:mbox "cyril.pommier@inrae.fr" .

agroportal:PPEO dcterms:isPartOf bioregistry.metaresource:agroportal .

tib.ts:ppeo dcterms:isPartOf bioregistry.metaresource:tib .

