Skip to content

Commit 5f7c9b0

Browse files
authored
Update srap-profile.md
1 parent fd20ce9 commit 5f7c9b0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/srap-profile.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ The following term prefixes are used in this document and in the TAP document:
5555

5656
* dct: http://purl.org/dc/terms/
5757
* bibo: http://purl.org/ontology/bibo/
58-
* foaf: http://xmlns.com/foaf/spec/
59-
* schema: https://schema.org
6058
* edtf: http://id.loc.gov/datatypes/edtf/
59+
* srap: placeholder namespace for new elements proposed for BIBO and/or DCTerms
6160

6261
(TODO: embed DCTAP table here; possibly move this entire section later in the document)
6362

@@ -103,7 +102,7 @@ ex:article srap:embargoDateRange "../2024-12-31"^^edtf:EDTF .
103102

104103
These properties SHOULD be used to express standard identifiers of a scholarly work:
105104

106-
> `dct:identifier`, `bibo:isbn`, `schema:url`
105+
> `dct:identifier`, `bibo:isbn`, `srap:url`
107106
108107
TBW: more detailed guidance
109108

@@ -179,7 +178,7 @@ TBW: more detailed guidance
179178

180179
Scholarly resources are commonly created in the context of a project and/or with specific funding. These aspects SHOULD be indicated using the properties:
181180

182-
> `schema:funding`, `srap:project`
181+
> `srap:funding`, `srap:project`
183182
184183
TBW: more detailed guidance
185184

@@ -209,7 +208,7 @@ ex:lll_grant
209208

210209
## Persons
211210

212-
> `rdf:type`, `srap:role`, `schema:affiliation`, `foaf:name`, `dct:identifier`
211+
> `rdf:type`, `srap:role`, `srap:affiliation`, `srap:name`, `dct:identifier`
213212
214213
TBW: more detailed guidance (bit from below could be used?)
215214

@@ -218,7 +217,7 @@ TBW: more detailed guidance (bit from below could be used?)
218217
219218
## Organizations
220219

221-
> `rdf:type`, `srap:role`, `dct:identifier`, `foaf:name`
220+
> `rdf:type`, `srap:role`, `dct:identifier`, `srap:name`
222221
223222
TBW: more detailed guidance (bit from below could be used?)
224223

0 commit comments

Comments
 (0)