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

<#it> a <http://schema.org/Event>;
    <http://schema.org/startDate> "2023-03-30";
    <http://schema.org/performer> <https://uvdsl.solid.aifb.kit.edu/profile/card#me>;
    <http://schema.org/superEvent> <https://angelo.veltens.org/conferences/talks/65ce7a8e-50ad-45e7-a44d-827071f24906/session/#it>;
    <http://schema.org/name> "An oversimplified introduction to Solid Pods";
    <http://schema.org/description> "\nFor those developing Solid Pods it may be very clear what a Pod is and what components it is comprised of. But to those just starting out with the technicalities of Solid, the concept of a Pod may be confusing and existing codebases seem huge and hard to understand. In a nutshell - it is quite simple ...\n\nThis talk aims to provide a technical foundation for discussion of the current state of Solid, what it may become and what may be build on-top of Solid.\n    "@en;
    <http://schema.org/workFeatured> <#slides>.
<https://uvdsl.solid.aifb.kit.edu/profile/card#me> <http://schema.org/name> "Christoph Braun".
<#slides> a <http://schema.org/CreativeWork>, <http://schema.org/PresentationDigitalDocument>;
    <http://schema.org/description> "Slides of the talk 'An oversimplified introduction to Solid Pods'";
    <http://schema.org/creator> <https://uvdsl.solid.aifb.kit.edu/profile/card#me>;
    <http://schema.org/associatedMedia> <#pdf>.
<#pdf> a <http://schema.org/MediaObject>;
    <http://schema.org/name> "PDF slides";
    <http://schema.org/description> "PDF slides of the talk 'An oversimplified introduction to Solid Pods'";
    <http://schema.org/contentUrl> <slides.pdf>;
    <http://schema.org/encodesCreativeWork> <#slides>;
    <http://schema.org/encodingFormat> "application/pdf".
<slides.pdf> a ldp:Resource, <http://www.w3.org/ns/iana/media-types/application/pdf#Resource>;
    dc:modified "2023-04-05T07:54:35.562Z"^^xsd:dateTime.
<> a ldp:Container, ldp:BasicContainer, ldp:Resource;
    dc:modified "2023-04-05T07:56:52.215Z"^^xsd:dateTime.
<slides.pdf> posix:mtime 1680681275;
    posix:size 1786872.
<> posix:mtime 1680681412;
    ldp:contains <slides.pdf>.
