@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

# <index#osmwrap>, matching ProvUtil and every sibling wrapper
# (index#inspirewrap / #advwrap / #pdokwrap / #giscowrap). Was <#osmwrap>, which
# disagreed with ProvUtil's {root}/index#osmwrap and was base-sensitive besides:
# with no @base a bare fragment resolves against the retrieval URI. The five XSL
# stylesheets were moved to /index#osmwrap in the same change.
<index#osmwrap> a prov:SoftwareAgent ;
    rdfs:label "Linked OSM (osmwrap)" ;
    owl:versionInfo "1.0.0-SNAPSHOT+4910488-dirty" ;
    foaf:page <index.html> .
