@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

bioregistry.metaresource:ecoportal a bioregistry.schema:0000002 ;
    rdfs:label "EcoPortal" ;
    dc:description "The LifeWatch ERIC repository of semantic resources for the ecological domain." ;
    foaf:homepage "http://ecoportal.lifewatch.eu" ;
    bioregistry.schema:0000005 "AGROVOC" ;
    bioregistry.schema:0000006 "http://ecoportal.lifewatch.eu/ontologies/$1" ;
    bioregistry.schema:0000019 orcid:0000-0003-4494-839X .

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

