@prefix void: <http://rdfs.org/ns/void#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# What this endpoint serves.
#
# The default graph is the union of every named graph here, so a query
# with no GRAPH clause sees the whole published dataset. That is stated
# rather than left to be discovered: the alternative — an empty default
# graph — makes the first query anybody types return nothing.
#
# This is a published copy, not the live catalogue. Accounts and pending
# contributions are not withheld from it by a filter; they were never
# loaded into it.

<http://purl.org/stuff/plugin-universe/dataset/public> a void:Dataset ;
    rdfs:label "Plugin Universe — public SPARQL" ;
    dcterms:modified "2026-09-14T07:16:59.615Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
    void:sparqlEndpoint <https://sparql.plugin-universe.com/public/query> ;
    void:triples 63296 ;
    void:uriSpace "http://purl.org/stuff/plugin-universe/" ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> .
