We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de9f296 commit 96c7b1fCopy full SHA for 96c7b1f
2 files changed
tests/fixtures/file.ttl tests/fixtures/existingFile.ttltests/fixtures/file.ttl renamed to tests/fixtures/existingFile.ttl
@@ -3,4 +3,5 @@
3
4
</>
5
dc:title "Top-level Test document" ;
6
- rdfs:comment "Dummy file for testing metadata file in same directory" .
+ rdfs:comment "Dummy file for testing metadata file in same directory" ;
7
+ rdfs:comment "It is also used to be directed to by the non-existent file 'redirectPermanent.ttl'" .
…ts/fixtures/nested/parent/child/file.ttl …sts/fixtures/nested/parent/childFile.ttltests/fixtures/nested/parent/child/file.ttl renamed to tests/fixtures/nested/parent/childFile.ttl
dc:title "Nested Test document" ;
- rdfs:comment "Dummy file for testing metadata file in a parent directory" .
+ rdfs:comment "Dummy file for testing metadata file in a parent directory" ;
+ rdfs:comment "It is also used to be directed to by the non-existent file 'redirectTemporary.ttl'" .
0 commit comments