Skip to content

Commit

Permalink
Include list of popular ontologies from prefix.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Berners-Lee committed May 24, 2019
1 parent 3de634d commit a677105
Show file tree
Hide file tree
Showing 4 changed files with 4,418 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ all : all.n3 all.txt action

all.n3 :
curl http://prefix.cc/popular/all.file.n3 > all.n3
all.ttl :
curl http://prefix.cc/popular/all.file.ttl > all.ttl
all.txt :
curl http://prefix.cc/popular/all.file.txt > all.txt
list : all.txt
Expand All @@ -20,4 +22,3 @@ key.txt : list
cat list | sed -e 's?\(.*\)? echo \1; ls -l holding/`echo \1 | openssl dgst -sha1 `.rdf?' > makekey
chmod +x makekey
./makekey > key.txt

Loading

0 comments on commit a677105

Please sign in to comment.