richard
richard copied to clipboard
BUG: videos/templates/videos/video.html: vocab="http://schema.org/"
- [x] BUG: http://schema.org -> http://schema.org/
- | Docs: http://www.w3.org/TR/rdfa-primer/
closes pyvideo/richard#298
Optionally, additionally, this would make room for use of additional, non-schema.org properties:
- [ ] ENH: videos/templates/videos/video.html: prefix="schema: http://schema.org/"
- typeof="schema:VideoObject"
- property="schema:[...]"
Functional tests for this property of post-rendered templates would require use of rdflib:
- | Src: https://github.com/rdflib/rdflib
- | Docs: https://rdflib.readthedocs.org/en/latest/
- | Docs: https://rdflib.readthedocs.org/en/3.2.0/_modules/rdflib/plugins/parsers/rdfa.html
- | Docs: https://rdflib.readthedocs.org/en/latest/plugin_parsers.html
- | Docs: https://rdflib.readthedocs.org/en/latest/apidocs/rdflib.plugins.parsers.html#rdflib.plugins.parsers.structureddata.RDFaParser