... | @@ -237,13 +237,19 @@ s-query --service=http://localhost:3030/fcu """ |
... | @@ -237,13 +237,19 @@ s-query --service=http://localhost:3030/fcu """ |
|
SELECT ?s ?o WHERE { ?s <http://www.w3.org/2004/02/skos/core#editorialNote> ?o }"""
|
|
SELECT ?s ?o WHERE { ?s <http://www.w3.org/2004/02/skos/core#editorialNote> ?o }"""
|
|
#### ...ne devrait renvoyer aucun résultat.
|
|
#### ...ne devrait renvoyer aucun résultat.
|
|
```
|
|
```
|
|
18. Récupération du contenu de l'instance locale et ttl et conversion en rdf :
|
|
18. Y a-t-il des URI accentuées ?
|
|
|
|
```bash
|
|
|
|
s-query --service=http://localhost:3030/fcu "SELECT DISTINCT ?a WHERE { ?a ?b ?c }" | grep "\"a\"" | sed -e '/[éêèàâîïëäôöüûùç]/!d'
|
|
|
|
```
|
|
|
|
On les corrige et on notifie.
|
|
|
|
|
|
|
|
19. Récupération du contenu de l'instance locale et ttl et conversion en rdf :
|
|
```sh
|
|
```sh
|
|
s-get http://localhost:3030/fcu/ default > toto.ttl
|
|
s-get http://localhost:3030/fcu/ default > toto.ttl
|
|
rapper -o rdfxml -i turtle toto.ttl > toto.rdf
|
|
rapper -o rdfxml -i turtle toto.ttl > toto.rdf
|
|
```
|
|
```
|
|
19. Ouvrir toto.ttl avec Protege pour faire un export owl vers toto.owl
|
|
20. Ouvrir toto.ttl avec Protege pour faire un export owl vers toto.owl
|
|
20. Suppression des instances de skos:Collection pour skosPlay :
|
|
21. Suppression des instances de skos:Collection pour skosPlay :
|
|
```sh
|
|
```sh
|
|
s-update --service=http://localhost:3030/fcu/ """
|
|
s-update --service=http://localhost:3030/fcu/ """
|
|
DELETE { ?c ?p ?o } WHERE {
|
|
DELETE { ?c ?p ?o } WHERE {
|
... | @@ -255,15 +261,13 @@ s-query --service=http://localhost:3030/fcu """ |
... | @@ -255,15 +261,13 @@ s-query --service=http://localhost:3030/fcu """ |
|
SELECT ?c WHERE { ?c a <http://www.w3.org/2004/02/skos/core#Collection> }"""
|
|
SELECT ?c WHERE { ?c a <http://www.w3.org/2004/02/skos/core#Collection> }"""
|
|
#### ...ne renvoie aucun résultat.
|
|
#### ...ne renvoie aucun résultat.
|
|
```
|
|
```
|
|
21. Récupération de la version pour skosPlay :
|
|
22. Récupération de la version pour skosPlay :
|
|
```sh
|
|
```sh
|
|
s-get http://localhost:3030/fcu/ default > toto_forSkosPlay.ttl
|
|
s-get http://localhost:3030/fcu/ default > toto_forSkosPlay.ttl
|
|
rapper -o rdfxml -i turtle toto_forSkosPlay.ttl > toto_forSkosPlay.rdf
|
|
rapper -o rdfxml -i turtle toto_forSkosPlay.ttl > toto_forSkosPlay.rdf
|
|
rm toto_forSkosPlay.ttl
|
|
rm toto_forSkosPlay.ttl
|
|
```
|
|
```
|
|
|
|
23. On prépare l'insertion de l'ontologie dans la branche master
|
|
22. On prépare l'insertion de l'ontologie dans la branche master
|
|
|
|
|
|
|
|
```bash
|
|
```bash
|
|
mv frenchCropUsage_onto_latest.ttl totoonto.ttl
|
|
mv frenchCropUsage_onto_latest.ttl totoonto.ttl
|
|
rapper -o rdfxml -i turtle totoonto.ttl > totoonto.rdf
|
|
rapper -o rdfxml -i turtle totoonto.ttl > totoonto.rdf
|
... | | ... | |