<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:vocab="http://schema.org/"
prefix="vocab: http://schema.org/">
<head>
<title>RDFa Fact Example</title>
</head>
<body>
<div typeof="vocab:Fact">
<span property="vocab:statement">Земля круглая.</span>
</div>
</body>
</html>