From e63871f73616f41761c1fcea017c9088180814fc Mon Sep 17 00:00:00 2001 From: Osma Suominen Date: Tue, 10 Jun 2025 15:25:34 +0300 Subject: [PATCH] Add bibo:number property, used to represent number in series for the doctoral thesis example. Fixes #36 --- docs/srap-profile.md | 6 +++++- docs/srap.csv | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/srap-profile.md b/docs/srap-profile.md index 355e58d..77e5016 100644 --- a/docs/srap-profile.md +++ b/docs/srap-profile.md @@ -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. @@ -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. diff --git a/docs/srap.csv b/docs/srap.csv index 3b4e69a..cba9580 100644 --- a/docs/srap.csv +++ b/docs/srap.csv @@ -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. ,,,,,,,,