Skip to content

Commit 2518bc6

Browse files
committed
Package ontology URI fix
1 parent a4d5b6a commit 2518bc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

http-tests/admin/packages/install-package-ontology.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ purge_cache "$FRONTEND_VARNISH_SERVICE"
99

1010
# test package URI (SKOS package)
1111
package_uri="https://packages.linkeddatahub.com/skos/#this"
12-
package_ontology_uri="http://www.w3.org/2004/02/skos/core"
12+
package_ontology_uri="https://raw.githubusercontent.com/AtomGraph/LinkedDataHub-Apps/refs/heads/develop/packages/skos/ns.ttl#"
1313
namespace_ontology_uri="${END_USER_BASE_URL}ns#"
1414

1515
# install package via POST to packages/install endpoint

0 commit comments

Comments
 (0)