@prefix aberowl: <http://aber-owl.net/ontology/> .
@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 ecoportal: <http://ecoportal.lifewatch.eu/ontologies/> .
@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 tib.ts: <https://terminology.tib.eu/ts/ontologies/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:aberowl dcterms:hasPart aberowl:ECSO .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:ECSO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:ecso .

bioregistry.metaresource:ecoportal dcterms:hasPart ecoportal:ECSO .

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

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

bioregistry:ecso a bioregistry.schema:0000001 ;
    rdfs:label "The Ecosystem Ontology" ;
    dcterms:description "DataONE ontology of Carbon Flux measurements for MsTMIP and LTER Use Cases"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/DataONEorg/sem-prov-ontologies> ;
    skos:exactMatch aberowl:ECSO,
        ecoportal:ECSO,
        bioportal:ECSO,
        fairsharing:FAIRsharing.a4ww64,
        tib.ts:ecso ;
    dcat:keyword "chemical and environmental engineering",
        "earth science",
        "earth sciences",
        "ecosystem",
        "ecosystem science",
        "ess",
        "fair data spaces",
        "ontology" ;
    foaf:homepage <https://github.com/DataONEorg/sem-prov-ontologies> ;
    bioregistry.schema:0000005 "00000532"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.dataone.org/odo/ECSO_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000010 <https://raw.githubusercontent.com/DataONEorg/sem-prov-ontologies/run4/observation/d1-ECSO.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-0381-3766 ;
    bioregistry.schema:0000024 "http://purl.dataone.org/odo/ECSO_"^^xsd:string ;
    bioregistry.schema:0000027 <http://purl.dataone.org/odo/ECSO_00000532> ;
    bioregistry.schema:0000029 "ecso" .

orcid:0000-0002-0381-3766 rdfs:label "Bryce Mecum" ;
    foaf:mbox "brycemecum@gmail.com" .

aberowl:ECSO dcterms:isPartOf bioregistry.metaresource:aberowl .

ecoportal:ECSO dcterms:isPartOf bioregistry.metaresource:ecoportal .

bioportal:ECSO dcterms:isPartOf bioregistry.metaresource:bioportal .

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

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

