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

Commit

Permalink
feat(schema): make creator,created,modified consistent with other types
Browse files Browse the repository at this point in the history
  • Loading branch information
alastair committed Mar 17, 2020
1 parent 3e5abef commit 9db035b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/schema/type/Annotation.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ type Annotation {
identifier: ID
"http://www.w3.org/ns/oa#hasTarget"
target: [AnnotationTargetInterface] @relation(name: "ANNOTATION_TARGET", direction: "OUT")
"http://purl.org/dc/terms/creator"
"http://purl.org/dc/elements/1.1/creator"
creator: URL
"http://purl.org/dc/elements/1.1/date"
"http://purl.org/dc/terms/created"
created: String
"http://purl.org/dc/elements/1.1/date"
updated: String
"http://purl.org/dc/terms/modified"
modified: String
"http://www.w3.org/ns/oa#Motivation"
motivation: [AnnotationMotivationInterface] @relation(name: "ANNOTATION_MOTIVATION", direction: "OUT")
"http://www.w3.org/ns/oa#hasBody"
Expand Down

0 comments on commit 9db035b

Please sign in to comment.