# 12 triples
@prefix daia: <http://purl.org/ontology/daia/> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix dcq: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gbv: <http://purl.org/ontology/gbv/> .
@prefix schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix void: <http://rdfs.org/ns/void#> .
<http://uri.gbv.de/database/test> a skos:Concept ;
skos:prefLabel "Test-Datenbanken"@de .
<http://uri.gbv.de/database/test-gjz18> dce:subject <http://uri.gbv.de/database/test> ;
dcq:title "GJZ 18 Testzugang (cbst7)"@de ;
gbv:dbkey "test-gjz18" ;
gbv:picabase <http://cbst7.gbv.de:1780/DB=1.76/> ;
gbv:srubase <http://sru.k10plus.de/test-gjz18> ;
a daia:Service, void:Dataset, schema:Dataset, <http://www.w3.org/2006/http#//purl.org/cld/cdtype/CatalogueOrIndex> ;
foaf:homepage <http://cbst7.gbv.de:1780/DB=1.76/> .