@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lov: <https://lov.linkeddata.es/dataset/lov/vocabs/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix zazuko: <https://bioregistry.io/metaregistry/zazuko/resolve/> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:wdrs .

bioregistry.metaresource:lov dcterms:hasPart lov:wdrs .

bioregistry.metaresource:zazuko dcterms:hasPart zazuko:wdrs .

bioregistry:wdrs a bioregistry.schema:0000001 ;
    rdfs:label "Protocol for Web Description Resources (POWDER): POWDER-S Vocabulary" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The Protocol for Web Description Resources (POWDER) allows metadata to be associated with groups of resources such as those found on a Web site. Its main 'unit of information' is the Description Resource (DR), one or more of which are contained in a POWDER document. Processing such a document yields RDF triples describing the resources that are within the scope of the DRs. POWDER documents are written in XML and have relatively loose semantics, however, a GRDDL transform, associated with the root namespace, renders the data in RDF/OWL with more formal semantics. [from homepage]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch zazuko:wdrs,
        lov:wdrs ;
    dcat:keyword "api" ;
    foaf:homepage <https://www.w3.org/2007/05/powder-s> ;
    bioregistry.schema:0000005 "structure"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.w3.org/2007/05/powder-s#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://www.w3.org/2007/05/powder-s#"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.w3.org/2007/05/powder-s#structure> ;
    bioregistry.schema:0000029 "wdrs" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

zazuko:wdrs dcterms:isPartOf bioregistry.metaresource:zazuko .

lov:wdrs dcterms:isPartOf bioregistry.metaresource:lov .

