<!DOCTYPE html>
<html lang="en">
<head>
<link rel="schema.dcterms" href="http://purl.org/dc/terms/" />
<base href="https://example.com/minimal" />
<meta name="id" content="https://example.com/minimal" />
<meta name="dcterms.conformsTo" content="https://w3id.org/cpld/" />
<title>Minimal Linked Document</title>
<script type="application/ld+json">
{
"@context": {
"@vocab": "http://schema.org/",
"doc": "https://example.com/minimal#",
"ex": "https://example.com/narrativeStructure/"
},
"@graph": {
"@id": "https://example.com/minimal",
"schema:conformsTo": "https://w3id.org/cpld/",
"@type": "schema:Article",
"schema:hasPart": [
{
"@id": "doc:e1",
"@type": "ex:Introduction"
}
]
}
}
</script>
</head>
<body>
<h1 id="e0">Minimal document</h1>
<p id="e1">Hello World</p>
</body>
</html>