rug-compling / noordergraf

http://noordergraf.rug.nl
0 stars 0 forks source link

Grafteksten #32

Closed pebbe closed 2 years ago

pebbe commented 3 years ago

Voorstel voor de codering van verschillende soorten grafteksten:

:quote [
  a :Quote ;
  :text """t Het nog nooit, nog nooit zo donker west,
of t wer altied wel weer licht."""@gos ;
  :reference [
    a :MusicReference ;
    :artist "Ede Staal" ;
    :albumTitle "Mien toentje"@gos ;
    :albumYear "1984"^^xsd:gYear ;
    :track 2 ;
    :title "t Het nog nooit zo donker west"@gos ;
    :discogs <https://www.discogs.com/release/850334> ;
    :seeAlso <https://open.spotify.com/track/4LT5hf3slQFGjXkXeG2wE7>
  ]
] .

:quote [
  a :Quote ;
  :text "wij geloven dat Jezus Christus de Zoon van God is"@nld ;
  :reference [
    a :BibleReference ;
    :part :Acts_of_the_Apostles.n.01 ;
    :chapter 8 ;
    :verse "37" ;
    :seeAlso <https://www.bible.com/nl/bible/75/ACT.8.37.HTB>
  ]
] .

:quote [
  a :Quote ;
  :text "psalm 27"@nld ;
  :reference [
    a :BibleReference ;
    :part :Psalm.n.01 ;
    :chapter 27 ;
    :seeAlso <https://www.bible.com/nl/bible/75/PSA.27.HTB>
  ]
] .

:quote [
  a :Quote ;
  :text "Don't Panic"@eng ;
  :reference [
    a :BookReference ;
    :author "Douglas Adams" ;
    :title "The Hitchhiker's Guide to the Galaxy"@eng ;
    :year "1979"^^xsd:gYear ;
    :seeAlso <https://openlibrary.org/search?isbn=0330258648> ;
    :comment "motto"
  ]
] .

:quote [
  a :Quote ;
  :text "I'll be back"@eng ;
  :reference [
    a :MovieReference ;
    :title "The Terminator"@eng ;
    :director "James Cameron" ;
    :year "1984"^^xsd:gYear ;
    :comment "gesproken door Arnold Schwarzenegger als de Terminator"@nld
  ]
] .

:quote [
  a :Quote ;
  :text "We shall never surrender"@eng ;
  :reference [
    a :SpeechReference ;
    :author "Winston Churchill" ;
    :title "We shall fight on the beaches" ;
    :date "1940-06-04"^^xsd:date
  ]
]

# tekst met generieke reference
:quote [
  a :Quote ;
  :text "God dobbelt niet"@nld ;
  :reference [
    a :Reference ;
    :author "Albert Einstein" ;
    :original "God doesn’t play dice with the universe"@eng
  ]
] .

# tekst zonder reference
:quote [
  a :Quote ;
  :text "Zien leste toentje"@gos
] .

Zie ook https://github.com/rug-compling/noordergraf/issues/14

pebbe commented 3 years ago

Voorstel verplaatst naar wiki (inmiddels aangepast):

https://github.com/rug-compling/noordergraf/wiki/:Tomb-%E2%86%92-:Quote