LOD:Scenarios

From STLab

Jump to: navigation, search

Candidate use cases for recommendation pathfinding and extraction patterns for LOD are gathered in this page.

Contents

Scenarios

Examples

Below real and possible example of LOD usage for recommendation.

Image:fbExamplePath.png

Legenda

  • bidirectional arrows denotes a equality property, ie either owl:sameAs or skos:exactMatch
  • striped arrow denotes a weak relation, eg. the Freebase entity with rdf:label "Chris Hughes" is matched to the string "Chris Hughes" in the EPG metadata
  • namespaces:


Assertions

  • the tags of a NY-Times articles describe the content of that article

TVAnytime

The following TVAnytime manifest file isolates a number of candidate TVA containers for holding LOD-extracted semantic information that can be matched for multimedia recommendation.

Highlighted lines show potential LOD matches that are currently unexplored.

<?xml version="1.0" encoding="UTF-8"?>
<tva:TVAMain xml:lang="" 
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  xmlns:mpeg7="urn:tva:mpeg7:2005" 
  xmlns:tva="urn:tva:metadata:2007" 
  xmlns:ug="http://www.few.vu.nl/~schopman/notube/uitzendingGemist.ttl#" 
  publicationTime="2010-06-08T09:30:47.0Z" 
  originID="NIC-ID">
 
  <tva:ProgramDescription>
    <tva:ProgramInformationTable>
      <tva:ProgramInformation programId="http://www.uitzendinggemist.nl/index.php/aflevering?aflID=11447702">
        <tva:BasicDescription>
          <tva:Title>Koefnoen</tva:Title>
          <tva:Synopsis>
            Humoristisch programma waarin persiflages, sketches, quickies en nepdocumentaires elkaar snel afwisselen. Paul Groot, Owen Schumacher, Plien van Bennekom, Bianca Krijgsman, Marjan Luif en Sander van Opzeeland schetsen hun kijk op het leven en de actualiteiten. Daarin worden zij bijgestaan door diverse gastacteurs.
          </tva:Synopsis>
 
          <!-- <tva:Keyword>key</tva:Keyword> -->
 
          <!-- genre -->
          <tva:Genre href="ug:amusement"/>          <tva:Genre href="ug:comedy"/>          <tva:Genre href="ug:kunst_cultuur"/> 
          <!-- parental rating guidance -->
          <tva:ParentalGuidance>
            <mpeg7:ParentalRating href="urn:dvb:metadata:cs:ParentalGuidanceCS:2007:1.1.2">
              <mpeg7:Name>P</mpeg7:Name>
              <mpeg7:Definition>Suitable for All Ages.</mpeg7:Definition>
            </mpeg7:ParentalRating>
          </tva:ParentalGuidance>
 
          <!-- credits -->
          <tva:CreditsList>
            <tva:CreditsItem role="http://dbpedia.org/ontology/starring">              <tva:PersonName>
                <mpeg7:FamilyName>Schumacher</mpeg7:FamilyName>
                <mpeg7:GivenName>Owen</mpeg7:GivenName>
              </tva:PersonName>
            </tva:CreditsItem>
            <tva:CreditsItem role="http://dbpedia.org/ontology/starring">              <tva:PersonName>
                <mpeg7:FamilyName>Groot</mpeg7:FamilyName>
                <mpeg7:GivenName>Paul</mpeg7:GivenName>
              </tva:PersonName>
            </tva:CreditsItem>
          </tva:CreditsList>
 
        </tva:BasicDescription>  
      </tva:ProgramInformation>
    </tva:ProgramInformationTable>
  </tva:ProgramDescription>
</tva:TVAMain>
Personal tools