| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "extensionsUsed": ["KHR_xmp_json_ld"],
- "extensions": {
- "KHR_xmp_json_ld": {
- "packets": [
- {
- "@context": {
- "dc": "http://purl.org/dc/elements/1.1/",
- "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- },
- "@id": "",
- "dc:contributor": {
- "@set": [
- "Creator1Name",
- "[email protected]",
- "Creator3Name<[email protected]>"
- ]
- },
- "dc:coverage": "Bay Area, California, United States",
- "dc:creator": {
- "@list": [ "CreatorName", "[email protected]" ]
- },
- "dc:date": {
- "@list": [ "1997-07-16T19:20:30+01:00" ]
- },
- "dc:description": {
- "@type": "rdf:Alt",
- "rdf:_1": {
- "@language": "en-us",
- "@value": "text"
- }
- },
- "dc:format": "model/gltf-binary",
- "dc:identifier": "urn:stock-id:292930",
- "dc:language": {
- "@set": [ "en" ]
- },
- "dc:publisher": {
- "@set": [ "Company" ]
- },
- "dc:relation": {
- "@set": [ "https://www.khronos.org/" ]
- },
- "dc:rights": {
- "@type": "rdf:Alt",
- "rdf:_1": {
- "@language": "en-us",
- "@value": "BSD"
- }
- },
- "dc:source": "http://related_resource.org/derived_from_this.gltf",
- "dc:subject": {
- "@set": [ "architecture" ]
- },
- "dc:title": {
- "@type": "rdf:Alt",
- "rdf:_1": {
- "@language": "en-us",
- "@value": "MyModel"
- },
- "rdf:_2": {
- "@language": "it-it",
- "@value": "Mio Modello"
- }
- },
- "dc:type": {
- "@set": [ "Physical Object" ]
- }
- }
- ]
- }
- },
- "asset": {
- "version": "2.0",
- "extensions": {
- "KHR_xmp_json_ld": {
- "packet": 0
- }
- }
- },
- "images": [
- {
- "uri": "texture.png",
- "extensions": {
- "KHR_xmp_json_ld": {
- "packet": 0
- }
- }
- }
- ]
- }
|