... | ... | @@ -297,21 +297,14 @@ git push # origin v$vers |
|
|
## Mise en ligne dans le triplestore
|
|
|
|
|
|
```bash
|
|
|
cp frenchCropUsage_latest.ttl toto.ttl
|
|
|
|
|
|
emacs toto.ttl
|
|
|
# Obsolete : On renomme le owl:Ontology en un owl:Ontology versionné
|
|
|
# (p.ex : <http://ontology.inrae.fr/frenchcropusage/3.1>).
|
|
|
# Attention, il n'est plus au début du fichier :-(
|
|
|
|
|
|
# Si ça n'est pas déjà fait, ne pas oublier :
|
|
|
export vers=3.2
|
|
|
|
|
|
s-put http://ontology.inrae.fr:3030/frenchcropusage/ \
|
|
|
http://ontology.inrae.fr/frenchcropusage/$vers toto.ttl
|
|
|
s-put http://ontology.inrae.fr:3030/frenchcropusage/ default toto.ttl
|
|
|
|
|
|
rm toto.ttl # Il n'est pas suivi par le git.
|
|
|
http://ontology.inrae.fr/frenchcropusage/$vers \
|
|
|
frenchCropUsage_latest.ttl
|
|
|
s-put http://ontology.inrae.fr:3030/frenchcropusage/ default \
|
|
|
frenchCropUsage_latest.ttl
|
|
|
```
|
|
|
|
|
|
### S'il y a eu un changement de version
|
... | ... | |