Class AbstractRDFaExtractorTestCase

    • Field Detail

      • vDCTERMS

        protected static final DCTerms vDCTERMS
      • vFOAF

        protected static final FOAF vFOAF
    • Constructor Detail

      • AbstractRDFaExtractorTestCase

        public AbstractRDFaExtractorTestCase()
    • Method Detail

      • testBasic

        public void testBasic()
                       throws Exception
        Verify the basic RDFa support.
        Throws:
        Exception - if there is an issue asserting test values.
      • testRDFa11CURIEs

        public void testRDFa11CURIEs()
                              throws Exception
        This test check if the RDFa1.1 CURIEs expansion is correct and backward compatible with RDFa 1.0.
        Throws:
        Exception - if there is an issue asserting test values.
      • testEmptyDatatypeDeclarationWithInnerXMLTags

        public void testEmptyDatatypeDeclarationWithInnerXMLTags()
                                                          throws Exception
        This test checks if the subject of a property modeled as RDFa in a XHTML document where the subject contains inner XML tags is represented as a plain Literal stripping all the inner tags. For details see the RDFa in XHTML: Syntax and Processing recommendation.
        Throws:
        Exception - if there an error asserting test values.
      • testIncompleteTripleManagement

        public void testIncompleteTripleManagement()
                                            throws Exception
        See RDFa 1.1 Specification section 6.2 .
        Throws:
        Exception - if there an error asserting test values.