Skip to content
Tim L edited this page Jan 27, 2015 · 8 revisions

GRDDL: Gleaning Resource Descriptions from Dialects of Languages

<kml  xmlns:grddl="http://www.w3.org/2003/g/data-view#"
            grddl:transformation="https://raw.githubusercontent.com/timrdf/vsr/master/src/xsl/grddl/rdfxml.xsl">
   <Document>
   </Document>
   <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="http://provenanceweb.org/format/mime/application/1d-interleaved-parityfec">
         <rdf:type rdf:resource="http://purl.org/dc/terms/FileFormat"/>
      </rdf:Description>
   </rdf:RDF>
</kml>

grddl.xsl will find the link to the GRDDL transformation from the input above.

grddl.sh uses grddl.xsl to find the link to the GRDDL transformation (an XSL), then applies the XSL to the input from which it found the link.

GRDDL scripts in https://github.com/timrdf/vsr/tree/master/src/xsl/grddl