@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 doap: <http://usefulinc.com/ns/doap#> .
@prefix fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ontobee: <http://www.ontobee.org/ontology/> .
@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:agroportal dcterms:hasPart agroportal:SDGIO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:sdgio .

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

bioregistry.metaresource:ontobee dcterms:hasPart ontobee:SDGIO .

bioregistry:sdgio a bioregistry.schema:0000001 ;
    rdfs:label "Sustainable Development Goals Interface Ontology" ;
    dcterms:description "The Sustainable Development Goals Interface Ontology (SDGIO) aims to provide a semantic bridge between 1) the Sustainable Development Goals, their targets, and indicators and 2) the large array of entities they refer to. SDGIO will reuse existing ontologies where appropriate."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/SDG-InterfaceOntology/sdgio> ;
    skos:exactMatch agroportal:SDGIO,
        ontobee:SDGIO,
        fairsharing:FAIRsharing.d5ff6e ;
    dcat:keyword "environmental science",
        "ontology",
        "sustainability" ;
    foaf:homepage <https://github.com/SDG-InterfaceOntology/sdgio> ;
    bioregistry.schema:0000005 "00020134"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.unep.org/sdg/SDGIO_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{8}$"^^xsd:string ;
    bioregistry.schema:0000010 <https://github.com/SDG-InterfaceOntology/sdgio/raw/master/sdgio.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-4366-3088 ;
    bioregistry.schema:0000024 "http://purl.unep.org/sdg/SDGIO_"^^xsd:string ;
    bioregistry.schema:0000027 <http://purl.unep.org/sdg/SDGIO_00020134> ;
    bioregistry.schema:0000029 "sdgio" .

orcid:0000-0002-4366-3088 rdfs:label "Pier Luigi Buttigieg" ;
    foaf:mbox "pier.buttigieg@awi.de" .

agroportal:SDGIO dcterms:isPartOf bioregistry.metaresource:agroportal .

ontobee:SDGIO dcterms:isPartOf bioregistry.metaresource:ontobee .

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

