@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 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 re3data: <https://www.re3data.org/repository/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.4e77ae .

bioregistry.metaresource:re3data dcterms:hasPart re3data:r3d100014896 .

bioregistry:ecoportal a bioregistry.schema:0000001 ;
    rdfs:label "EcoPortal" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The LifeWatch ERIC repository of semantic resources for the ecological domain."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch fairsharing:FAIRsharing.4e77ae,
        re3data:r3d100014896 ;
    dcat:keyword "biodiversity",
        "bioinformatics",
        "ecology",
        "ecosystem science",
        "environmental science",
        "fair",
        "fair principles",
        "informatics",
        "knowledge and information systems",
        "knowledge representation",
        "life science",
        "ontology",
        "ontology mapping",
        "registry",
        "semantic annotation",
        "semantic interoperability",
        "semantics",
        "taxonomic classification",
        "taxonomy" ;
    foaf:homepage <http://ecoportal.lifewatch.eu> ;
    bioregistry.schema:0000005 "AGROVOC"^^xsd:string ;
    bioregistry.schema:0000006 "http://ecoportal.lifewatch.eu/ontologies/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-4494-839X ;
    bioregistry.schema:0000024 "http://ecoportal.lifewatch.eu/ontologies/"^^xsd:string ;
    bioregistry.schema:0000027 ecoportal:AGROVOC ;
    bioregistry.schema:0000029 "ecoportal" .

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

orcid:0000-0003-4494-839X rdfs:label "Xeni Kechagioglou" ;
    foaf:mbox "xeni.kechagioglou@lifewatch.eu" .

fairsharing:FAIRsharing.4e77ae dcterms:isPartOf bioregistry.metaresource:fairsharing .

re3data:r3d100014896 dcterms:isPartOf bioregistry.metaresource:re3data .

