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

Commit

Permalink
make language optional
Browse files Browse the repository at this point in the history
  • Loading branch information
alastair committed Feb 18, 2020
1 parent ef868a6 commit 9510c83
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion src/schema/interface/MetadataInterface.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interface MetadataInterface {
"http://purl.org/dc/elements/1.1/format"
format: String
"http://purl.org/dc/elements/1.1/language"
language: AvailableLanguage!
language: AvailableLanguage
"http://purl.org/dc/elements/1.1/publisher,https://schema.org/publisher"
publisher: String
"http://purl.org/dc/elements/1.1/relation"
Expand Down
2 changes: 1 addition & 1 deletion src/schema/type/Action.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Action implements MetadataInterface & ThingInterface & ActionInterface & Pr
"http://purl.org/dc/elements/1.1/format"
format: String!
"http://purl.org/dc/elements/1.1/language"
language: AvailableLanguage!
language: AvailableLanguage
"http://purl.org/dc/elements/1.1/publisher"
publisher: String
"http://purl.org/dc/elements/1.1/relation"
Expand Down
2 changes: 1 addition & 1 deletion src/schema/type/Article.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Article implements MetadataInterface & SearchableInterface & ThingInterface
"http://purl.org/dc/elements/1.1/format"
format: String!
"http://purl.org/dc/elements/1.1/language"
language: AvailableLanguage!
language: AvailableLanguage
"http://purl.org/dc/elements/1.1/publisher"
publisher: String
"http://purl.org/dc/elements/1.1/relation"
Expand Down
2 changes: 1 addition & 1 deletion src/schema/type/AudioObject.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type AudioObject implements MetadataInterface & SearchableInterface & ThingInter
"http://purl.org/dc/elements/1.1/format"
format: String!
"http://purl.org/dc/elements/1.1/language"
language: AvailableLanguage!
language: AvailableLanguage
"http://purl.org/dc/elements/1.1/publisher"
publisher: String
"http://purl.org/dc/elements/1.1/relation"
Expand Down
2 changes: 1 addition & 1 deletion src/schema/type/CreativeWork.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type CreativeWork implements MetadataInterface & SearchableInterface & ThingInte
"http://purl.org/dc/elements/1.1/format"
format: String!
"http://purl.org/dc/elements/1.1/language"
language: AvailableLanguage!
language: AvailableLanguage
"http://purl.org/dc/elements/1.1/publisher"
publisher: String
"http://purl.org/dc/elements/1.1/relation"
Expand Down
2 changes: 1 addition & 1 deletion src/schema/type/DataDownload.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type DataDownload implements MetadataInterface & SearchableInterface & ThingInte
"http://purl.org/dc/elements/1.1/format"
format: String!
"http://purl.org/dc/elements/1.1/language"
language: AvailableLanguage!
language: AvailableLanguage
"http://purl.org/dc/elements/1.1/publisher"
publisher: String
"http://purl.org/dc/elements/1.1/relation"
Expand Down
2 changes: 1 addition & 1 deletion src/schema/type/Dataset.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Dataset implements MetadataInterface & SearchableInterface & ThingInterface
"http://purl.org/dc/elements/1.1/format"
format: String!
"http://purl.org/dc/elements/1.1/language"
language: AvailableLanguage!
language: AvailableLanguage
"http://purl.org/dc/elements/1.1/publisher"
publisher: String
"http://purl.org/dc/elements/1.1/relation"
Expand Down
2 changes: 1 addition & 1 deletion src/schema/type/DigitalDocument.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type DigitalDocument implements MetadataInterface & SearchableInterface & ThingI
"http://purl.org/dc/elements/1.1/format"
format: String!
"http://purl.org/dc/elements/1.1/language"
language: AvailableLanguage!
language: AvailableLanguage
"http://purl.org/dc/elements/1.1/publisher"
publisher: String
"http://purl.org/dc/elements/1.1/relation"
Expand Down
2 changes: 1 addition & 1 deletion src/schema/type/EntryPoint.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type EntryPoint implements MetadataInterface & ThingInterface & ProvenanceEntity
"http://purl.org/dc/elements/1.1/format"
format: String!
"http://purl.org/dc/elements/1.1/language"
language: AvailableLanguage!
language: AvailableLanguage
"http://purl.org/dc/elements/1.1/publisher"
publisher: String
"http://purl.org/dc/elements/1.1/relation"
Expand Down
2 changes: 1 addition & 1 deletion src/schema/type/Event.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Event implements MetadataInterface & SearchableInterface & ThingInterface &
"http://purl.org/dc/elements/1.1/format"
format: String!
"http://purl.org/dc/elements/1.1/language"
language: AvailableLanguage!
language: AvailableLanguage
"http://purl.org/dc/elements/1.1/publisher"
publisher: String
"http://purl.org/dc/elements/1.1/relation"
Expand Down
2 changes: 1 addition & 1 deletion src/schema/type/ImageObject.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type ImageObject implements MetadataInterface & SearchableInterface & ThingInter
"http://purl.org/dc/elements/1.1/format"
format: String!
"http://purl.org/dc/elements/1.1/language"
language: AvailableLanguage!
language: AvailableLanguage
"http://purl.org/dc/elements/1.1/publisher"
publisher: String
"http://purl.org/dc/elements/1.1/relation"
Expand Down
2 changes: 1 addition & 1 deletion src/schema/type/Intangible.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Intangible implements MetadataInterface & SearchableInterface & ThingInterf
"http://purl.org/dc/elements/1.1/format"
format: String!
"http://purl.org/dc/elements/1.1/language"
language: AvailableLanguage!
language: AvailableLanguage
"http://purl.org/dc/elements/1.1/publisher"
publisher: String
"http://purl.org/dc/elements/1.1/relation"
Expand Down
2 changes: 1 addition & 1 deletion src/schema/type/MediaObject.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type MediaObject implements MetadataInterface & SearchableInterface & ThingInter
"http://purl.org/dc/elements/1.1/format"
format: String!
"http://purl.org/dc/elements/1.1/language"
language: AvailableLanguage!
language: AvailableLanguage
"http://purl.org/dc/elements/1.1/publisher"
publisher: String
"http://purl.org/dc/elements/1.1/relation"
Expand Down
2 changes: 1 addition & 1 deletion src/schema/type/MusicAlbum.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type MusicAlbum implements MetadataInterface & SearchableInterface & ThingInterf
"http://purl.org/dc/elements/1.1/format"
format: String!
"http://purl.org/dc/elements/1.1/language"
language: AvailableLanguage!
language: AvailableLanguage
"http://purl.org/dc/elements/1.1/publisher"
publisher: String
"http://purl.org/dc/elements/1.1/relation"
Expand Down
2 changes: 1 addition & 1 deletion src/schema/type/MusicComposition.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type MusicComposition implements MetadataInterface & SearchableInterface & Thing
"http://purl.org/dc/elements/1.1/format"
format: String!
"http://purl.org/dc/elements/1.1/language"
language: AvailableLanguage!
language: AvailableLanguage
"http://purl.org/dc/elements/1.1/publisher"
publisher: String
"http://purl.org/dc/elements/1.1/relation"
Expand Down
2 changes: 1 addition & 1 deletion src/schema/type/MusicGroup.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type MusicGroup implements MetadataInterface & SearchableInterface & ThingInterf
"http://purl.org/dc/elements/1.1/format"
format: String!
"http://purl.org/dc/elements/1.1/language"
language: AvailableLanguage!
language: AvailableLanguage
"http://purl.org/dc/elements/1.1/publisher"
publisher: String
"http://purl.org/dc/elements/1.1/relation"
Expand Down
2 changes: 1 addition & 1 deletion src/schema/type/MusicPlaylist.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type MusicPlaylist implements MetadataInterface & SearchableInterface & ThingInt
"http://purl.org/dc/elements/1.1/format"
format: String!
"http://purl.org/dc/elements/1.1/language"
language: AvailableLanguage!
language: AvailableLanguage
"http://purl.org/dc/elements/1.1/publisher"
publisher: String
"http://purl.org/dc/elements/1.1/relation"
Expand Down
2 changes: 1 addition & 1 deletion src/schema/type/MusicRecording.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type MusicRecording implements MetadataInterface & SearchableInterface & ThingIn
"http://purl.org/dc/elements/1.1/format"
format: String!
"http://purl.org/dc/elements/1.1/language"
language: AvailableLanguage!
language: AvailableLanguage
"http://purl.org/dc/elements/1.1/publisher"
publisher: String
"http://purl.org/dc/elements/1.1/relation"
Expand Down
2 changes: 1 addition & 1 deletion src/schema/type/Organization.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Organization implements MetadataInterface & SearchableInterface & ThingInte
"http://purl.org/dc/elements/1.1/format"
format: String!
"http://purl.org/dc/elements/1.1/language"
language: AvailableLanguage!
language: AvailableLanguage
"http://purl.org/dc/elements/1.1/publisher"
publisher: String
"http://purl.org/dc/elements/1.1/relation"
Expand Down
2 changes: 1 addition & 1 deletion src/schema/type/Person.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Person implements MetadataInterface & SearchableInterface & ThingInterface
"http://purl.org/dc/elements/1.1/format"
format: String!
"http://purl.org/dc/elements/1.1/language"
language: AvailableLanguage!
language: AvailableLanguage
"http://purl.org/dc/elements/1.1/publisher"
publisher: String
"http://purl.org/dc/elements/1.1/relation"
Expand Down
2 changes: 1 addition & 1 deletion src/schema/type/Place.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Place implements MetadataInterface & SearchableInterface & ThingInterface &
"http://purl.org/dc/elements/1.1/format"
format: String!
"http://purl.org/dc/elements/1.1/language"
language: AvailableLanguage!
language: AvailableLanguage
"http://purl.org/dc/elements/1.1/publisher"
publisher: String
"http://purl.org/dc/elements/1.1/relation"
Expand Down
2 changes: 1 addition & 1 deletion src/schema/type/Product.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Product implements MetadataInterface & SearchableInterface & ThingInterface
"http://purl.org/dc/elements/1.1/format"
format: String!
"http://purl.org/dc/elements/1.1/language"
language: AvailableLanguage!
language: AvailableLanguage
"http://purl.org/dc/elements/1.1/publisher"
publisher: String
"http://purl.org/dc/elements/1.1/relation"
Expand Down
2 changes: 1 addition & 1 deletion src/schema/type/Review.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Review implements MetadataInterface & SearchableInterface & ThingInterface
"http://purl.org/dc/elements/1.1/format"
format: String!
"http://purl.org/dc/elements/1.1/language"
language: AvailableLanguage!
language: AvailableLanguage
"http://purl.org/dc/elements/1.1/publisher"
publisher: String
"http://purl.org/dc/elements/1.1/relation"
Expand Down
2 changes: 1 addition & 1 deletion src/schema/type/SoftwareApplication.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type SoftwareApplication implements MetadataInterface & SearchableInterface & Th
"http://purl.org/dc/elements/1.1/format"
format: String!
"http://purl.org/dc/elements/1.1/language"
language: AvailableLanguage!
language: AvailableLanguage
"http://purl.org/dc/elements/1.1/publisher"
publisher: String
"http://purl.org/dc/elements/1.1/relation"
Expand Down
2 changes: 1 addition & 1 deletion src/schema/type/VideoObject.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type VideoObject implements MetadataInterface & SearchableInterface & ThingInter
"http://purl.org/dc/elements/1.1/format"
format: String!
"http://purl.org/dc/elements/1.1/language"
language: AvailableLanguage!
language: AvailableLanguage
"http://purl.org/dc/elements/1.1/publisher"
publisher: String
"http://purl.org/dc/elements/1.1/relation"
Expand Down

0 comments on commit 9510c83

Please sign in to comment.