@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:grddl .

bioregistry.metaresource:lov dcterms:hasPart lov:grddl .

bioregistry.metaresource:zazuko dcterms:hasPart zazuko:grddl .

bioregistry:grddl a bioregistry.schema:0000001 ;
    rdfs:label "Gleaning Resource Descriptions from Dialects of Languages" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "GRDDL is a mechanism for Gleaning Resource Descriptions from Dialects of Languages. It is a technique for obtaining RDF data from XML documents and in particular XHTML pages. Authors may explicitly associate documents with transformation algorithms, typically represented in XSLT, using a link element in the head of the document. Alternatively, the information needed to obtain the transformation may be held in an associated metadata profile document or namespace document. Clients reading the document can follow links across the Web using techniques described in the GRDDL specification to discover the appropriate transformations. This document uses a number of examples from the GRDDL Use Cases document to illustrate, in detail, the techniques GRDDL provides for associating documents with appropriate instructions for extracting any embedded data. (from homepage)"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch zazuko:grddl,
        lov:grddl ;
    dcat:keyword "vocabularies" ;
    foaf:homepage <https://www.w3.org/TR/grddl-primer/> ;
    bioregistry.schema:0000005 "transformation"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.w3.org/2003/g/data-view#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://www.w3.org/2003/g/data-view#"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.w3.org/2003/g/data-view#transformation> ;
    bioregistry.schema:0000029 "grddl" .

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

zazuko:grddl dcterms:isPartOf bioregistry.metaresource:zazuko .

lov:grddl dcterms:isPartOf bioregistry.metaresource:lov .

