@prefix bartoc: <https://bartoc.org/en/node/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bartoc dcterms:hasPart bartoc:18070 .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:lv .

bioregistry.metaresource:lov dcterms:hasPart lov:lv .

bioregistry:lv a bioregistry.schema:0000001 ;
    rdfs:label "lobid vocab" ;
    dcterms:description "Under this name space new properties and classes needed for the service lobid ('linking open bibliographic data') are defined . Already existing properties and classes which are (re)used in lobid aren't documented here [from TTL]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch bartoc:18070,
        lov:lv ;
    dcat:keyword "catalogs" ;
    foaf:homepage <http://purl.org/lobid/lv> ;
    bioregistry.schema:0000005 "ArchivedWebPage"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.org/lobid/lv#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://purl.org/lobid/lv#"^^xsd:string ;
    bioregistry.schema:0000027 <http://purl.org/lobid/lv#ArchivedWebPage> ;
    bioregistry.schema:0000029 "lv" .

bartoc:18070 dcterms:isPartOf bioregistry.metaresource:bartoc .

lov:lv dcterms:isPartOf bioregistry.metaresource:lov .

