Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Sep 3, 2024
1 parent 92e00b8 commit 65431c5
Show file tree
Hide file tree
Showing 7 changed files with 583 additions and 87 deletions.
341 changes: 309 additions & 32 deletions grammars/biblio.rnc

Large diffs are not rendered by default.

315 changes: 267 additions & 48 deletions grammars/biblio.rng

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion models/Address.lutaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Address {
The region of the country in the address.
}
}
+country: String[0..1] {
+country: String {
definition {
The country in the address.
}
Expand Down
4 changes: 2 additions & 2 deletions models/BibItemType.lutaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ enum BibItemType {
}
inCollection {
definition {
A part of a book having its own title, and typically having distinct authorship..
A part of a book having its own title, and typically having distinct authorship.
}
}
inProceedings {
Expand All @@ -149,7 +149,7 @@ enum BibItemType {
}
website {
definition {
A collection of web resources, presented under the same URL domain and by the same
A collection of web resources, presented under the same URL domain and under the same
(individual or corporate) authorship.
}
}
Expand Down
2 changes: 1 addition & 1 deletion models/BibliographicDateType.lutaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ enum BibliographicDateType {
corrected {
definition {
The date on which the current version of the document was corrected, without that correction considered
to amount to a full document update..
to amount to a full document update.
}
}
issued {
Expand Down
4 changes: 2 additions & 2 deletions models/BibliographicItem.lutaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class BibliographicItem {
+docnumber: String[0..1] {
definition {
Unprefixed, preferably numeric version of an identifier of the bibliographic item,
intended for sorting of biblio.
intended for sorting of bibliography.
}
}
+date: BibliographicDate[0..*] {
Expand Down Expand Up @@ -173,7 +173,7 @@ class BibliographicItem {
}
+depiction: Depiction[0..*] {
definition {
Depiction of the bibliographic item.
Depiction of the bibliographic item, typically an image.
}
}
}

0 comments on commit 65431c5

Please sign in to comment.