Skip to content

Commit

Permalink
Fix the content-type fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuga committed Jan 27, 2010
1 parent fddb3f7 commit f4d5579
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/fixtures/alias_redirect.nt
Expand Up @@ -9,13 +9,13 @@
<http://example.org:80/hello/redirect> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://example.org:80/hello/redirect> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://example.org:80/hello> .
<http://example.org:80/hello/redirect-loop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://example.org:80/hello/redirect-loop> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://example.org:80/hello/redirect-loop> .
<http://example.org:80/hello/redirect-loop> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://example.org:80/hello/redirect-loopback> .
<http://example.org:80/hello/redirect-loopback> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://example.org:80/hello/redirect-loopback> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://example.org:80/hello/redirect-loop> .
<http://example.org:80/hello/alias-loop> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://example.org:80/hello/alias-loop> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://example.org:80/hello/alias-loop> .
<http://example.org:80/hello/alias-loop> <http://www.w3.org/2002/07/owl#sameAs> <http://example.org:80/hello/alias-loopback> .
<http://example.org:80/hello/alias-loopback> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://example.org:80/hello/alias-loopback> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://example.org:80/hello/alias-loop> .
<http://example.org:80/hello/alias-loopback> <http://www.w3.org/2002/07/owl#sameAs> <http://example.org:80/hello/alias-loop> .
<http://example.org:80/hello/two-redirects> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> .
<http://example.org:80/hello/two-redirects> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://example.org:80/hello/redirect> .
<http://example.org:80/hello/two-aliases> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Resource> .
Expand Down

0 comments on commit f4d5579

Please sign in to comment.