Skip to content

Commit

Permalink
skip materialized bb triples in combination script
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradHoeffner committed Oct 23, 2024
1 parent 70efbe9 commit 48761c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/combine
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MYPATH=`dirname "$0"`
MYPATH=`( cd "$MYPATH" && pwd )`
DISTPATH=$MYPATH/../dist
mkdir -p $DISTPATH
cat $MYPATH/../*.ttl $MYPATH/../*.nt | rapper -i turtle -o turtle - http://www.snik.eu/ontology/ > $DISTPATH/snik.ttl
cat $MYPATH/../*.ttl $MYPATH/../limes.nt $MYPATH/../match.nt | rapper -i turtle -o turtle - http://www.snik.eu/ontology/ > $DISTPATH/snik.ttl
cd $DISTPATH
rapper -i turtle -o ntriples snik.ttl > snik.nt
printf "`wc -l snik.nt | cut -f1 -d ' '` triples\n\n"
Expand Down

0 comments on commit 48761c2

Please sign in to comment.