@prefix rdf: . @prefix rdfs: . @prefix foaf: . @prefix dcterms: . @prefix void: . @prefix : <#> . ## your dataset rdf:type void:Dataset ; foaf:homepage ; dcterms:title "Rechtspraak.nl" ; dcterms:description "RDF version of the official case law dataset of the Netherlands Council of the Judiciary (at http://www.rechtspraak.nl). It contains approximately 145k descriptions of court proceedings, linked to DBPedia and Geonames (places mentioned in cases). It contains all Dutch courts and their locations. URIs are dereferenceable. This dataset was developed within the BEST project at the VU University Amsterdam." ; dcterms:publisher ; dcterms:source ; void:sparqlEndpoint ; void:vocabulary ; void:vocabulary ; void:vocabulary ; void:vocabulary ; void:vocabulary ; void:exampleResource ; dcterms:subject ; dcterms:subject ; dcterms:subject ; void:subset :myDS-DS1 ; void:subset :myDS-DS2 . ## datasets you link to # interlinking to :DS1 :DS1 rdf:type void:Dataset ; foaf:homepage ; dcterms:title "DBpedia" ; dcterms:description "Linked Data version of Wikipedia." ; 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 "Geonames" ; dcterms:description "Linked Data version of the GeoNames database" . :myDS-DS2 rdf:type void:Linkset ; void:linkPredicate ; void:target ; void:target :DS2 .