Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/srap-profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ This property SHOULD be used to provide the URL where the electronic resource (e
### Enumeration

The scholarly work shape includes properties that define and locate the work in the context of monograph or periodical in which the focus work is contained. These are:
> `bibo:volume`, `bibo:issue`, `bibo:pageStart`, `bibo:pageEnd`
> `bibo:volume`, `bibo:issue`, `bibo:number`, `bibo:pageStart`, `bibo:pageEnd`

These properties SHOULD be used to locate the scholarly work within a containing publication, which is described in a Periodical shape or a Book shape. They are assumed to be literals and SHOULD include just the number itself.

Expand All @@ -229,6 +229,10 @@ If available, the designated volume in which the scholarly work is published. Th

The periodical issue in which the scholarly work was published.

**bibo:number**

A generic item or document number, for example the number of a publication within a series.

**bibo:pageStart**

The page number where the scholarly work begins in the periodical or book in which it is published.
Expand Down
1 change: 1 addition & 0 deletions docs/srap.csv
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ SRAPResource,Class,rdf:type,IRI,,,srap:SRAPResource,,The class will always be sr
,,,,,,,,
,Volume,bibo:volume,literal,xsd:string,,,,A volume number of the periodical where this article was published
,Issue,bibo:issue,literal,xsd:string,,,,An issue number of the periodical that this article was published in
,Number,bibo:number,literal,xsd:string,,,,An item or document number
,Start page,bibo:pageStart,literal,xsd:string,,,,Starting page number within a continuous page range.
,End page,bibo:pageEnd,literal,xsd:string,,,,Ending page number within a continuous page range.
,,,,,,,,
Expand Down