@prefix void: <http://rdfs.org/ns/void#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix schema: <https://schema.org/> .

<https://saltedmisery.com/.well-known/void.ttl>
    a void:DatasetDescription ;
    dcterms:title "Salted Mi$ery VoID dataset description" ;
    dcterms:creator <https://saltedmisery.com/#saltedmisery> .

<https://saltedmisery.com/#dataset>
    a void:Dataset ;
    dcterms:title "Salted Mi$ery linked-data graph" ;
    dcterms:publisher <https://saltedmisery.com/#saltedmisery> ;
    void:dataDump <https://saltedmisery.com/index.ttl> ,
                  <https://saltedmisery.com/index.nt> ;
    void:uriSpace "https://saltedmisery.com/" ;
    void:vocabulary schema: .
