Compare commits

..

No commits in common. "master" and "lash/testing" have entirely different histories.

3 changed files with 12 additions and 22 deletions

View File

@ -16,9 +16,6 @@ install: python
make -C schema/json install make -C schema/json install
make -C schema/rdf install make -C schema/rdf install
doc: readme:
make -C doc/texinfo
readme: doc
make -C doc/texinfo readme make -C doc/texinfo readme
pandoc -f docbook -t gfm doc/texinfo/build/docbook.xml > README.md pandoc -f docbook -t gfm doc/texinfo/build/docbook.xml > README.md

View File

@ -36,18 +36,13 @@ NFT tooling is at the current time intended for EVM blockchains only.
Four base vocabularies are used to define the attestations. Four base vocabularies are used to define the attestations.
- `http://xmlns.com/foaf/0.1/` - well-known library used to describe \* `http://xmlns.com/foaf/0.1/` - well-known library used to describe
human resources and relationships. human resources and relationships. \* `evm` - EVM specific resources
like transactions and account addresses. \* `cic` - concepts specific to
- `evm` - EVM specific resources like transactions and account CICs, e.g. *Unit of Account*, *voucher validity* and other parameters
addresses. decribing kinds of economic activity. \* `ge` - subject impact types,
areas of interest and inter-currency relations according to Grassroots
- `cic` - concepts specific to CICs, e.g. *Unit of Account*, *voucher Economics - the organization pioneering this work.
validity* and other parameters decribing kinds of economic activity.
- `ge` - subject impact types, areas of interest and inter-currency
relations according to Grassroots Economics - the organization
pioneering this work.
### Including other vocabularies ### Including other vocabularies

View File

@ -5,12 +5,10 @@
Four base vocabularies are used to define the attestations. Four base vocabularies are used to define the attestations.
@itemize * @code{@url{foaf, http://xmlns.com/foaf/0.1/}} - well-known library used to describe human resources and relationships.
@item @code{@url{foaf, http://xmlns.com/foaf/0.1/}} - well-known library used to describe human resources and relationships. * @code{evm} - EVM specific resources like transactions and account addresses.
@item @code{evm} - EVM specific resources like transactions and account addresses. * @code{cic} - concepts specific to CICs, e.g. @emph{Unit of Account}, @emph{voucher validity} and other parameters decribing kinds of economic activity.
@item @code{cic} - concepts specific to CICs, e.g. @emph{Unit of Account}, @emph{voucher validity} and other parameters decribing kinds of economic activity. * @code{ge} - subject impact types, areas of interest and inter-currency relations according to Grassroots Economics - the organization pioneering this work.
@item @code{ge} - subject impact types, areas of interest and inter-currency relations according to Grassroots Economics - the organization pioneering this work.
@end itemize
@subsection Including other vocabularies @subsection Including other vocabularies