summaryrefslogtreecommitdiffstats
path: root/tests/rdfxml/bad-19.rdf
blob: 5e352474bf091c08fadf1fd4a67e40bc2afb0412 (plain)
1
2
3
4
5
6
7
8
9
10
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:ex="http://www.example.org/ns#">

  <!-- check a property element without a namespace fails -->

  <rdf:Description rdf:about="http://example.org/node0">
     <prop>content</prop>
  </rdf:Description>

</rdf:RDF>