codemeta.json 1.2 KB

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