@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 lov: <https://lov.linkeddata.es/dataset/lov/vocabs/> .
@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:gndo .

bioregistry.metaresource:lov dcterms:hasPart lov:gndo .

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

bioregistry:gndo a bioregistry.schema:0000001 ;
    rdfs:label "GND-Ontologie" ;
    dcterms:description "GND stands for \"Gemeinsame Normdatei\" (Integrated Authority File) and offers a broad range of elements to describe authorities. The GND originates from the German library community and aims to solve the name ambiguity problem in the library world."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch lov:gndo,
        tib.ts:gndo ;
    dcat:keyword "catalogs",
        "computer science",
        "ess" ;
    foaf:homepage <http://d-nb.info/standards/elementset/gnd#> ;
    bioregistry.schema:0000005 "AdministrativeUnit"^^xsd:string ;
    bioregistry.schema:0000006 "https://d-nb.info/standards/elementset/gnd#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://d-nb.info/standards/elementset/gnd#"^^xsd:string ;
    bioregistry.schema:0000027 <https://d-nb.info/standards/elementset/gnd#AdministrativeUnit> ;
    bioregistry.schema:0000029 "gndo" .

lov:gndo dcterms:isPartOf bioregistry.metaresource:lov .

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

