This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new 9958072a9c GH-3116: Delete example depending on 3rd party
9958072a9c is described below
commit 9958072a9c443fdb9b19884b07d29188881fa7b8
Author: Andy Seaborne <[email protected]>
AuthorDate: Sat Apr 5 08:21:52 2025 +0100
GH-3116: Delete example depending on 3rd party
---
jena-examples/bin/get-data | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/jena-examples/bin/get-data b/jena-examples/bin/get-data
deleted file mode 100644
index db7ba50474..0000000000
--- a/jena-examples/bin/get-data
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-echo Getting JISC organizations
-wget -O src/main/resources/data/jisc-organizations.rdf
http://www.ovod.net/wilbert/linkedData/jiscMUorganisations.rdf
-java jena.rdfcat -o Turtle src/main/resources/data/jisc-organizations.rdf >
src/main/resources/data/jisc-organizations.ttl
-
-# split the file up
-arq --data=src/main/resources/data/jisc-organizations.ttl "describe ?uni where
{?uni <http://www.jiscmu.ac.uk/schema/muweb/Sector> 'Higher Education'}" >
src/main/resources/data/he.ttl
-arq --data=src/main/resources/data/jisc-organizations.ttl "describe ?uni where
{?uni <http://www.jiscmu.ac.uk/schema/muweb/Sector> 'Further Education'}" >
src/main/resources/data/fe.ttl
-