rdf-rj-002

Tests that application/rdf+json works in p:inline, p:document, and p:load.

Test is expected to pass.

The pipeline

<p:declare-step xmlns:cx="http://xmlcalabash.com/ns/extensions"
                xmlns:p="http://www.w3.org/ns/xproc"
                xmlns:t="http://xproc.org/ns/testsuite/3.0" name="main" version="3.0"
                expand-text="false">
   <p:import href="https://xmlcalabash.com/ext/library/rdf.xpl"/>
   <p:output port="result"/>
   <p:identity>
      <p:with-input>
         <p:inline content-type="application/rdf+json">
{ 
  "_:29fd80932a5e292218c3913ed4b42250" : { 
    "http://xmlns.com/foaf/0.1/name" : [ { 
      "type" : "literal" ,
      "value" : "Achim Berndzen"
    }
     ]
  }
   ,
  "_:2321bd71b106b0d7b10de40281dc1ace" : { 
    "http://xmlns.com/foaf/0.1/name" : [ { 
      "type" : "literal" ,
      "value" : "Erik Siegel"
    }
     ]
  }
   ,
  "https://spec.xproc.org/3.0/xproc/" : { 
    "http://purl.org/dc/terms/hasVersion" : [ { 
      "type" : "literal" ,
      "value" : "3.0"
    }
     ] ,
    "http://purl.org/dc/terms/type" : [ { 
      "type" : "uri" ,
      "value" : "http://purl.org/dc/dcmitype/Text"
    }
     ] ,
    "http://purl.org/dc/terms/title" : [ { 
      "type" : "literal" ,
      "value" : "XProc 3.0: An XML Pipeline Language"
    }
     ] ,
    "http://purl.org/dc/terms/date" : [ { 
      "type" : "literal" ,
      "value" : "2022-09-12" ,
      "datatype" : "http://www.w3.org/2001/XMLSchema#date"
    }
     ] ,
    "http://purl.org/dc/terms/contributor" : [ { 
      "type" : "bnode" ,
      "value" : "_:29fd80932a5e292218c3913ed4b42250"
    }
    , { 
      "type" : "bnode" ,
      "value" : "_:2321bd71b106b0d7b10de40281dc1ace"
    }
    , { 
      "type" : "bnode" ,
      "value" : "_:fe73da079b38916946ea7b2523057c62"
    }
    , { 
      "type" : "bnode" ,
      "value" : "_:5f0291538bffea83cf14491bc8c524a7"
    }
     ] ,
    "http://purl.org/dc/terms/isPartOf" : [ { 
      "type" : "uri" ,
      "value" : "https://xproc.org/"
    }
     ]
  }
   ,
  "_:fe73da079b38916946ea7b2523057c62" : { 
    "http://xmlns.com/foaf/0.1/homepage" : [ { 
      "type" : "uri" ,
      "value" : "https://nwalsh.com/"
    }
     ] ,
    "http://xmlns.com/foaf/0.1/name" : [ { 
      "type" : "literal" ,
      "value" : "Norman Walsh"
    }
     ] ,
    "http://xmlns.com/foaf/0.1/weblog" : [ { 
      "type" : "uri" ,
      "value" : "https://so.nwalsh.com/"
    }
     ]
  }
   ,
  "_:5f0291538bffea83cf14491bc8c524a7" : { 
    "http://xmlns.com/foaf/0.1/name" : [ { 
      "type" : "literal" ,
      "value" : "Gerrit Imsieke"
    }
     ]
  }
   ,
  "https://xproc.org/" : { 
    "http://purl.org/dc/terms/type" : [ { 
      "type" : "uri" ,
      "value" : "http://purl.org/dc/dcmitype/Collection"
    }
     ] ,
    "http://purl.org/dc/terms/title" : [ { 
      "type" : "literal" ,
      "value" : "XProc"
    }
     ]
  }
   ,
  "https://spec.xproc.org/3.0/steps/" : { 
    "http://purl.org/dc/terms/hasVersion" : [ { 
      "type" : "literal" ,
      "value" : "3.0"
    }
     ] ,
    "http://purl.org/dc/terms/type" : [ { 
      "type" : "uri" ,
      "value" : "http://purl.org/dc/dcmitype/Text"
    }
     ] ,
    "http://purl.org/dc/terms/title" : [ { 
      "type" : "literal" ,
      "value" : "XProc 3.0: Standard Step Library"
    }
     ] ,
    "http://purl.org/dc/terms/date" : [ { 
      "type" : "literal" ,
      "value" : "2022-09-12" ,
      "datatype" : "http://www.w3.org/2001/XMLSchema#date"
    }
     ] ,
    "http://purl.org/dc/terms/contributor" : [ { 
      "type" : "bnode" ,
      "value" : "_:29fd80932a5e292218c3913ed4b42250"
    }
    , { 
      "type" : "bnode" ,
      "value" : "_:2321bd71b106b0d7b10de40281dc1ace"
    }
    , { 
      "type" : "bnode" ,
      "value" : "_:fe73da079b38916946ea7b2523057c62"
    }
    , { 
      "type" : "bnode" ,
      "value" : "_:5f0291538bffea83cf14491bc8c524a7"
    }
     ] ,
    "http://purl.org/dc/terms/isPartOf" : [ { 
      "type" : "uri" ,
      "value" : "https://xproc.org/"
    }
     ]
  }
}
      </p:inline>
      </p:with-input>
   </p:identity>
   <p:cast-content-type name="first"
                        content-type="application/rdf+xml"/>
   <p:identity>
      <p:with-input>
         <p:document content-type="application/rdf+json"
                     href="../documents/sample1.rj"/>
      </p:with-input>
   </p:identity>
   <p:cast-content-type name="second"
                        content-type="application/rdf+xml"/>
   <p:load content-type="application/rdf+json"
           href="../documents/sample1.rj"/>
   <p:cast-content-type name="third"
                        content-type="application/rdf+xml"/>
   <p:wrap-sequence wrapper="wrapper">
      <p:with-input pipe="@first @second @third"/>
   </p:wrap-sequence>
</p:declare-step>

Result

<wrapper xmlns:t="http://xproc.org/ns/testsuite/3.0">
   <rdf:RDF xmlns:j.0="http://purl.org/dc/terms/"
            xmlns:j.1="http://xmlns.com/foaf/0.1/"
            xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="https://spec.xproc.org/3.0/xproc/">
         <j.0:isPartOf>
            <rdf:Description rdf:about="https://xproc.org/">
               <j.0:title>XProc</j.0:title>
               <j.0:type rdf:resource="http://purl.org/dc/dcmitype/Collection"/>
            </rdf:Description>
         </j.0:isPartOf>
         <j.0:title>XProc 3.0: An XML Pipeline Language</j.0:title>
         <j.0:contributor>
            <rdf:Description rdf:nodeID="A0">
               <j.1:name>Gerrit Imsieke</j.1:name>
            </rdf:Description>
         </j.0:contributor>
         <j.0:contributor>
            <rdf:Description rdf:nodeID="A1">
               <j.1:weblog rdf:resource="https://so.nwalsh.com/"/>
               <j.1:homepage rdf:resource="https://nwalsh.com/"/>
               <j.1:name>Norman Walsh</j.1:name>
            </rdf:Description>
         </j.0:contributor>
         <j.0:contributor>
            <rdf:Description rdf:nodeID="A2">
               <j.1:name>Erik Siegel</j.1:name>
            </rdf:Description>
         </j.0:contributor>
         <j.0:contributor>
            <rdf:Description rdf:nodeID="A3">
               <j.1:name>Achim Berndzen</j.1:name>
            </rdf:Description>
         </j.0:contributor>
         <j.0:date rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2022-09-12</j.0:date>
         <j.0:type rdf:resource="http://purl.org/dc/dcmitype/Text"/>
         <j.0:hasVersion>3.0</j.0:hasVersion>
      </rdf:Description>
      <rdf:Description rdf:about="https://spec.xproc.org/3.0/steps/">
         <j.0:isPartOf rdf:resource="https://xproc.org/"/>
         <j.0:title>XProc 3.0: Standard Step Library</j.0:title>
         <j.0:contributor rdf:nodeID="A0"/>
         <j.0:contributor rdf:nodeID="A1"/>
         <j.0:contributor rdf:nodeID="A2"/>
         <j.0:contributor rdf:nodeID="A3"/>
         <j.0:date rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2022-09-12</j.0:date>
         <j.0:type rdf:resource="http://purl.org/dc/dcmitype/Text"/>
         <j.0:hasVersion>3.0</j.0:hasVersion>
      </rdf:Description>
   </rdf:RDF>
   <rdf:RDF xmlns:j.0="http://purl.org/dc/terms/"
            xmlns:j.1="http://xmlns.com/foaf/0.1/"
            xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="https://spec.xproc.org/3.0/xproc/">
         <j.0:isPartOf>
            <rdf:Description rdf:about="https://xproc.org/">
               <j.0:title>XProc</j.0:title>
               <j.0:type rdf:resource="http://purl.org/dc/dcmitype/Collection"/>
            </rdf:Description>
         </j.0:isPartOf>
         <j.0:title>XProc 3.0: An XML Pipeline Language</j.0:title>
         <j.0:contributor>
            <rdf:Description rdf:nodeID="A0">
               <j.1:name>Gerrit Imsieke</j.1:name>
            </rdf:Description>
         </j.0:contributor>
         <j.0:contributor>
            <rdf:Description rdf:nodeID="A1">
               <j.1:weblog rdf:resource="https://so.nwalsh.com/"/>
               <j.1:homepage rdf:resource="https://nwalsh.com/"/>
               <j.1:name>Norman Walsh</j.1:name>
            </rdf:Description>
         </j.0:contributor>
         <j.0:contributor>
            <rdf:Description rdf:nodeID="A2">
               <j.1:name>Erik Siegel</j.1:name>
            </rdf:Description>
         </j.0:contributor>
         <j.0:contributor>
            <rdf:Description rdf:nodeID="A3">
               <j.1:name>Achim Berndzen</j.1:name>
            </rdf:Description>
         </j.0:contributor>
         <j.0:date rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2022-09-12</j.0:date>
         <j.0:type rdf:resource="http://purl.org/dc/dcmitype/Text"/>
         <j.0:hasVersion>3.0</j.0:hasVersion>
      </rdf:Description>
      <rdf:Description rdf:about="https://spec.xproc.org/3.0/steps/">
         <j.0:isPartOf rdf:resource="https://xproc.org/"/>
         <j.0:title>XProc 3.0: Standard Step Library</j.0:title>
         <j.0:contributor rdf:nodeID="A0"/>
         <j.0:contributor rdf:nodeID="A1"/>
         <j.0:contributor rdf:nodeID="A2"/>
         <j.0:contributor rdf:nodeID="A3"/>
         <j.0:date rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2022-09-12</j.0:date>
         <j.0:type rdf:resource="http://purl.org/dc/dcmitype/Text"/>
         <j.0:hasVersion>3.0</j.0:hasVersion>
      </rdf:Description>
   </rdf:RDF>
   <rdf:RDF xmlns:j.0="http://purl.org/dc/terms/"
            xmlns:j.1="http://xmlns.com/foaf/0.1/"
            xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about="https://spec.xproc.org/3.0/xproc/">
         <j.0:isPartOf>
            <rdf:Description rdf:about="https://xproc.org/">
               <j.0:title>XProc</j.0:title>
               <j.0:type rdf:resource="http://purl.org/dc/dcmitype/Collection"/>
            </rdf:Description>
         </j.0:isPartOf>
         <j.0:title>XProc 3.0: An XML Pipeline Language</j.0:title>
         <j.0:contributor>
            <rdf:Description rdf:nodeID="A0">
               <j.1:name>Gerrit Imsieke</j.1:name>
            </rdf:Description>
         </j.0:contributor>
         <j.0:contributor>
            <rdf:Description rdf:nodeID="A1">
               <j.1:weblog rdf:resource="https://so.nwalsh.com/"/>
               <j.1:homepage rdf:resource="https://nwalsh.com/"/>
               <j.1:name>Norman Walsh</j.1:name>
            </rdf:Description>
         </j.0:contributor>
         <j.0:contributor>
            <rdf:Description rdf:nodeID="A2">
               <j.1:name>Erik Siegel</j.1:name>
            </rdf:Description>
         </j.0:contributor>
         <j.0:contributor>
            <rdf:Description rdf:nodeID="A3">
               <j.1:name>Achim Berndzen</j.1:name>
            </rdf:Description>
         </j.0:contributor>
         <j.0:date rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2022-09-12</j.0:date>
         <j.0:type rdf:resource="http://purl.org/dc/dcmitype/Text"/>
         <j.0:hasVersion>3.0</j.0:hasVersion>
      </rdf:Description>
      <rdf:Description rdf:about="https://spec.xproc.org/3.0/steps/">
         <j.0:isPartOf rdf:resource="https://xproc.org/"/>
         <j.0:title>XProc 3.0: Standard Step Library</j.0:title>
         <j.0:contributor rdf:nodeID="A0"/>
         <j.0:contributor rdf:nodeID="A1"/>
         <j.0:contributor rdf:nodeID="A2"/>
         <j.0:contributor rdf:nodeID="A3"/>
         <j.0:date rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2022-09-12</j.0:date>
         <j.0:type rdf:resource="http://purl.org/dc/dcmitype/Text"/>
         <j.0:hasVersion>3.0</j.0:hasVersion>
      </rdf:Description>
   </rdf:RDF>
</wrapper>

Schematron checks

<s:schema xmlns:s="http://purl.oclc.org/dsdl/schematron"
          xmlns:t="http://xproc.org/ns/testsuite/3.0" queryBinding="xslt2">
   <s:ns prefix="rdf"
         uri="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
   <s:pattern>
      <s:rule context="/">
         <s:assert test="wrapper">The root is wrong.</s:assert>
         <s:assert test="count(wrapper/rdf:RDF) = 3">RDF output is incorrect.</s:assert>
      </s:rule>
   </s:pattern>
</s:schema>

Revision history

15 Feb 2025, Norm Tovey-Walsh
Created test.