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

<https://witchywaysgames.ca/.well-known/void.ttl>
    a void:DatasetDescription ;
    dcterms:title "Witchy Ways Games VoID dataset description" ;
    dcterms:creator <https://witchywaysgames.ca/#wwg> .

<https://witchywaysgames.ca/#dataset>
    a void:Dataset ;
    dcterms:title "Witchy Ways Games linked-data graph" ;
    dcterms:publisher <https://witchywaysgames.ca/#wwg> ;
    void:dataDump <https://witchywaysgames.ca/index.ttl> ,
                  <https://witchywaysgames.ca/index.nt> ;
    void:uriSpace "https://witchywaysgames.ca/" ;
    void:vocabulary schema: .
