Added: incubator/any23/trunk/test-resources/src/test/resources/rdf/rdf-issue183.ttl URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/rdf/rdf-issue183.ttl?rev=1371537&view=auto ============================================================================== --- incubator/any23/trunk/test-resources/src/test/resources/rdf/rdf-issue183.ttl (added) +++ incubator/any23/trunk/test-resources/src/test/resources/rdf/rdf-issue183.ttl Fri Aug 10 00:40:13 2012 @@ -0,0 +1,29 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +@prefix foaf: <http://xmlns.com/foaf/0.1/> . +@prefix ns1: <http://199.204.218.139/resource/image/> . +@prefix ns2: <http://199.204.218.139/resource/MD/> . +ns1:MD_2933956 foaf:depicts ns2:MD_2933956 . +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . +ns2:MD_2933956 rdf:type foaf:Person . +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +ns2:MD_2933956 rdfs:label "LEROY WILKINS" ; + rdfs:comment "A registered sex offender in the state of Maryland." ; + foaf:gender "Male" ; + foaf:family_name "WILKINS" ; + foaf:givenname "LEROY" . \ No newline at end of file
Added: incubator/any23/trunk/test-resources/src/test/resources/text/html/test1 URL: http://svn.apache.org/viewvc/incubator/any23/trunk/test-resources/src/test/resources/text/html/test1?rev=1371537&view=auto ============================================================================== --- incubator/any23/trunk/test-resources/src/test/resources/text/html/test1 (added) +++ incubator/any23/trunk/test-resources/src/test/resources/text/html/test1 Fri Aug 10 00:40:13 2012 @@ -0,0 +1,32 @@ +<html> + +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<head> +<title> favorites / bookmark title goes here </title> +</head> + +<body bgcolor="white" text="blue"> + +<h1> My first page </h1> + +This is my first web page and I can say anything I want in here - I do that by putting text or images in the body section - where I'm typing right now :) + +</body> + +</html> \ No newline at end of file
