@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix scovo: <http://purl.org/NET/scovo#> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix : <#> .

## your dataset
<http://zbw.eu/beta/p20> rdf:type void:Dataset ;
  foaf:homepage <http://zbw.eu/beta/p20/about> ;
  dcterms:title "20th Century Press Archives" ; 
  dcterms:description "Large Biographical and Company Archives of news clippings, annual reports and other material about German and international persons and institutions." ;
  dcterms:publisher <http://zbw.eu> ;
  void:uriLookupEndpoint <http://zbw.eu/beta/p20> ;
  void:vocabulary <http://zbw.eu/beta/p20/vocab/> ;
  void:vocabulary <http://www.openarchives.org/ore/terms/> ;
  void:vocabulary <http://www.w3.org/2004/02/skos/core#> ;
  void:vocabulary <http://purl.org/dc/terms/> ;
  void:exampleResource <http://zbw.eu/beta/p20/person/12> ;
  void:exampleResource <http://zbw.eu/beta/p20/company/11461> ;
  void:exampleResource <http://zbw.eu/beta/p20/person/13476/0147>;
  void:subset :DBpedia-links ;
  void:subset :GND-links .
  void:subset :CA-links .
  void:statItem [
    scovo:dimension void:numberOfTriples ;
    rdf:value 12000000 ;
  ] ;
  void:statItem [ 
    scovo:dimension void:numberOfResources ;
    scovo:dimension p20:P20PersonFolder ;
    rdf:value 1400;
  ] ;
  void:statItem [ 
    scovo:dimension void:numberOfResources ;
    scovo:dimension p20:P20CompanyFolder ;
    rdf:value 5400;
  ] ;
  void:statItem [ 
    scovo:dimension void:numberOfResources ;
    scovo:dimension p20:P20Document ;
    rdf:value 250000;
  ] ;
  void:statItem [ 
    scovo:dimension void:numberOfResources ;
    scovo:dimension p20:P20Page ;
    rdf:value 510000;
  ] ;

## datasets you link to

# interlinking to :DBpedia
:DBpedia rdf:type void:Dataset ;
  foaf:homepage <http://DBpedia.org/> ;
  dcterms:title "DBpedia" ;
  dcterms:description "Linked Data version of Wikipedia." ; 
  void:exampleResource <http://DBpedia.org/resource/Ludwig_van_Beethoven> .

:DBpedia-links rdf:type void:Linkset ;
  void:linkPredicate <http://purl.org/dc/terms/subject> ;
  void:target <http://zbw.eu/beta/p20> ;
  void:statItem [
    scovo:dimension void:numberOfTriples ;
    rdf:value 2500 ;
  ] ;
  void:target :DBpedia .

# interlinking to :GND
:GND rdf:type void:Dataset ;
  foaf:homepage <http://d-nb.info/gnd> ;
  dcterms:title "DNB Linked Data Service" ;
  dcterms:description "Authority Files of the German National Library" ; 
  void:exampleResource <http://d-nb.info/gnd/118514768> .

:GND-links rdf:type void:Linkset ;
  void:target :GND .
  void:linkPredicate <http://purl.org/dc/terms/subject> ;
  void:statItem [
    scovo:dimension void:numberOfTriples ;
    rdf:value 3800 ;
  ] ;
  void:target <http://zbw.eu/beta/p20> ;

# interlinking to :CA
:CA rdf:type void:Dataset ;
  foaf:homepage <http://chroniclingamerica.loc.gov/> ;
  dcterms:title "Chronicling America" ;
  dcterms:description "Historic American Newspapers" ; 
  void:exampleResource <http://chroniclingamerica.loc.gov/lccn/sn86069873/1900-01-05/ed-1/> .

:CA-links rdf:type void:Linkset ;
  void:target :CA .
  void:linkPredicate <http://purl.org/dc/terms/isPartOf> ;
  void:statItem [
    scovo:dimension void:numberOfTriples ;
    rdf:value 600 ;
  ] ;
  void:target <http://zbw.eu/beta/p20> ;

# interlinking to :GeoNames
:GeoNames rdf:type void:Dataset ;
  foaf:homepage <http://www.geonames.org/> ;
  dcterms:title "GeoNames" ;
  dcterms:description "Worldwide Geographical Database" ; 
  void:exampleResource <http://sws.geonames.org/2988507> .

:GeoNames-links rdf:type void:Linkset ;
  void:target :GeoNames .
  void:linkPredicate <http://purl.org/dc/terms/spatial> ;
  void:statItem [
    scovo:dimension void:numberOfTriples ;
    rdf:value 1200 ;
  ] ;
  void:target <http://zbw.eu/beta/p20> ;

