Skip to content
This repository was archived by the owner on Jun 4, 2026. It is now read-only.

Commit 78d08f9

Browse files
committed
Fixed ldt:loadClass URI value in the custom test ontology
1 parent f36a8f6 commit 78d08f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

http-tests/linked-data-templates/custom/ontology.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
:GraphItem a ldt:Template ;
128128
ldt:match "/graphs/{slug}/" ;
129129
ldt:query :DefaultSubjectQuery ;
130-
ldt:loadClass <java:com.atomgraph.server.resource.graph.Item> ;
130+
ldt:loadClass <java:com.atomgraph.processor.server.resource.graph.Item> ;
131131
rdfs:label "Graph document" ;
132132
rdfs:isDefinedBy : .
133133

0 commit comments

Comments
 (0)