RDF/XML

Example

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:schema="https://schema.org/">
  <schema:WebSite>
    <schema:name>Named Graph</schema:name>
    <schema:url rdf:resource="https://www.namedgraph.com/" />
  </schema:WebSite>
</rdf:RDF>
Real Worldng:Inspector
RDF VocabularySnapshot
Schema.org VocabularySnapshot

Limitations

  • XML directives (<!...>) are not supported and will halt decoding with an error.

Technical Notes