@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ore: <http://www.openarchives.org/ore/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xhv: <http://www.w3.org/1999/xhtml/vocab#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .


<http://www.w3.org/2008/Talks/0822-Ghent-IH/> a ore:ResourceMap ;
     dc:title "Detailed introduction into RDF and the Semantic Web" ;
     ore:describes <http://www.w3.org/2008/Talks/0822-Ghent-IH/#talk> ;
     xhv:copyright <http://creativecommons.org/licenses/by-nd/3.0/> . 

<http://www.w3.org/2008/Talks/0822-Ghent-IH/Overview.html> xhv:icon <http://www.w3.org/2001/sw/favicon-sw.png> ;
     xhv:stylesheet <http://www.w3.org/StyleSheets/base.css> . 

<http://search.ugent.be/~hochsten/search_find/2008/08/22/> a bibo:Conference ;
     event:place <http://dbpedia.org/resource/Ghent> ;
     dc:title "4th Search&Find Workshop" . 

<http://www.ivan-herman.net/me> a foaf:Person ;
     rdfs:seeAlso <http://www.ivan-herman.net/foaf> ;
     foaf:name "Ivan Herman" . 

<http://www.w3.org/2008/Talks/0822-Ghent-IH/#talk> a cc:Work, bibo:Slideshow, ore:Aggregation ;
     cc:attributionName "W3C" ;
     cc:attributionURL <http://www.w3.org> ;
     cc:license <http://creativecommons.org/licenses/by-nd/3.0/> ;
     dc:date "2008-08-22"^^xsd:dateTime ;
     dc:hasFormat <http://www.w3.org/2008/Talks/0822-Ghent-IH/HTML/>, <http://www.w3.org/2008/Talks/0822-Ghent-IH/Slides.odp>, <http://www.w3.org/2008/Talks/0822-Ghent-IH/Slides.pdf> ;
     dc:title "Detailed introduction into RDF and the Semantic Web" ;
     bibo:authorList ( <http://www.ivan-herman.net/me> ) ;
     bibo:presentedAt <http://search.ugent.be/~hochsten/search_find/2008/08/22/> ;
     ore:aggregates <http://www.w3.org/2008/Talks/0822-Ghent-IH/HTML/>, <http://www.w3.org/2008/Talks/0822-Ghent-IH/Slides.odp>, <http://www.w3.org/2008/Talks/0822-Ghent-IH/Slides.pdf> . 

<http://www.w3.org/2008/Talks/0822-Ghent-IH/HTML/> a ore:AggregatedResource ;
     dc:format "text/html" . 

<http://www.w3.org/2008/Talks/0822-Ghent-IH/Slides.odp> a ore:AggregatedResource ;
     dc:format "application/vnd.oasis.opendocument.presentation" . 

<http://www.w3.org/2008/Talks/0822-Ghent-IH/Slides.pdf> a ore:AggregatedResource ;
     dc:format "application/pdf" . 
