@prefix schema:	<http://schema.org/> . @prefix ns1:	<https://www.openlinksw.com/DAV/www2.openlinksw.com/data/podcasts/AI_as_a_Force_Multiplier.mp4#> . @prefix wdrs:	<http://www.w3.org/2007/05/powder-s#> . @prefix ns3:	<http://www.openlinksw.com/DAV/data/turtle/general/demo-podcasts.ttl#> . @prefix dt:	<http://www.w3.org/2001/XMLSchema#> . @prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns6:	<https://www.openlinksw.com/DAV/www2.openlinksw.com/data/podcasts/From_Content_Chaos_to_Knowledge_Power__How_AI_Agents_and_Knowledge_Graphs_are_Revolutionizing_Inform.mp4#> . @prefix ns7:	<https://www.openlinksw.com/DAV/www2.openlinksw.com/data/podcasts/Software_in_the_Age_of_AI.mp4#> . 
### Source document ###
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix : <#>.

<https://www.openlinksw.com/DAV/www2.openlinksw.com/data/podcasts/Software_in_the_Age_of_AI.mp4#this>
    a schema:VideoObject ;
    schema:contentUrl <https://www.openlinksw.com/DAV/www2.openlinksw.com/data/podcasts/Software_in_the_Age_of_AI.mp4> ;
    schema:name "Software in the Age of AI" ;
    schema:description "A video podcast titled Software in the Age of AI." ;
    schema:encodingFormat "video/mp4" ;
    schema:dateCreated "2025-09-27T01:39:31.451475Z"^^xsd:dateTime ;
    schema:dateModified "2025-09-27T01:39:31.451475Z"^^xsd:dateTime ;
    schema:category <#HowTo>,<#Podcast> ;
    wdrs:describedby :this.

<https://www.openlinksw.com/DAV/www2.openlinksw.com/data/podcasts/From_Content_Chaos_to_Knowledge_Power__How_AI_Agents_and_Knowledge_Graphs_are_Revolutionizing_Inform.mp4#this>
    a schema:VideoObject ;
    schema:contentUrl <https://www.openlinksw.com/DAV/www2.openlinksw.com/data/podcasts/From_Content_Chaos_to_Knowledge_Power__How_AI_Agents_and_Knowledge_Graphs_are_Revolutionizing_Inform.mp4> ;
    schema:name "From Content Chaos to Knowledge Power: How AI Agents and Knowledge Graphs are Revolutionizing Inform" ;
    schema:description "A video podcast titled From Content Chaos to Knowledge Power: How AI Agents and Knowledge Graphs are Revolutionizing Inform." ;
    schema:encodingFormat "video/mp4" ;
    schema:dateCreated "2025-09-16T18:22:59.031888Z"^^xsd:dateTime ;
    schema:dateModified "2025-09-16T18:22:59.031888Z"^^xsd:dateTime ;
    schema:category <#HowTo>,<#Podcast> ;
    wdrs:describedby :this.

<https://www.openlinksw.com/DAV/www2.openlinksw.com/data/podcasts/AI_as_a_Force_Multiplier.mp4#this>
    a schema:VideoObject ;
    schema:contentUrl <https://www.openlinksw.com/DAV/www2.openlinksw.com/data/podcasts/AI_as_a_Force_Multiplier.mp4> ;
    schema:name "AI as a Force Multiplier" ;
    schema:description "A video podcast titled AI as a Force Multiplier." ;
    schema:encodingFormat "video/mp4" ;
    schema:dateCreated "2025-09-16T18:22:45.396151Z"^^xsd:dateTime ;
    schema:dateModified "2025-09-16T18:22:45.396151Z"^^xsd:dateTime ;
    schema:category <#HowTo>,<#Podcast> ;
    wdrs:describedby :this.

<#CategoryCodeSet> a schema:CategoryCodeSet ;
    schema:name "Video Categories" ;
    schema:description "A set of categories used to classify video screencasts." ;
    schema:hasCategoryCode <#HowTo>, <#Review>, <#OPAL>, <#Presentation>,<#Podcast> .

<#HowTo> a schema:CategoryCode ;
    schema:codeValue "HowTo" ;
    schema:name "How-To" ;
    schema:description "A video that explains how to perform a specific task." ;
    schema:inCodeSet <#CategoryCodeSet> .

<#Review> a schema:CategoryCode ;
    schema:codeValue "Review" ;
    schema:name "Review" ;
    schema:description "A video that provides a review or analysis of a product, service, or concept." ;
    schema:inCodeSet <#CategoryCodeSet> .

<#OPAL> a schema:CategoryCode ;
    schema:codeValue "OPAL" ;
    schema:name "OPAL" ;
    schema:description "A video related to the OpenLink Profile & Language (OPAL) initiative." ;
    schema:inCodeSet <#CategoryCodeSet> .

<#Presentation> a schema:CategoryCode ;
    schema:codeValue "Presentation" ;
    schema:name "Presentation" ;
    schema:description "A recording of a presentation or slide deck." ;
    schema:inCodeSet <#CategoryCodeSet> .

<#Podcast> a schema:CategoryCode ;
    schema:codeValue "Podcast" ;
    schema:name "Podcast" ;
    schema:description "An episodic audio or video series." ;
    schema:inCodeSet <#CategoryCodeSet> .