java-rdfa
java-rdfa copied to clipboard
xmlns bug
foaf is supposed to be unbound here, so no triples ought to be emitted.
<html>
<head xmlns:foaf="http://xmlns.com/foaf/0.1/">
</head>
<body>
<p about="#me" rel="foaf:img">
<img src="photo.jpeg" alt="Me"/>
</p>
</body>
</html>