We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ca02c commit 779da6dCopy full SHA for 779da6d
3 files changed
tests/fixtures/.acl
@@ -0,0 +1 @@
1
+# Empty ACL file
tests/fixtures/file.ttl
@@ -0,0 +1,6 @@
+@prefix dc: <http://purl.org/dc/terms/> .
2
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
3
+
4
+</>
5
+ dc:title "Top-level Test document" ;
6
+ rdfs:comment "Dummy file for testing metadata file in same directory" .
tests/fixtures/nested/parent/child/file.ttl
+ dc:title "Nested Test document" ;
+ rdfs:comment "Dummy file for testing metadata file in a parent directory" .
0 commit comments