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

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

<artist/16738#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/49304#subject> ;
    schema:name "Seiichiro \"Rafin\" Sugiura"@en ;
    foaf:made <album/49304#composition>,
        <album/49304#lyrics>,
        <album/49304#subject> ;
    foaf:name "Seiichiro \"Rafin\" Sugiura"@en .

<product/4498#subject> a schema:CreativeWork ;
    schema:name "SHOW BY ROCK!! (Game)"@en,
        "SHOW BY ROCK!! (Game)"@ja,
        "SHOW BY ROCK!! (Game)"@ja-latn ;
    foaf:name "SHOW BY ROCK!! (Game)"@en,
        "SHOW BY ROCK!! (Game)"@ja,
        "SHOW BY ROCK!! (Game)"@ja-latn .

<album/49304#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Favorite Number / Plasmagica"@en,
        "Favorite Number / プラズマジカ"@ja,
        "Favorite Number / Plasmagica"@ja-latn ;
    mo:composer <artist/16738#subject> ;
    mo:produced_work <album/49304#musicalwork> ;
    schema:name "Favorite Number / Plasmagica"@en,
        "Favorite Number / プラズマジカ"@ja,
        "Favorite Number / Plasmagica"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/40/49304/49304-1416573886.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/49304#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Favorite Number / Plasmagica"@en,
        "Favorite Number / プラズマジカ"@ja,
        "Favorite Number / Plasmagica"@ja-latn ;
    mo:performance_of <album/49304#musicalwork> ;
    mo:performer <artist/16166#subject> ;
    mo:recorded_as <album/49304#musicalexpression> ;
    schema:byArtist <artist/16166#subject> ;
    schema:name "Favorite Number / Plasmagica"@en,
        "Favorite Number / プラズマジカ"@ja,
        "Favorite Number / Plasmagica"@ja-latn ;
    schema:workPerformed <album/49304#musicalwork> .

<artist/16166#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/49304#performance> ;
    schema:name "Eri Inagawa"@en,
        "稲川英里"@ja ;
    foaf:name "Eri Inagawa"@en,
        "稲川英里"@ja .

<album/49304#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2014-10-02"^^xsd:date ;
    dcterms:title "Favorite Number / Plasmagica"@en,
        "Favorite Number / プラズマジカ"@ja,
        "Favorite Number / Plasmagica"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/49304#musicalexpression> ;
    mo:record _:N047e3f5dac8d44b396ec18c923d7e677 ;
    mo:record_count 1 ;
    schema:about <product/4498#subject> ;
    schema:byArtist <artist/16166#subject> ;
    schema:datePublished "2014-10-02"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/40/49304/49304-1416573886.jpg> ;
    schema:name "Favorite Number / Plasmagica"@en,
        "Favorite Number / プラズマジカ"@ja,
        "Favorite Number / Plasmagica"@ja-latn ;
    foaf:depiction <https://media.vgm.io/albums/40/49304/49304-1416573886.jpg> .

_:N047e3f5dac8d44b396ec18c923d7e677 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0fc82b13c9f74552a28ba27611979908 ;
    mo:track_count 1 ;
    schema:duration "PT3:44"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N0fc82b13c9f74552a28ba27611979908 .

_:N0fc82b13c9f74552a28ba27611979908 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Favorite Number"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:44"^^xsd:interval ;
    schema:inPlaylist _:N047e3f5dac8d44b396ec18c923d7e677 ;
    schema:name "Favorite Number"@en .

