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 dc terms Agent to Person type
Browse files Browse the repository at this point in the history
Fixes #111
  • Loading branch information
ChristiaanScheermeijer committed Nov 10, 2020
1 parent 7b88001 commit b8da7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/type/Person.graphql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"https://schema.org/Person,http://www.w3.org/ns/prov#Agent"
"https://schema.org/Person,http://purl.org/dc/terms/Agent,http://www.w3.org/ns/prov#Agent"
type Person implements MetadataInterface & SearchableInterface & ThingInterface & ProvenanceEntityInterface & ProvenanceAgentInterface & LegalPersonInterface & PerformerInterface {
### Metadata properties ###
"http://purl.org/dc/terms/identifier,https://schema.org/identifier"
Expand Down

0 comments on commit b8da7b2

Please sign in to comment.