-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dominick Leppich
committed
Sep 18, 2024
1 parent
734b96b
commit 0f625a2
Showing
7 changed files
with
73 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
ID,Name (ger),Name (eng),Name (fre) | ||
,Johann Wolfgang von Goethe,Johann Wolfgang von Goethe,Johann Wolfgang von Goethe | ||
,William Shakespeare,William Shakespeare,William Shakespeare | ||
,Ernest Hemingway,Ernest Hemingway,Ernest Hemingway | ||
,Leo Tolstoy,Leo Tolstoy,Leo Tolstoï | ||
,George Orwell,George Orwell,George Orwell | ||
,Fyodor Dostoevsky,Fyodor Dostoevsky,Fyodor Dostoïevski | ||
,Marcel Proust,Marcel Proust,Marcel Proust | ||
,Franz Kafka,Franz Kafka,Franz Kafka | ||
,Jane Austen,Jane Austen,Jane Austen | ||
,Christopher Marlowe,Christopher Marlowe,Christopher Marlowe | ||
,F. Scott Fitzgerald,Francis Scott Fitzgerald,Francis Scott Fitzgerald |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
ID,Name (ger),Name (eng),Name (fre),Farbcode | ||
,Schwarz,Black,Noir,#000000 | ||
,Weiß,White,Blanc,#FFFFFF | ||
,Rot,Red,Rouge,#FF0000 | ||
,Grün,Green,Vert,#00FF00 | ||
,Blau,Blue,Bleu,#0000FF | ||
,Gelb,Yellow,Jaune,#FFFF00 | ||
,Orange,Orange,Orange,#FFA500 | ||
,Lila,Purple,Violet,#800080 | ||
,Rosa,Pink,Rose,#FFC0CB | ||
,Grau,Gray,Gris,#808080 | ||
,Cyan,Cyan,Cyan,#00FFFF | ||
,Magenta,Magenta,Magenta,#FF00FF | ||
,Braun,Brown,Marron,#A52A2A | ||
,Beige,Beige,Beige,#F5F5DC | ||
,Olivgrün,Olive,Olive,#808000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ID,Name (ger),Name (eng),Name (fre) | ||
,Göttingen,Göttingen,Göttingen | ||
,Hamburg,Hamburg,Hambourg | ||
,Brüssel,Brussels,Bruxelles |
4 changes: 2 additions & 2 deletions
4
...all/samples/skos/4_vocabularies/SKOS.json → ...all/samples/skos/4_vocabularies/Role.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"schemaId": {{schemas_SKOS_Data}}, | ||
"metadataSchemaId": {{schemas_SKOS_Metadata}}, | ||
"name": "SKOS", | ||
"description": "SKOS example vocabulary." | ||
"name": "Role", | ||
"description": "An example SKOS vocabulary." | ||
} |
Binary file not shown.