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
- Host: GitHub
- URL: https://github.com/linkeddata/ontology-archiver
- Owner: linkeddata
- License: mit
- Created: 2019-05-24T21:21:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T22:21:16.000Z (about 7 years ago)
- Last Synced: 2024-04-16T00:08:26.133Z (about 2 years ago)
- Language: Python
- Size: 58.6 KB
- Stars: 26
- Watchers: 9
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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