tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

0140-isvalid.html (234B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <meta charset=utf-8>
      5  <title>Blank-node as Predicate Test</title>
      6 </head>
      7 <body>
      8 <p>Blank Nodes are not allowed to be predicate identifiers in RDF:</p>
      9 <p property="_:invalid">Test</p>
     10 </body>
     11 </html>