Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
feat(schema): Add oa:canonical and oa:via to Annotation data model
Browse files Browse the repository at this point in the history
  • Loading branch information
alastair committed Jul 13, 2021
1 parent 2664028 commit 09a2ca1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/schema/type/Annotation.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ type Annotation implements ThingInterface & ProvenanceEntityInterface {
"A body which represents a node in the CE [will be rendered in the same way as bodyUrl]"
bodyNode: [ThingInterface] @relation(name: "ANNOTATION_BODY_NODE", direction: OUT)

canonical: String
via: String

#################################
### ThingInterface properties ###
"https://schema.org/additionalType"
Expand Down

0 comments on commit 09a2ca1

Please sign in to comment.