Created
August 2, 2015 13:55
-
-
Save melvincarvalho/e6a9ed26ec84082424ac to your computer and use it in GitHub Desktop.
wallet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
| <#wallet> | |
| <http://purl.org/dc/terms/description> "Klaranet Main" ; | |
| a <https://w3id.org/cc#Wallet> ; | |
| <http://www.w3.org/2006/vcard/ns#hasSound> "https://raw.githubusercontent.com/schildbach/bitcoin-wallet/master/wallet/res/raw/coins_received.wav" ; | |
| <https://w3id.org/cc#api> <http://klaranet.com/wallet/main/api/v1/> ; | |
| <https://w3id.org/cc#inbox> <inbox/> ; | |
| <https://w3id.org/cc#tx> <tx/> . | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment