@prefix rdf: . @prefix rdfs: . @prefix foaf: . @prefix dcterms: . @prefix void: . @prefix : <#> . ## your dataset rdf:type void:Dataset ; foaf:homepage ; dcterms:title "Codices" ; dcterms:description "Information about DSDP, ODP, IODP expeditions" ; dcterms:publisher ; dcterms:source ; 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:exampleResource ; void:subset :myDS-DS1 . ## 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 .