@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-12-16T08:38:55.443Z"^^xsd:dateTime.
<index.html> a ldp:Resource, <http://www.w3.org/ns/iana/media-types/text/html#Resource>;
    dc:modified "2022-12-16T08:35:19.589Z"^^xsd:dateTime.
<> posix:mtime 1671179935;
    ldp:contains <index.html>.
<index.html> posix:mtime 1671179719;
    posix:size 124.
