Skip to content

Commit 9e67e7a

Browse files
committed
Merge branch 'main' of github.com:dcmi/dctap-python
2 parents bf96f9a + e532ccf commit 9e67e7a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ Run without arguments, "dctap" shows what options and commands are available.
9090
9191
Examples:
9292
93-
$ dctap generate my_profile.csv
94-
$ dctap generate --json my_profile.csv
95-
$ dctap generate --expand-prefixes my_profile.csv
96-
$ dctap generate --warnings my_profile.csv
97-
$ dctap generate --warnings --expand-prefixes --json my_profile.csv
93+
$ dctap read my_profile.csv
94+
$ dctap read --json my_profile.csv
95+
$ dctap read --expand-prefixes my_profile.csv
96+
$ dctap read --warnings my_profile.csv
97+
$ dctap read --warnings --expand-prefixes --json my_profile.csv
9898
$ dctap init
9999
Built-in settings written to dctap.yml - edit as needed.
100100
$ dctap init /Users/tbaker/dctap.yml

docs/glossary/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ DCTAP Glossary
4242
Along with :term:`IRI` and :term:`Blank Node`, Literal is one of the three allowable node types defined in the abstract syntax of RDF. For the purposes of DCTAP, it is close enough to think of literals as strings. Literals are used for values such as strings, numbers, and dates. Interested readers can learn more about how literals relate to "lexical forms", :term:`Datatype`\s, and :term:`Language Tag`\s by consulting `RDF 1.1 Concepts and Abstract Syntax <https://www.w3.org/TR/rdf11-concepts/#section-Graph-Literal>`__.
4343

4444
Picklist
45-
A controlled list of valid options, one of which can be picked.
45+
A controlled list of values, one of which can be picked.
4646

4747
Picklist Element
4848
A :term:`DCTAP Element`, the values of which must be selected from a :term:`Picklist`.

0 commit comments

Comments
 (0)