@prefix aberowl: <http://aber-owl.net/ontology/> .
@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 fairsharing: <https://fairsharing.org/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:aberowl dcterms:hasPart aberowl:CCON .

bioregistry.metaresource:agroportal dcterms:hasPart agroportal:CCON .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ccon .

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

bioregistry:ccon a bioregistry.schema:0000001 ;
    rdfs:label "Cerrado Concepts Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description """The ontology of Cerrado wood plant dynamics was created in order to represent the set of concepts about the dynamics, that is, changes over time of the wood vegetation structure, of Cerrado. Ccon describes the main parameters used to measure the changes, such as mortality rate and recruitment rate.

The Ccon is an OWL2 ontology according to the W3C recommendations [6], developed to represent the scientific knowledge about vegetation ecology focused to describe the dynamics of wood plants in the Brazilian Cerrado Domain. This ontology will be part of the GeoLinked Data Ontology network to enrich the web of data with geospatial information of the Cerrado Biome, especially with regard the wood plant dynamics. It aims to store data and collect information about biodiversity, composition and wood plant dynamics, to manage, integrate and query data about Cerrado plant community, and search for changes in Cerrado species populations over time. An interesting example can be the possibility of data integration from different scientific studies over different locations. Once the data available on line of studies carried out in different places can be integrated, geolocated, linked with qualitative models and, finally, inferences can be performed. [from homepage]"""^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:CCON,
        agroportal:CCON,
        fairsharing:FAIRsharing.pzxjh ;
    dcat:keyword "biodiversity",
        "ecosystem",
        "ecosystem science",
        "ontology",
        "plant ecology",
        "population dynamics" ;
    foaf:homepage <https://cerrado.linkeddata.es/ecology/ccon/> ;
    bioregistry.schema:0000005 "CampoCerrado"^^xsd:string ;
    bioregistry.schema:0000006 "http://cerrado.linkeddata.es/ecology/ccon#$1"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/CCON/8/ccon.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Adriano Souza" ;
            foaf:mbox "souza.a@outlook.com" ] ;
    bioregistry.schema:0000024 "http://cerrado.linkeddata.es/ecology/ccon#"^^xsd:string ;
    bioregistry.schema:0000027 <http://cerrado.linkeddata.es/ecology/ccon#CampoCerrado> ;
    bioregistry.schema:0000029 "ccon" .

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

aberowl:CCON dcterms:isPartOf bioregistry.metaresource:aberowl .

agroportal:CCON dcterms:isPartOf bioregistry.metaresource:agroportal .

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

