An open API service indexing awesome lists of open source software.

https://github.com/linkeddata/ontology-archiver

Copy favorite and commonly used RDF schemas/ontologies to a safe place
https://github.com/linkeddata/ontology-archiver

Last synced: 4 months ago
JSON representation

Copy favorite and commonly used RDF schemas/ontologies to a safe place

Awesome Lists containing this project

README

          

# ontology-archiver
Copy favorite and commonly used RDF schemas/ontologies to a safe place

## To archive a file into file space
```
python archive-ontology.py --root cache-root --uri URI
python archive-ontology.py --root cache-root --uri URI --file filename
python archive-ontology.py --no --root cache-root --uri URI

e.g. python archive-ontology --root /devel/www.w3.org/archvive \
--webroot /archive \
--uri http://xmlns.com/foaf/0.1/ \
--file foaf.rdf

e.g. pyton archive-ontology --root /devel/www.w3.org/acrhvive \
--webroot /archive --uri http://xmlns.com/foaf/0.1/
```
Typically you can archive an onology into a working copy of repo which you can then check into
some web space.

## List of popular ontologies:
```
make all.ttl
```
This grabs a list from `prefix.cc`, a website where people suggest porefixes for common ontologies.

all untested code use at your own risk