@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 foaf: <http://xmlns.com/foaf/0.1/> .
@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:bioregistry dcterms:hasPart bioregistry:sustaingraph .

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

bioregistry:sustaingraph a bioregistry.schema:0000001 ;
    rdfs:label "SustainGraph Ontology" ;
    dcterms:description "The SustainGraph ontology is developed to track the United Nations Sustainable Development Goals(SDGs) at national and regional level, their evolution accross time and inter-connectedness with existing and emerging policies and directives at European Union (EU) and global level. It is described using W3C RDF Schema and the Web Ontology Language."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch tib.ts:sustaingraph ;
    dcat:keyword "miscellaneous" ;
    foaf:homepage <https://netmode.gitlab.io/sustaingraph-ontology/> ;
    bioregistry.schema:0000005 "6T"^^xsd:string ;
    bioregistry.schema:0000006 "https://netmode.gitlab.io/sustaingraph/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://netmode.gitlab.io/sustaingraph/"^^xsd:string ;
    bioregistry.schema:0000027 <https://netmode.gitlab.io/sustaingraph/6T> ;
    bioregistry.schema:0000029 "sustaingraph" .

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

