@prefix biodivportal: <https://biodivportal.gfbio.org/ontologies/> .
@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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:biodivportal dcterms:hasPart biodivportal:TOP .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:gfbio.top .

bioregistry:gfbio.top a bioregistry.schema:0000001 ;
    rdfs:label "Thesaurus of Plant Characteristics" ;
    dcterms:description "The Thesaurus Of Plant characteristics (TOP), aims to harmonize and formalize concepts for plant characteristics widely used in ecology. TOP concentrates on two types of plant characteristics: traits and environmental associations. Characteristics are modelled as the ‘Quality’ of an ‘Entity’ used in the context of Open Biological Ontologies. Whenever possible, the Entities and Qualities are taken from existing terminology standards, mainly the Plant Ontology (PO) and Phenotypic Quality Ontology (PATO) ontologies. TOP provides names, definitions, units, synonyms and related terms for about 850 plant characteristics."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch biodivportal:TOP ;
    foaf:homepage <https://top-thesaurus.cefe.cnrs.fr> ;
    bioregistry.schema:0000005 "Thesaurustrait"^^xsd:string ;
    bioregistry.schema:0000006 "http://top-thesaurus.org/trait#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Eric Garnier" ;
            foaf:mbox "eric.garnier@cefe.cnrs.fr" ] ;
    bioregistry.schema:0000024 "http://top-thesaurus.org/trait#"^^xsd:string ;
    bioregistry.schema:0000027 <http://top-thesaurus.org/trait#Thesaurustrait> ;
    bioregistry.schema:0000029 "gfbio.top" .

biodivportal:TOP dcterms:isPartOf bioregistry.metaresource:biodivportal .

