@prefix bio: <http://purl.org/vocab/bio/0.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix mo: <http://purl.org/ontology/mo/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix tl: <http://purl.org/NET/c4dm/timeline.owl#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@base <//vgmdb.animusic.moe/> .

<album/24922> foaf:primaryTopic <album/24922#subject> .

<album/24922#lyrics> a mo:Lyrics .

<album/24922#vocals> a mo:Singer .

<artist/5330#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/24922#subject> ;
    schema:name "Amon Tobin"@en ;
    foaf:made <album/24922#composition>,
        <album/24922#subject> ;
    foaf:name "Amon Tobin"@en .

<product/1305#subject> a schema:CreativeWork ;
    schema:name "Splinter Cell: Chaos Theory"@en,
        "Splinter Cell: Chaos Theory"@ja,
        "Splinter Cell: Chaos Theory"@ja-latn ;
    foaf:name "Splinter Cell: Chaos Theory"@en,
        "Splinter Cell: Chaos Theory"@ja,
        "Splinter Cell: Chaos Theory"@ja-latn .

<album/24922#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "The Lighthouse / Amon Tobin"@en,
        "The Lighthouse / Amon Tobin"@ja,
        "The Lighthouse / Amon Tobin"@ja-latn ;
    mo:composer <artist/5330#subject> ;
    mo:produced_work <album/24922#musicalwork> ;
    schema:name "The Lighthouse / Amon Tobin"@en,
        "The Lighthouse / Amon Tobin"@ja,
        "The Lighthouse / Amon Tobin"@ja-latn .

<album/24922#musicalexpression> a mo:Signal ;
    mo:published_as <album/24922#subject> ;
    mo:records <album/24922#performance> .

<album/24922#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "The Lighthouse / Amon Tobin"@en,
        "The Lighthouse / Amon Tobin"@ja,
        "The Lighthouse / Amon Tobin"@ja-latn ;
    mo:performance_of <album/24922#musicalwork> ;
    mo:recorded_as <album/24922#musicalexpression> ;
    schema:name "The Lighthouse / Amon Tobin"@en,
        "The Lighthouse / Amon Tobin"@ja,
        "The Lighthouse / Amon Tobin"@ja-latn ;
    schema:workPerformed <album/24922#musicalwork> .

<org/3187#subject> schema:name "Ninja Tune"@en,
        "Ninja Tune"@ja,
        "Ninja Tune"@ja-latn ;
    foaf:name "Ninja Tune"@en,
        "Ninja Tune"@ja,
        "Ninja Tune"@ja-latn .

<https://media.vgm.io/albums/22/24922/24922-1424381663.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/24922#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/22/24922/24922-1424381663.jpg> ;
    foaf:depicts <album/24922#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/22/24922/24922-1424381663.jpg> .

<https://medium-media.vgm.io/albums/22/24922/24922-1424381663.jpg> a schema:ImageObject,
        foaf:Image .

<album/24922#musicalwork> a mo:MusicalWork,
        schema:CreativeWork ;
    mo:composed_in <album/24922#composition> ;
    mo:lyrics <album/24922#lyrics> ;
    mo:performed_in <album/24922#performance> ;
    mo:singer <album/24922#vocals> .

<album/24922#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2005-01-18"^^xsd:date ;
    dcterms:title "The Lighthouse / Amon Tobin"@en,
        "The Lighthouse / Amon Tobin"@ja,
        "The Lighthouse / Amon Tobin"@ja-latn ;
    mo:catalogue_number "ZEN100P" ;
    mo:media_type "Vinyl (12\" 45 rpm)" ;
    mo:publication_of <album/24922#musicalexpression> ;
    mo:publisher <org/3187#subject> ;
    mo:record _:N8538add0ed164c2ba2f541f3b28ca4ea ;
    mo:record_count 1 ;
    schema:about <product/1305#subject> ;
    schema:datePublished "2005-01-18"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/22/24922/24922-1424381663.jpg> ;
    schema:name "The Lighthouse / Amon Tobin"@en,
        "The Lighthouse / Amon Tobin"@ja,
        "The Lighthouse / Amon Tobin"@ja-latn ;
    schema:publisher <org/3187#subject> ;
    foaf:depiction <https://media.vgm.io/albums/22/24922/24922-1424381663.jpg> .

_:N8538add0ed164c2ba2f541f3b28ca4ea a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nae7bbb7c7e334a508bb7d56c73f22cad ;
    mo:track_count 1 ;
    schema:duration "PT5:05"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nae7bbb7c7e334a508bb7d56c73f22cad .

_:Nae7bbb7c7e334a508bb7d56c73f22cad a mo:Track,
        schema:MusicRecording ;
    dcterms:title "The Lighthouse"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:05"^^xsd:interval ;
    schema:inPlaylist _:N8538add0ed164c2ba2f541f3b28ca4ea ;
    schema:name "The Lighthouse"@en .

