@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://angelo.veltens.org/profile/card#me>;
    <http://schema.org/superEvent> <https://angelo.veltens.org/conferences/talks/65ce7a8e-50ad-45e7-a44d-827071f24906/session/#it>;
    <http://schema.org/name> "A Vision for personal knowledge graphs";
    <http://schema.org/description> "\n    In our daily lives, we often turn to apps to get information and connect with others to gather knowledge. But this process can be unnecessarily complicated because our data is stuck in different apps, making it hard to share or combine with each other. In this talk, we&#39;ll explore the idea of personal knowledge graphs as a way to solve this problem. They allow us to easily access and combine information from various sources, making it easier to acquire knowledge.\n    I will provide some real life examples of how personal knowledge graphs could be used, such as:\n\n        - Shopping for all the ingredients needed to cook a recipe\n        - Adding a new window to the roof of a house\n        - Preparing a party with friends\n        - Planning a family holiday trip\n\n    By comparing these examples to how these tasks are currently done, we can envision the benefits and potential of personal knowledge graphs in our daily lives.\n    "@en;
    <http://schema.org/recordedIn> <#recording>;
    <http://schema.org/workFeatured> <#slides>.
<#recording> a <http://schema.org/VideoObject>;
    <http://schema.org/name> "a-vision-for-personal-knowledge-graphs.mp4";
    <http://schema.org/contentUrl> <https://tube.tchncs.de/download/videos/generate/0adab74b-b2aa-4ed0-8988-8e1397c9ca78?videoFileIds=670842>;
    <http://schema.org/encodingFormat> "video/mp4";
    <http://schema.org/transcript> <transcript.md>;
    <http://schema.org/embedUrl> <https://tube.tchncs.de/videos/embed/0adab74b-b2aa-4ed0-8988-8e1397c9ca78>.
<#slides> a <http://schema.org/CreativeWork>, <http://schema.org/PresentationDigitalDocument>;
    <http://schema.org/description> "Slides of the talk 'A Vision for personal knowledge graphs'";
    <http://schema.org/creator> <https://angelo.veltens.org/profile/card#me>;
    <http://schema.org/associatedMedia> <#web>, <#pdf>.
<#web> a <http://schema.org/WebPage>;
    <http://schema.org/name> "Live Web Slides";
    <http://schema.org/description> "Web slides of the talk 'A Vision for personal knowledge graphs'";
    <http://schema.org/contentUrl> <https://angelo.veltens.org/slides/2023/a-vision-for-personal-knowledge-graphs/index.html>;
    <http://schema.org/encodesCreativeWork> <#slides>;
    <http://schema.org/encodingFormat> "text/html".
<#pdf> a <http://schema.org/MediaObject>;
    <http://schema.org/name> "PDF export";
    <http://schema.org/description> "PDF slides of the talk 'A Vision for personal knowledge graphs'";
    <http://schema.org/contentUrl> <https://angelo.veltens.org/slides/2023/a-vision-for-personal-knowledge-graphs/slides.pdf>;
    <http://schema.org/encodesCreativeWork> <#slides>;
    <http://schema.org/encodingFormat> "application/pdf".
<transcript.md> a ldp:Resource, <http://www.w3.org/ns/iana/media-types/text/markdown#Resource>;
    dc:modified "2023-12-18T16:48:25.386Z"^^xsd:dateTime.
<> a ldp:Container, ldp:BasicContainer, ldp:Resource;
    dc:modified "2025-02-17T07:56:10.652Z"^^xsd:dateTime.
<transcript.md> posix:mtime 1702918105;
    posix:size 19201.
<> posix:mtime 1739778970;
    ldp:contains <transcript.md>.
