Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for RDF (0.09 sec)

  1. fess-crawler/src/test/resources/extractor/test.rdf

    1.0 UTF-8 http://www.w3.org/1999/02/22-rdf-syntax-ns# http://www.recshop.fake/cd# http://www.recshop.fake/cd/Empire Burlesque Shinsuke Sugaya Japan テスト 100 2010 コメント...
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sun Oct 11 02:16:55 UTC 2015
    - 437 bytes
    - Viewed (0)
  2. doap_Maven.rdf

    CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. en http://usefulinc.com/ns/doap# http://www.w3.org/1999/02/22-rdf-syntax-ns# http://projects.apache.org/ns/asfext# http://xmlns.com/foaf/0.1/ http://Maven.rdf.apache.org/ 2001 http://www.apache.org/licenses/LICENSE-2.0.txt Apache Maven https://maven.apache.org/ https://maven.apache.org/ Maven is a project development management and comprehension tool. Maven is...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Dec 01 11:47:44 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  3. src/main/resources/crawler/rule.xml

    			<arg>"http[s]?:.*"</arg>
    		</postConstruct>
    		<postConstruct name="addRule">
    			<arg>"mimeType"</arg>
    			<!-- Supported MIME type -->
    			<arg>
      "(application/xml"
    + "|application/xhtml+xml"
    + "|application/rdf+xml"
    + "|application/pdf"
    + "|application/x-freemind"
    + "|text/xml"
    + "|text/xml-external-parsed-entity)"
    			</arg>
    		</postConstruct>
    	</component>
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jun 04 08:42:49 UTC 2020
    - 4.6K bytes
    - Viewed (0)
  4. src/encoding/xml/xml_test.go

    <!DOCTYPE [<!-- a comment --><!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">]>
    <!DOCTYPE [<!ENTITY go "Golang"><!-- a comment-->]>
    <!DOCTYPE <!-> <!> <!----> <!-->--> <!--->--> [<!ENTITY go "Golang"><!-- a comment-->]>
    `
    
    var directivesWithCommentsTokens = []Token{
    	CharData("\n"),
    	Directive(`DOCTYPE [ <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">]`),
    	CharData("\n"),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  5. fess-crawler/src/test/java/org/codelibs/fess/crawler/extractor/impl/XmlExtractorTest.java

            CloseableUtil.closeQuietly(bis);
            assertEquals("UTF-8", encoding);
        }
    
        public void test_getRdf() {
            final InputStream in = ResourceUtil.getResourceAsStream("extractor/test.rdf");
            final String content = xmlExtractor.getText(in, null).getContent();
            CloseableUtil.closeQuietly(in);
            logger.info(content);
            assertTrue(content.contains("テスト"));
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/net/MediaType.java

      /**
       * <a href="https://en.wikipedia.org/wiki/RDF/XML">RDF/XML</a> documents, which are XML
       * serializations of <a
       * href="https://en.wikipedia.org/wiki/Resource_Description_Framework">Resource Description
       * Framework</a> graphs.
       *
       * @since 14.0
       */
      public static final MediaType RDF_XML_UTF_8 = createConstantUtf8(APPLICATION_TYPE, "rdf+xml");
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
  7. guava/src/com/google/common/net/MediaType.java

      /**
       * <a href="https://en.wikipedia.org/wiki/RDF/XML">RDF/XML</a> documents, which are XML
       * serializations of <a
       * href="https://en.wikipedia.org/wiki/Resource_Description_Framework">Resource Description
       * Framework</a> graphs.
       *
       * @since 14.0
       */
      public static final MediaType RDF_XML_UTF_8 = createConstantUtf8(APPLICATION_TYPE, "rdf+xml");
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 07 16:17:10 UTC 2023
    - 46.2K bytes
    - Viewed (0)
  8. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
    
      <mime-type type="application/rdf+xml">
        <root-XML localName="RDF"/>
        <root-XML localName="RDF" namespaceURI="http://www.w3.org/1999/02/22-rdf-syntax-ns#"/>
        <sub-class-of type="application/xml"/>
        <acronym>RDF/XML</acronym>
        <_comment>XML syntax for RDF graphs</_comment>
    
        <glob pattern="*.rdf"/>
        <glob pattern="*.owl"/>
        <glob pattern="^rdf$" isregex="true"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  9. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    	<component name="extractorFactory"
    		class="org.codelibs.fess.crawler.extractor.ExtractorFactory">
    		<postConstruct name="addExtractor">
    			<arg>[
    				"application/xml",
    				"application/xhtml+xml",
    				"application/rdf+xml",
    				"application/x-freemind",
    				"text/xml"
    				]</arg>
    			<arg>xmlExtractor</arg>
    		</postConstruct>
    		<postConstruct name="addExtractor">
    			<arg>[
    				"text/html"
    				]</arg>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Sat Aug 01 21:40:30 UTC 2020
    - 49K bytes
    - Viewed (0)
Back to top