XmpJsonLd.gltf 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "extensionsUsed": ["KHR_xmp_json_ld"],
  3. "extensions": {
  4. "KHR_xmp_json_ld": {
  5. "packets": [
  6. {
  7. "@context": {
  8. "dc": "http://purl.org/dc/elements/1.1/",
  9. "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  10. },
  11. "@id": "",
  12. "dc:contributor": {
  13. "@set": [
  14. "Creator1Name",
  15. "[email protected]",
  16. "Creator3Name<[email protected]>"
  17. ]
  18. },
  19. "dc:coverage": "Bay Area, California, United States",
  20. "dc:creator": {
  21. "@list": [ "CreatorName", "[email protected]" ]
  22. },
  23. "dc:date": {
  24. "@list": [ "1997-07-16T19:20:30+01:00" ]
  25. },
  26. "dc:description": {
  27. "@type": "rdf:Alt",
  28. "rdf:_1": {
  29. "@language": "en-us",
  30. "@value": "text"
  31. }
  32. },
  33. "dc:format": "model/gltf-binary",
  34. "dc:identifier": "urn:stock-id:292930",
  35. "dc:language": {
  36. "@set": [ "en" ]
  37. },
  38. "dc:publisher": {
  39. "@set": [ "Company" ]
  40. },
  41. "dc:relation": {
  42. "@set": [ "https://www.khronos.org/" ]
  43. },
  44. "dc:rights": {
  45. "@type": "rdf:Alt",
  46. "rdf:_1": {
  47. "@language": "en-us",
  48. "@value": "BSD"
  49. }
  50. },
  51. "dc:source": "http://related_resource.org/derived_from_this.gltf",
  52. "dc:subject": {
  53. "@set": [ "architecture" ]
  54. },
  55. "dc:title": {
  56. "@type": "rdf:Alt",
  57. "rdf:_1": {
  58. "@language": "en-us",
  59. "@value": "MyModel"
  60. },
  61. "rdf:_2": {
  62. "@language": "it-it",
  63. "@value": "Mio Modello"
  64. }
  65. },
  66. "dc:type": {
  67. "@set": [ "Physical Object" ]
  68. }
  69. }
  70. ]
  71. }
  72. },
  73. "asset": {
  74. "version": "2.0",
  75. "extensions": {
  76. "KHR_xmp_json_ld": {
  77. "packet": 0
  78. }
  79. }
  80. },
  81. "images": [
  82. {
  83. "uri": "texture.png",
  84. "extensions": {
  85. "KHR_xmp_json_ld": {
  86. "packet": 0
  87. }
  88. }
  89. }
  90. ]
  91. }