@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-20T11:58:39.866Z"^^xsd:dateTime;
    a ldp:Container, ldp:BasicContainer, ldp:Resource.
<apps.html> dc:modified "2022-03-20T11:58:32.358Z"^^xsd:dateTime;
    a ldp:Resource, <http://www.w3.org/ns/iana/media-types/text/html#Resource>.
<index.html> dc:modified "2022-03-20T11:58:40.590Z"^^xsd:dateTime;
    a ldp:Resource, <http://www.w3.org/ns/iana/media-types/text/html#Resource>.
<> posix:mtime 1647777519;
    ldp:contains <apps.html>, <index.html>.
<apps.html> posix:mtime 1647777512;
    posix:size 557.
<index.html> posix:mtime 1647777520;
    posix:size 601.
