Subject: | rdf:resource attributes not parsed correctly |
The following RDF does not get parsed correctly.
<foo:Bar rdf:about="#bar_id">
<foo:bazProp rdf:resource="#baz_id"/>
</foo:Incident>
The resulting triple has a empty-string value in the third slot:
$VAR1 = [
'#bar_id',
'http://ns/ns.owl#bazProp',
''
];