According to https://semantify.it/sdo-check/, RDFa is supported. When checking HTML with RDFa, I get this error:
The annotation has no '@context' entry, as expected.
With RDFa, I use prefix, not @context, e.g.:
<div about="https://example.org/index.html" prefix="schema: http://schema.org/">
<a rel="schema:hasPart" typeof="schema:LearningResource" href="a-part.html">A learning resource as part.</a>
</div>
Can this be validated somehow?
According to https://semantify.it/sdo-check/, RDFa is supported. When checking HTML with RDFa, I get this error:
With RDFa, I use
prefix, not@context, e.g.:Can this be validated somehow?