{
"@context": "https://schema.org",
"@graph": [
{
"@id": "https://example.com/author/1",
"@type": "Person",
"name": "Alex Mercer",
"jobTitle": "Lead Engine Developer",
"knowsAbout": ["Graphics Programming", "WebAssembly", "Data Architecture"]
},
{
"@id": "https://example.com/project/godot-bench",
"@type": "CreativeWork",
"name": "Godot Web Graph Benchmark",
"author": {
"@id": "https://example.com/author/1"
},
"version": "4.x",
"keywords": "JSON-LD, Godot, WebGL, Performance",
"hasPart": [
{
"@id": "https://example.com/node/dataset-01"
}
]
},
{
"@id": "https://example.com/node/dataset-01",
"@type": "Dataset",
"name": "High-Density Node Grid",
"description": "A synthetic stress-test graph containing 10,000 interconnected vertices.",
"spatialCoverage": {
"@type": "Place",
"name": "Virtual Simulation Grid",
"geo": {
"@type": "GeoCoordinates",
"latitude": "45.1234",
"longitude": "-122.5678"
}
}
}
]
}
