Skip to content

Commit

Permalink
Clarify semantics of resource fields
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Dec 16, 2024
1 parent 859b2d2 commit f9cc0b7
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions jskos.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,10 +334,10 @@ field type description
uri [URI] primary globally unique identifier
identifier [list] additional identifiers
type [list] of [URI] URIs of types
created [date] date of creation
issued [date] date of publication
modified [date] date of last modification
creator [set] agent primarily responsible for creation of resource
created [date] date of creation of the resource
issued [date] date of publication of the resource
modified [date] date of last modification of the resource
creator [set] agent primarily responsible for creation of the resource
contributor [set] agent responsible for making contributions to the resource
source [set] sources from which the described resource is derived
publisher [set] agent responsible for making the resource available
Expand All @@ -349,6 +349,13 @@ The value of field `@context` SHOULD be

Resources can be [tested for sameness](#resource-sameness) based on field `uri`.

The fields `created`, `issued`, `modified`, `creator`, `contributor`, `source`,
`publisher`, and `partOf` do not refer to the entity referenced by the resource
but to the resource object. For instance a resource about the city of Rome
might have a recent date `created` while the founding date `-0753` would be
stated in [item] field `startDate`.


## Item

[item]: #item
Expand Down Expand Up @@ -1188,6 +1195,7 @@ Public services to validate JSKOS data are included in instances of

- Add extended dates for `startDate`, `endDate`, and `relatedDate`.
- Add `relatedDates` to replace `relatedDate`
- Clarify semantics of resource fields

### 0.5.4 (2024-09-27) {.unnumbered}

Expand Down

0 comments on commit f9cc0b7

Please sign in to comment.