@prefix rdf: . @prefix rdfs: . @prefix foaf: . @prefix dcterms: . @prefix void: . @prefix : <#> . ## your dataset rdf:type void:Dataset ; foaf:homepage ; dcterms:title "B3Kat - Library Union Catalogue" ; dcterms:description "Joint Union Catalogue of 180 academic libraries in the german states of Bavaria, Berlin and Brandenburg. The data contains descriptions of 23Mio. Items available in these libraries." ; dcterms:publisher ; dcterms:license ; void:sparqlEndpoint ; void:uriLookupEndpoint ; void:dataDump ; void:vocabulary ; void:vocabulary ; void:vocabulary ; void:vocabulary ; void:vocabulary ; void:vocabulary ; void:vocabulary ; void:vocabulary ; void:vocabulary ; void:vocabulary ; void:vocabulary ; void:vocabulary ; void:vocabulary ; void:exampleResource ; void:subset :myDS-DS1 ; void:subset :myDS-DS2 ; void:subset :myDS-DS3 ; void:subset :myDS-DS4 . ## datasets you link to # interlinking to :DS1 :DS1 rdf:type void:Dataset ; foaf:homepage ; dcterms:title "GND" ; dcterms:description "Gemeinsame Normdatei" ; void:exampleResource . :myDS-DS1 rdf:type void:Linkset ; void:linkPredicate ; void:target ; void:target :DS1 . # interlinking to :DS2 :DS2 rdf:type void:Dataset ; foaf:homepage ; dcterms:title "GND" ; dcterms:description "Gemeinsame Normdatei" ; void:exampleResource . :myDS-DS2 rdf:type void:Linkset ; void:linkPredicate ; void:target ; void:target :DS2 . # interlinking to :DS3 :DS3 rdf:type void:Dataset ; foaf:homepage ; dcterms:title "DDC" ; dcterms:description "Dewey Decimal Classification" ; void:exampleResource . :myDS-DS3 rdf:type void:Linkset ; void:linkPredicate ; void:target ; void:target :DS3 . # interlinking to :DS4 :DS4 rdf:type void:Dataset ; foaf:homepage ; dcterms:title "ISO639-2 Languages" ; dcterms:description "ISO639-2 Languages" ; void:exampleResource . :myDS-DS4 rdf:type void:Linkset ; void:linkPredicate ; void:target ; void:target :DS4 .