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

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

<product/808#subject> a schema:CreativeWork ;
    schema:name "Sonic Adventure 2"@en,
        "ソニックアドベンチャー2"@ja,
        "Sonic Adventure 2"@ja-latn ;
    foaf:name "Sonic Adventure 2"@en,
        "ソニックアドベンチャー2"@ja,
        "Sonic Adventure 2"@ja-latn .

<album/99921#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "It Doesn't Matter -RMX 2.014k-"@en,
        "It Doesn't Matter -RMX 2.014k-"@ja,
        "It Doesn't Matter -RMX 2.014k-"@ja-latn ;
    mo:composer <artist/375#subject> ;
    mo:produced_work <album/99921#musicalwork> ;
    schema:name "It Doesn't Matter -RMX 2.014k-"@en,
        "It Doesn't Matter -RMX 2.014k-"@ja,
        "It Doesn't Matter -RMX 2.014k-"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/12/99921/99921-1591348016.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/377#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/99921#performance> ;
    schema:name "Tony Harnell"@en ;
    foaf:name "Tony Harnell"@en .

<artist/45565#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/99921#performance> ;
    schema:name "Act."@en ;
    foaf:name "Act."@en .

<artist/375#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/99921#subject> ;
    mo:performed <album/99921#performance> ;
    schema:name "Jun Senoue"@en,
        "瀬上純"@ja ;
    foaf:made <album/99921#composition>,
        <album/99921#lyrics>,
        <album/99921#subject> ;
    foaf:name "Jun Senoue"@en,
        "瀬上純"@ja .

<album/99921#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "It Doesn't Matter -RMX 2.014k-"@en,
        "It Doesn't Matter -RMX 2.014k-"@ja,
        "It Doesn't Matter -RMX 2.014k-"@ja-latn ;
    mo:performance_of <album/99921#musicalwork> ;
    mo:performer _:N5516b2088dd54595b1505233fcadfca8,
        <artist/375#subject>,
        <artist/377#subject>,
        <artist/45565#subject> ;
    mo:recorded_as <album/99921#musicalexpression> ;
    schema:byArtist _:N5516b2088dd54595b1505233fcadfca8,
        <artist/375#subject>,
        <artist/377#subject>,
        <artist/45565#subject> ;
    schema:name "It Doesn't Matter -RMX 2.014k-"@en,
        "It Doesn't Matter -RMX 2.014k-"@ja,
        "It Doesn't Matter -RMX 2.014k-"@ja-latn ;
    schema:workPerformed <album/99921#musicalwork> .

<album/99921#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2014-09-10"^^xsd:date ;
    dcterms:title "It Doesn't Matter -RMX 2.014k-"@en,
        "It Doesn't Matter -RMX 2.014k-"@ja,
        "It Doesn't Matter -RMX 2.014k-"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/99921#musicalexpression> ;
    mo:record _:N3eb17cede2f945a7bb1c91a69ca3d8d7 ;
    mo:record_count 1 ;
    schema:about <product/808#subject> ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Ikuo"@en ;
            foaf:name "Ikuo"@en ],
        <artist/375#subject>,
        <artist/377#subject>,
        <artist/45565#subject> ;
    schema:datePublished "2014-09-10"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/12/99921/99921-1591348016.jpg> ;
    schema:name "It Doesn't Matter -RMX 2.014k-"@en,
        "It Doesn't Matter -RMX 2.014k-"@ja,
        "It Doesn't Matter -RMX 2.014k-"@ja-latn ;
    foaf:depiction <https://media.vgm.io/albums/12/99921/99921-1591348016.jpg> .

_:N3eb17cede2f945a7bb1c91a69ca3d8d7 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nfacb8172ee2a4d74986f101e512d20dd ;
    mo:track_count 1 ;
    schema:duration "PT2:48"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nfacb8172ee2a4d74986f101e512d20dd .

_:N5516b2088dd54595b1505233fcadfca8 a schema:Person,
        foaf:Person ;
    mo:performed <album/99921#performance> ;
    schema:name "Ikuo"@en ;
    foaf:name "Ikuo"@en .

_:Nfacb8172ee2a4d74986f101e512d20dd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "It Doesn't Matter -RMX 2.014k-"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:48"^^xsd:interval ;
    schema:inPlaylist _:N3eb17cede2f945a7bb1c91a69ca3d8d7 ;
    schema:name "It Doesn't Matter -RMX 2.014k-"@en .

