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>