@prefix dc: <http://purl.org/dc/terms/>.
@prefix ldp: <http://www.w3.org/ns/ldp#>.
@prefix posix: <http://www.w3.org/ns/posix/stat#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.

<> a ldp:Container, ldp:BasicContainer, ldp:Resource;
    dc:modified "2022-03-19T21:37:25.974Z"^^xsd:dateTime.
<index.html> a ldp:Resource, <http://www.w3.org/ns/iana/media-types/text/html#Resource>;
    dc:modified "2022-03-20T13:52:04.630Z"^^xsd:dateTime.
<> posix:mtime 1647725845;
    ldp:contains <index.html>.
<index.html> posix:mtime 1647784324;
    posix:size 23138.
