@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#>.

<> dc:modified "2022-03-20T12:00:21.852Z"^^xsd:dateTime;
    a ldp:Container, ldp:BasicContainer, ldp:Resource.
<index.html> dc:modified "2022-03-20T13:37:20.173Z"^^xsd:dateTime;
    a ldp:Resource, <http://www.w3.org/ns/iana/media-types/text/html#Resource>.
<> posix:mtime 1647777621;
    ldp:contains <index.html>.
<index.html> posix:mtime 1647783440;
    posix:size 22742.
