shellac / java-rdfa

RDFa Parser for java
Other
27 stars 14 forks source link

xmlns bug #27

Open shellac opened 14 years ago

shellac commented 14 years ago

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>