File Syntax

HTML+RDFa

Based on an HTML document, this encoding processes nodes with RDFa-related attributes, such as property and typeof.

<html>
  <body>
    <div vocab="https://schema.org/" typeof="WebSite">
      <a href="https://schemamarkup.app/" property="url">
        <span property="name">Schema Markup</span>
      </a>
    </div>
  </body>
</html>

References