Skip to content

Commit c9697bc

Browse files
committed
add dct to sparql_prefixes
1 parent b16679f commit c9697bc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/shared.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434

3535
T = TypeVar("T")
3636

37-
SPARQL_PREFIXES = """PREFIX schema: <http://schema.org/>
37+
SPARQL_PREFIXES = """
38+
PREFIX schema: <http://schema.org/>
39+
PREFIX dct: <http://purl.org/dc/terms/>
3840
"""
3941

4042

0 commit comments

Comments
 (0)