@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:dblp.schema .

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

bioregistry:dblp.schema a bioregistry.schema:0000001 ;
    rdfs:label "DBLP Schema" ;
    dcterms:description "This ontology describes the RDF representation of the contents of the dblp computer science bibliography."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch tib.ts:dblp ;
    dcat:keyword "bibliometrics",
        "computer science",
        "nfdixcs",
        "other subjects" ;
    foaf:homepage <https://dblp.org/rdf/docu/> ;
    bioregistry.schema:0000005 "Article"^^xsd:string ;
    bioregistry.schema:0000006 "https://dblp.org/rdf/schema#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://dblp.org/rdf/schema#"^^xsd:string ;
    bioregistry.schema:0000027 <https://dblp.org/rdf/schema#Article> ;
    bioregistry.schema:0000029 "dblp.schema" .

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

