@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> "Verifiable Personal Knowledge Graphs?";
    <http://schema.org/description> "\nChristoph's WebID profile says: “I am a research associate and PhD student at the Karlsruhe Institute of Technology (KIT).”\nHow do you know, this is actually the case?\n\nOr in other words: How do you know that information from someones personal knowledge graph is true? You don't.\nBut you can choose to trust in the information anyway, if you are convinced enough.\nThis may be the case if the statement is digitally signed by someone you trust to provide correct information!\n\nIn this talk, we will dive into verifiable personal data using Linked Data Signatures and Verifiable Credentials. What's more, there is a demo you can try out yourself! And, of course, there will be enough time for discussion what this may or may not mean for 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 'Verifiable Personal Knowledge Graphs?'";
    <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 'Verifiable Personal Knowledge Graphs?'";
    <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.430Z"^^xsd:dateTime.
<> a ldp:Container, ldp:BasicContainer, ldp:Resource;
    dc:modified "2023-04-05T07:57:46.773Z"^^xsd:dateTime.
<slides.pdf> posix:mtime 1680681275;
    posix:size 1682096.
<> posix:mtime 1680681466;
    ldp:contains <slides.pdf>.
