@prefix rdf: . @prefix rdfs: . @prefix foaf: . @prefix dcterms: . @prefix void: . @prefix : <#> . ## your dataset rdf:type void:Dataset ; foaf:homepage ; dcterms:creator ; dcterms:creator ; dcterms:creator ; dcterms:title "EARTh- Enviromental Applications Reference THesaurus"@en ; dcterms:description "The Environmental Applications Reference Thesaurus (EARTh) has been compiled and is maintained by the CNR-IIA-EKOLab to facilitate the indexing, retrieval, harmonising and integration of human- and machine-readable environmental information from disparate sources, across the cultural and linguistic barriers. Ownership of such material always remains with the CNR-IIA-EKOLab."@en ; dcterms:publisher ; dcterms:publisher ; dcterms:license ; void:sparqlEndpoint ; void:dataDump ; void:vocabulary ; void:vocabulary ; void:exampleResource ; void:exampleResource ; void:uriPattern "^http://linkeddata.ge.imati.cnr.it:2020/resource/EARTh/.*"; 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 "GEMET" ; dcterms:description "GEneral Multilingual Environmental Thesaurus " ; 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 "Biogeographical Regions" ; dcterms:description "The Digital Map of European Ecological Regions DMEER- delineates and describes ecological distinct areas in Europe, on the basis of updated knowledge of climatic, topographic and geobotanical European data, together with the judgement of a large team of experts from several European nature related Institutions and the WWF" ; void:exampleResource . :myDS-DS2 rdf:type void:Linkset ; void:linkPredicate ; void:target ; void:target :DS2 .