You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/read_operations.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -377,14 +377,14 @@ wd data --simplify --keep ids,references,qualifiers,hashes 'Q2#P31'
377
377
#### single claim
378
378
The command also support finding a single claim from a claim GUID. (If you have a use case where you would need to fetch several claims at once this way, feel welcome to open an issue)
379
379
```sh
380
-
wd data 'Q2$50fad68d-4f91-f878-6f29-e655af54690e'
381
-
wd data --simplify 'Q2$50fad68d-4f91-f878-6f29-e655af54690e'
382
-
wd data --simplify --keep ids,references,qualifiers,hashes 'Q2$50fad68d-4f91-f878-6f29-e655af54690e'
380
+
wd data 'Q1345582$EF038A46-C46B-4058-8514-A6EB5897A9E1'
381
+
wd data --simplify 'Q1345582$EF038A46-C46B-4058-8514-A6EB5897A9E1'
382
+
wd data --simplify --keep ids,references,qualifiers,hashes 'Q1345582$EF038A46-C46B-4058-8514-A6EB5897A9E1'
383
383
```
384
384
385
385
To avoid having to quote the claim GUID, you can also use the hyphenated format
386
386
```sh
387
-
wd data Q2-50fad68d-4f91-f878-6f29-e655af54690e
387
+
wd data Q1345582-EF038A46-C46B-4058-8514-A6EB5897A9E1
0 commit comments