Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
enridaga committed May 13, 2022
2 parents db0b524 + e3f6690 commit d7b228c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,11 @@ These queries can be used to execute only one specific artists/artwork. In addit

Extract data from a specific artist Web page:
```
fx -q imma-artist.sparql -v artistNickname=lambert-gene -v artistUrl=https://imma.ie/artists/gene-lambert/ -p "artists/?artistNickname.jsonld" -f json
fx -q queries/imma-artist.sparql -v artistNickname=lambert-gene -v artistUrl=https://imma.ie/artists/gene-lambert/ -p "artists/?artistNickname.jsonld" -f json
```

Extract data from a specific artwork Web page:
```
fx -q imma-artwork.sparql -v artworkNickname=naturaleza-desde-la-ventana -v artworkUrl=https://imma.ie/collection/naturaleza-desde-la-ventana/ -p "artworks/?artworkNickname.jsonld" -f json
fx -q queries/imma-artwork.sparql -v artworkNickname=naturaleza-desde-la-ventana -v artworkUrl=https://imma.ie/collection/naturaleza-desde-la-ventana/ -p "artworks/?artworkNickname.jsonld" -f json
fx -q queries/imma-artwork.sparql -v artworkNickname=berry-dress -v artworkUrl=https://imma.ie/collection/berry-dress/ -p "artworks/?artworkNickname.jsonld" -f json
```
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"caption" : "Shane Cullen, Fragmens sur les Institutions Républicaines IV, 1993, Painted text; acyrlic on 96 styrofoam panels, 12 blocks of 8 panels, each block 251 x 480 x 6 cm, Collection Irish Museum of Modern Art, Purchase, 2000 ",
"copyrightNotice" : "For copyright information, please contact the IMMA Collections team.",
"maintainer" : "https://w3id.org/spice/institute/imma",
"url" : "https://imma.ie/wp-content/uploads/2021/08/1750.jpg"
"url" : "https://imma.ie/wp-content/uploads/2021/11/1750.jpg"
} ],
"@context" : {
"copyrightNotice" : {
Expand Down Expand Up @@ -54,8 +54,8 @@
"source" : {
"@id" : "http://purl.org/dc/elements/1.1/source"
},
"schema" : "http://schema.org/",
"arco-core" : "https://w3id.org/arco/ontology/core/",
"schema" : "http://schema.org/",
"dom" : "https://html.spec.whatwg.org/#",
"owl" : "http://www.w3.org/2002/07/owl#",
"spice" : "https://w3id.org/spice/imma/",
Expand Down

0 comments on commit d7b228c

Please sign in to comment.