codemeta.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  3. "@type": "SoftwareSourceCode",
  4. "license": "https://spdx.org/licenses/MIT-0",
  5. "codeRepository": "https://github.com/MITDDC/zork-1978-01",
  6. "dateCreated": "1978-01-30",
  7. "name": "Zork",
  8. "description": "January 1978 version of Zork, an interactive fiction game created at MIT by Tim Anderson, Marc Blank, Bruce Daniels, and Dave Lebling.",
  9. "applicationCategory": "Game",
  10. "developmentStatus": "unsupported",
  11. "isPartOf": "https://archivesspace.mit.edu/repositories/2/resources/1265",
  12. "keywords": [
  13. "Interactive Fiction",
  14. "Computer Science"
  15. ],
  16. "programmingLanguage": [
  17. "MDL"
  18. ],
  19. "operatingSystem": [
  20. "ITS"
  21. ],
  22. "author": [
  23. {
  24. "@type": "Person",
  25. "givenName": "Tim",
  26. "familyName": "Anderson"
  27. },
  28. {
  29. "@type": "Person",
  30. "givenName": "Marc",
  31. "familyName": "Blank"
  32. },
  33. {
  34. "@type": "Person",
  35. "givenName": "Bruce",
  36. "familyName": "Daniels"
  37. },
  38. {
  39. "@type": "Person",
  40. "givenName": "Dave",
  41. "familyName": "Lebling"
  42. }
  43. ]
  44. }