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

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

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

<artist/1373#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/139984#subject> ;
    schema:name "Johnny Gioeli"@en ;
    foaf:made <album/139984#composition>,
        <album/139984#subject> ;
    foaf:name "Johnny Gioeli"@en .

<artist/19298#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/139984#subject> ;
    schema:name "Billy Qvarnström"@en ;
    foaf:made <album/139984#composition>,
        <album/139984#subject> ;
    foaf:name "Billy Qvarnström"@en .

<artist/80767#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/139984#subject> ;
    schema:name "Kelly Rae Boyer"@en ;
    foaf:made <album/139984#composition>,
        <album/139984#subject> ;
    foaf:name "Kelly Rae Boyer"@en .

<product/11294#subject> a schema:CreativeWork ;
    schema:name "Sonic The Hedgehog 2 (Live Action, 2022)"@en,
        "Sonic The Hedgehog 2 (Live Action, 2022)"@ja,
        "Sonic The Hedgehog 2 (Live Action, 2022)"@ja-latn ;
    foaf:name "Sonic The Hedgehog 2 (Live Action, 2022)"@en,
        "Sonic The Hedgehog 2 (Live Action, 2022)"@ja,
        "Sonic The Hedgehog 2 (Live Action, 2022)"@ja-latn .

<product/18643#subject> a schema:CreativeWork ;
    schema:name "Sonic The Hedgehog 3 (Live Action, 2024)"@en,
        "Sonic The Hedgehog 3 (Live Action, 2024)"@ja,
        "Sonic The Hedgehog 3 (Live Action, 2024)"@ja-latn ;
    foaf:name "Sonic The Hedgehog 3 (Live Action, 2024)"@en,
        "Sonic The Hedgehog 3 (Live Action, 2024)"@ja,
        "Sonic The Hedgehog 3 (Live Action, 2024)"@ja-latn .

<product/8050#subject> a schema:CreativeWork ;
    schema:name "Sonic The Hedgehog (Live Action, 2020)"@en,
        "Sonic The Hedgehog (Live Action, 2020)"@ja,
        "Sonic The Hedgehog (Live Action, 2020)"@ja-latn ;
    foaf:name "Sonic The Hedgehog (Live Action, 2020)"@en,
        "Sonic The Hedgehog (Live Action, 2020)"@ja,
        "Sonic The Hedgehog (Live Action, 2020)"@ja-latn .

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

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

<https://medium-media.vgm.io/albums/48/139984/139984-a997a0f51563.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/46252#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/139984#performance> ;
    schema:name "BillyTheBard11th"@en ;
    foaf:name "BillyTheBard11th"@en .

<artist/15146#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/139984#subject> ;
    mo:performed <album/139984#performance> ;
    schema:name "Joshua Taipale"@en ;
    foaf:made <album/139984#composition>,
        <album/139984#subject> ;
    foaf:name "Joshua Taipale"@en .

<artist/57127#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/139984#subject> ;
    mo:performed <album/139984#performance> ;
    schema:name "Victor McKnight"@en ;
    foaf:made <album/139984#composition>,
        <album/139984#subject> ;
    foaf:name "Victor McKnight"@en .

<album/139984#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Interdimensional"@en,
        "Interdimensional"@ja,
        "Interdimensional"@ja-latn ;
    mo:performance_of <album/139984#musicalwork> ;
    mo:performer <artist/15146#subject>,
        <artist/46252#subject>,
        <artist/57127#subject> ;
    mo:recorded_as <album/139984#musicalexpression> ;
    schema:byArtist <artist/15146#subject>,
        <artist/46252#subject>,
        <artist/57127#subject> ;
    schema:name "Interdimensional"@en,
        "Interdimensional"@ja,
        "Interdimensional"@ja-latn ;
    schema:workPerformed <album/139984#musicalwork> .

<album/139984#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Interdimensional"@en,
        "Interdimensional"@ja,
        "Interdimensional"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Hailey Lain"@en ;
            foaf:made <album/139984#composition> ;
            foaf:name "Hailey Lain"@en ],
        <artist/1373#subject>,
        <artist/15146#subject>,
        <artist/19298#subject>,
        <artist/57127#subject>,
        <artist/80767#subject> ;
    mo:produced_work <album/139984#musicalwork> ;
    schema:name "Interdimensional"@en,
        "Interdimensional"@ja,
        "Interdimensional"@ja-latn .

<album/139984#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-06-23"^^xsd:date ;
    dcterms:title "Interdimensional"@en,
        "Interdimensional"@ja,
        "Interdimensional"@ja-latn ;
    mo:catalogue_number "HMP-002A-01" ;
    mo:media_type "CD" ;
    mo:publication_of <album/139984#musicalexpression> ;
    mo:publisher _:N5c48cff649df4599b179857b235a6098 ;
    mo:record _:N0d2be7ce29034a5f91ca9ae7c946ae05 ;
    mo:record_count 1 ;
    schema:about <product/11294#subject>,
        <product/18643#subject>,
        <product/8050#subject> ;
    schema:byArtist <artist/15146#subject>,
        <artist/46252#subject>,
        <artist/57127#subject> ;
    schema:datePublished "2024-06-23"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/48/139984/139984-a997a0f51563.jpg> ;
    schema:name "Interdimensional"@en,
        "Interdimensional"@ja,
        "Interdimensional"@ja-latn ;
    schema:publisher _:N5c48cff649df4599b179857b235a6098 ;
    foaf:depiction <https://media.vgm.io/albums/48/139984/139984-a997a0f51563.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/139984#subject> ;
    schema:name "Hailey Lain"@en ;
    foaf:made <album/139984#subject> ;
    foaf:name "Hailey Lain"@en .

_:N14796c33cd88416dbe6e7f32355b6eb5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ready Set Go (feat. SquigglyDigg, Chi-Chi, & BillyTheBard11th)"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:05"^^xsd:interval ;
    schema:inPlaylist _:N0d2be7ce29034a5f91ca9ae7c946ae05 ;
    schema:name "Ready Set Go (feat. SquigglyDigg, Chi-Chi, & BillyTheBard11th)"@en .

_:N39da192181e14ca1af7bad2513297182 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Darker Side of Me [Live] (feat. Johnny Gioeli)"@en ;
    mo:track_number 5 ;
    schema:duration "PT3:08"^^xsd:interval ;
    schema:inPlaylist _:N0d2be7ce29034a5f91ca9ae7c946ae05 ;
    schema:name "Darker Side of Me [Live] (feat. Johnny Gioeli)"@en .

_:N5c48cff649df4599b179857b235a6098 schema:name "House of McKnight Publishing"@en,
        "House of McKnight Publishing"@ja,
        "House of McKnight Publishing"@ja-latn ;
    foaf:name "House of McKnight Publishing"@en,
        "House of McKnight Publishing"@ja,
        "House of McKnight Publishing"@ja-latn .

_:N8b8bbf990ed340b68cbd51349e41527b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Ready Set Go [Remix] (feat. SquigglyDigg, Chi-Chi, & BillyTheBard11th)"@en ;
    mo:track_number 4 ;
    schema:duration "PT2:59"^^xsd:interval ;
    schema:inPlaylist _:N0d2be7ce29034a5f91ca9ae7c946ae05 ;
    schema:name "Ready Set Go [Remix] (feat. SquigglyDigg, Chi-Chi, & BillyTheBard11th)"@en .

_:Na95a01a26a3643549793555097b846b8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Up 2 Speed (feat. Chi-Chi, Caleb Hyles, & BillyTheBard11th)"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:14"^^xsd:interval ;
    schema:inPlaylist _:N0d2be7ce29034a5f91ca9ae7c946ae05 ;
    schema:name "Up 2 Speed (feat. Chi-Chi, Caleb Hyles, & BillyTheBard11th)"@en .

_:Nd258f74a5b2342539d779657c87f68f8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Darker Side of Me (feat. Johnny Gioeli)"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:00"^^xsd:interval ;
    schema:inPlaylist _:N0d2be7ce29034a5f91ca9ae7c946ae05 ;
    schema:name "Darker Side of Me (feat. Johnny Gioeli)"@en .

_:N0d2be7ce29034a5f91ca9ae7c946ae05 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N14796c33cd88416dbe6e7f32355b6eb5,
        _:N39da192181e14ca1af7bad2513297182,
        _:N8b8bbf990ed340b68cbd51349e41527b,
        _:Na95a01a26a3643549793555097b846b8,
        _:Nd258f74a5b2342539d779657c87f68f8 ;
    mo:track_count 5 ;
    schema:duration "PT15:26"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N14796c33cd88416dbe6e7f32355b6eb5,
        _:N39da192181e14ca1af7bad2513297182,
        _:N8b8bbf990ed340b68cbd51349e41527b,
        _:Na95a01a26a3643549793555097b846b8,
        _:Nd258f74a5b2342539d779657c87f68f8 .

