@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/56742> foaf:primaryTopic <album/56742#subject> .

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

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

<artist/12474#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/56742#subject> ;
    schema:name "Austin Wintory"@en ;
    foaf:made <album/56742#composition>,
        <album/56742#subject> ;
    foaf:name "Austin Wintory"@en .

<artist/14502#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/56742#subject> ;
    schema:name "Ryanike"@en ;
    foaf:made <album/56742#composition>,
        <album/56742#subject> ;
    foaf:name "Ryanike"@en .

<artist/15887#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/56742#subject> ;
    schema:name "Chris Remo"@en ;
    foaf:made <album/56742#composition>,
        <album/56742#subject> ;
    foaf:name "Chris Remo"@en .

<artist/26545#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/56742#subject> ;
    schema:name "Jonas Kjellberg"@en ;
    foaf:made <album/56742#composition>,
        <album/56742#subject> ;
    foaf:name "Jonas Kjellberg"@en .

<artist/31237#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/56742#subject> ;
    schema:name "Two Feathers"@en ;
    foaf:made <album/56742#composition>,
        <album/56742#subject> ;
    foaf:name "Two Feathers"@en .

<artist/59310#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/56742#subject> ;
    schema:name "Kevin Macleod"@en ;
    foaf:made <album/56742#composition>,
        <album/56742#subject> ;
    foaf:name "Kevin Macleod"@en .

<artist/64312#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/56742#subject> ;
    schema:name "Kozilek"@en ;
    foaf:made <album/56742#composition>,
        <album/56742#subject> ;
    foaf:name "Kozilek"@en .

<product/15737#subject> a schema:CreativeWork ;
    schema:name "LUFTRAUSERS"@en,
        "LUFTRAUSERS"@ja,
        "LUFTRAUSERS"@ja-latn ;
    foaf:name "LUFTRAUSERS"@en,
        "LUFTRAUSERS"@ja,
        "LUFTRAUSERS"@ja-latn .

<product/17751#subject> a schema:CreativeWork ;
    schema:name "Gone Home"@en,
        "Gone Home"@ja,
        "Gone Home"@ja-latn ;
    foaf:name "Gone Home"@en,
        "Gone Home"@ja,
        "Gone Home"@ja-latn .

<product/20453#subject> a schema:CreativeWork ;
    schema:name "SteamWorld Dig"@en,
        "SteamWorld Dig"@ja,
        "SteamWorld Dig"@ja-latn ;
    foaf:name "SteamWorld Dig"@en,
        "SteamWorld Dig"@ja,
        "SteamWorld Dig"@ja-latn .

<product/22563#subject> a schema:CreativeWork ;
    schema:name "Race the Sun"@en,
        "Race the Sun"@ja,
        "Race the Sun"@ja-latn ;
    foaf:name "Race the Sun"@en,
        "Race the Sun"@ja,
        "Race the Sun"@ja-latn .

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

<album/56742#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Humble Indie Bundle 12"@en,
        "Humble Indie Bundle 12"@ja,
        "Humble Indie Bundle 12"@ja-latn ;
    mo:performance_of <album/56742#musicalwork> ;
    mo:recorded_as <album/56742#musicalexpression> ;
    schema:name "Humble Indie Bundle 12"@en,
        "Humble Indie Bundle 12"@ja,
        "Humble Indie Bundle 12"@ja-latn ;
    schema:workPerformed <album/56742#musicalwork> .

<org/1062#subject> schema:name "Humble Bundle"@en,
        "Humble Bundle"@ja,
        "Humble Bundle"@ja-latn ;
    foaf:name "Humble Bundle"@en,
        "Humble Bundle"@ja,
        "Humble Bundle"@ja-latn .

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

<https://medium-media.vgm.io/albums/24/56742/56742-1453134408.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/56742#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Humble Indie Bundle 12"@en,
        "Humble Indie Bundle 12"@ja,
        "Humble Indie Bundle 12"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Forest San Filippo"@en ;
            foaf:made <album/56742#composition> ;
            foaf:name "Forest San Filippo"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "John Graham"@en ;
            foaf:made <album/56742#composition> ;
            foaf:name "John Graham"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Introversion Software"@en ;
            foaf:made <album/56742#composition> ;
            foaf:name "Introversion Software"@en ],
        <artist/12474#subject>,
        <artist/14502#subject>,
        <artist/15887#subject>,
        <artist/26545#subject>,
        <artist/31237#subject>,
        <artist/59310#subject>,
        <artist/64312#subject> ;
    mo:produced_work <album/56742#musicalwork> ;
    schema:name "Humble Indie Bundle 12"@en,
        "Humble Indie Bundle 12"@ja,
        "Humble Indie Bundle 12"@ja-latn .

<album/56742#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2015-03-17"^^xsd:date ;
    dcterms:title "Humble Indie Bundle 12"@en,
        "Humble Indie Bundle 12"@ja,
        "Humble Indie Bundle 12"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Vinyl (12\" 33&frac13; rpm)" ;
    mo:publication_of <album/56742#musicalexpression> ;
    mo:publisher <org/1062#subject> ;
    mo:record _:N4c5d0180515647e4b1824b7e7c68d3aa ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Hammerwatch"@en ;
            foaf:name "Hammerwatch"@en ],
        [ a schema:CreativeWork ;
            schema:name "Gunpoint"@en ;
            foaf:name "Gunpoint"@en ],
        [ a schema:CreativeWork ;
            schema:name "The Bridge"@en ;
            foaf:name "The Bridge"@en ],
        [ a schema:CreativeWork ;
            schema:name "Monaco: What's Yours Is Mine"@en ;
            foaf:name "Monaco: What's Yours Is Mine"@en ],
        [ a schema:CreativeWork ;
            schema:name "Prison Architect"@en ;
            foaf:name "Prison Architect"@en ],
        <product/15737#subject>,
        <product/17751#subject>,
        <product/20453#subject>,
        <product/22563#subject> ;
    schema:datePublished "2015-03-17"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/24/56742/56742-1453134408.jpg> ;
    schema:name "Humble Indie Bundle 12"@en,
        "Humble Indie Bundle 12"@ja,
        "Humble Indie Bundle 12"@ja-latn ;
    schema:publisher <org/1062#subject> ;
    foaf:depiction <https://media.vgm.io/albums/24/56742/56742-1453134408.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/56742#subject> ;
    schema:name "Introversion Software"@en ;
    foaf:made <album/56742#subject> ;
    foaf:name "Introversion Software"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/56742#subject> ;
    schema:name "John Graham"@en ;
    foaf:made <album/56742#subject> ;
    foaf:name "John Graham"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/56742#subject> ;
    schema:name "Forest San Filippo"@en ;
    foaf:made <album/56742#subject> ;
    foaf:name "Forest San Filippo"@en .

_:N145fab51c073474abff811e2f712f99c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Introversion Software - Prison Architect Launch Music"@en ;
    mo:track_number 10 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N4c5d0180515647e4b1824b7e7c68d3aa ;
    schema:name "Introversion Software - Prison Architect Launch Music"@en .

_:N1ada569129de483898f3e63b704b3c51 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kevin Macleod - Earth Prelude"@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N4c5d0180515647e4b1824b7e7c68d3aa ;
    schema:name "Kevin Macleod - Earth Prelude"@en .

_:N2db92ec16fd94fbaba6bbda67539f565 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Chris Remo - The House, Part 1 (In-Game)"@en ;
    mo:track_number 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N4c5d0180515647e4b1824b7e7c68d3aa ;
    schema:name "Chris Remo - The House, Part 1 (In-Game)"@en .

_:N2f68923133e045f1bd359d1a171923f4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Austin Wintory - Discotheque Rogue"@en ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N4c5d0180515647e4b1824b7e7c68d3aa ;
    schema:name "Austin Wintory - Discotheque Rogue"@en .

_:N31855e97575f48d6b806f0613b25d161 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ryanike - The Five-Floor Goodbye"@en ;
    mo:track_number 9 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N4c5d0180515647e4b1824b7e7c68d3aa ;
    schema:name "Ryanike - The Five-Floor Goodbye"@en .

_:N6c7c55a6ba6b4ca3b662698761310b93 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Two Feathers - Pens And Swords"@en ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N4c5d0180515647e4b1824b7e7c68d3aa ;
    schema:name "Two Feathers - Pens And Swords"@en .

_:N81dd73d2d062436dbcd40f87e90f1aaa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Forest San Filippo - 4Ever"@en ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N4c5d0180515647e4b1824b7e7c68d3aa ;
    schema:name "Forest San Filippo - 4Ever"@en .

_:Na687e80dfca54057be16ed9e448dbc80 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "John Graham - Sounds Like It's Going To Bundle (Main Humble Bundle Theme Song)"@en ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N4c5d0180515647e4b1824b7e7c68d3aa ;
    schema:name "John Graham - Sounds Like It's Going To Bundle (Main Humble Bundle Theme Song)"@en .

_:Na83c56ffd9474ef5a97bfede201ea929 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kozilek - HeavyRauser"@en ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N4c5d0180515647e4b1824b7e7c68d3aa ;
    schema:name "Kozilek - HeavyRauser"@en .

_:Nb0e0ba1ca24b431fa8a8c5dae58f79a8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Jonas Kjellberg - Rusty's Overture"@en ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N4c5d0180515647e4b1824b7e7c68d3aa ;
    schema:name "Jonas Kjellberg - Rusty's Overture"@en .

_:N4c5d0180515647e4b1824b7e7c68d3aa a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N145fab51c073474abff811e2f712f99c,
        _:N1ada569129de483898f3e63b704b3c51,
        _:N2db92ec16fd94fbaba6bbda67539f565,
        _:N2f68923133e045f1bd359d1a171923f4,
        _:N31855e97575f48d6b806f0613b25d161,
        _:N6c7c55a6ba6b4ca3b662698761310b93,
        _:N81dd73d2d062436dbcd40f87e90f1aaa,
        _:Na687e80dfca54057be16ed9e448dbc80,
        _:Na83c56ffd9474ef5a97bfede201ea929,
        _:Nb0e0ba1ca24b431fa8a8c5dae58f79a8 ;
    mo:track_count 10 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 10 ;
    schema:track _:N145fab51c073474abff811e2f712f99c,
        _:N1ada569129de483898f3e63b704b3c51,
        _:N2db92ec16fd94fbaba6bbda67539f565,
        _:N2f68923133e045f1bd359d1a171923f4,
        _:N31855e97575f48d6b806f0613b25d161,
        _:N6c7c55a6ba6b4ca3b662698761310b93,
        _:N81dd73d2d062436dbcd40f87e90f1aaa,
        _:Na687e80dfca54057be16ed9e448dbc80,
        _:Na83c56ffd9474ef5a97bfede201ea929,
        _:Nb0e0ba1ca24b431fa8a8c5dae58f79a8 .

