The following issue has been SUBMITTED. ====================================================================== http://bugs.librdf.org/mantis/view.php?id=605 ====================================================================== Reported By: csarven Assigned To: ====================================================================== Project: Raptor RDF Syntax Library Issue ID: 605 Category: api Reproducibility: always Severity: minor Priority: normal Status: new Syntax Name: RDFa ====================================================================== Date Submitted: 2015-10-13 11:11 Last Modified: 2015-10-13 11:11 ====================================================================== Summary: HTML+RDFa parsing of datetime attribute Description: http://www.w3.org/TR/html-rdfa/#additional-rules states "HTML5 @datetime attribute MUST be utilized when generating the current property value, unless @content is also present on the same element." @datetime doesn't appear to be utilized in 2.0.14
Steps to Reproduce: rapper -i rdfa foo.html where foo.html contains: <time datetime="2014-12-08T00:00:00Z" property="schema:datePublished" datatype="xsd:dateTime">2014-12-08</time> Object literal is "2014-12-08" but should be "2014-12-08T00:00:00Z". ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2015-10-13 11:11 csarven New Issue ====================================================================== _______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
