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

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

<artist/10945#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/52070#subject> ;
    schema:name "Sho Watanabe"@en,
        "渡辺翔"@ja ;
    foaf:made <album/52070#composition>,
        <album/52070#lyrics>,
        <album/52070#subject> ;
    foaf:name "Sho Watanabe"@en,
        "渡辺翔"@ja .

<product/3272#subject> a schema:CreativeWork ;
    schema:name "NISEKOI: -False Love-"@en,
        "ニセコイ:"@ja,
        "Nisekoi:"@ja-latn ;
    foaf:name "NISEKOI: -False Love-"@en,
        "ニセコイ:"@ja,
        "Nisekoi:"@ja-latn .

<album/52070#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "marchen ticktack and MAGICAL☆STYLING"@en,
        "marchen ticktack/マジカル☆スタイリング"@ja,
        "marchen ticktack and MAGICAL☆STYLING"@ja-latn ;
    mo:composer <artist/10945#subject> ;
    mo:produced_work <album/52070#musicalwork> ;
    schema:name "marchen ticktack and MAGICAL☆STYLING"@en,
        "marchen ticktack/マジカル☆スタイリング"@ja,
        "marchen ticktack and MAGICAL☆STYLING"@ja-latn .

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

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

<org/86#subject> schema:name "Aniplex"@en,
        "Aniplex"@ja,
        "Aniplex"@ja-latn ;
    foaf:name "Aniplex"@en,
        "Aniplex"@ja,
        "Aniplex"@ja-latn .

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

<https://medium-media.vgm.io/albums/07/52070/52070-1444375839.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/12726#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/52070#performance> ;
    schema:name "Ayane Sakura"@en,
        "佐倉綾音"@ja ;
    foaf:name "Ayane Sakura"@en,
        "佐倉綾音"@ja .

<artist/6783#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/52070#performance> ;
    schema:name "Kana Hanazawa"@en,
        "花澤香菜"@ja ;
    foaf:name "Kana Hanazawa"@en,
        "花澤香菜"@ja .

<album/52070#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "marchen ticktack and MAGICAL☆STYLING"@en,
        "marchen ticktack/マジカル☆スタイリング"@ja,
        "marchen ticktack and MAGICAL☆STYLING"@ja-latn ;
    mo:performance_of <album/52070#musicalwork> ;
    mo:performer <artist/12726#subject>,
        <artist/6783#subject> ;
    mo:recorded_as <album/52070#musicalexpression> ;
    schema:byArtist <artist/12726#subject>,
        <artist/6783#subject> ;
    schema:name "marchen ticktack and MAGICAL☆STYLING"@en,
        "marchen ticktack/マジカル☆スタイリング"@ja,
        "marchen ticktack and MAGICAL☆STYLING"@ja-latn ;
    schema:workPerformed <album/52070#musicalwork> .

<album/52070#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2015-09-30"^^xsd:date ;
    dcterms:title "marchen ticktack and MAGICAL☆STYLING"@en,
        "marchen ticktack/マジカル☆スタイリング"@ja,
        "marchen ticktack and MAGICAL☆STYLING"@ja-latn ;
    mo:catalogue_number "ANZX-11168" ;
    mo:media_type "CD" ;
    mo:publication_of <album/52070#musicalexpression> ;
    mo:publisher <org/86#subject> ;
    mo:record _:N7a5abd013e82477eb2606334e10ca4b0 ;
    mo:record_count 1 ;
    schema:about <product/3272#subject> ;
    schema:byArtist <artist/12726#subject>,
        <artist/6783#subject> ;
    schema:datePublished "2015-09-30"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/07/52070/52070-1444375839.jpg> ;
    schema:name "marchen ticktack and MAGICAL☆STYLING"@en,
        "marchen ticktack/マジカル☆スタイリング"@ja,
        "marchen ticktack and MAGICAL☆STYLING"@ja-latn ;
    schema:publisher <org/86#subject> ;
    foaf:depiction <https://media.vgm.io/albums/07/52070/52070-1444375839.jpg> .

_:N0848592c6f2e458abb6ee73f15458549 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "MAGICAL☆STYLING -Inst-"@en,
        "マジカル☆スタイリング -インスト-"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:N7a5abd013e82477eb2606334e10ca4b0 ;
    schema:name "MAGICAL☆STYLING -Inst-"@en,
        "マジカル☆スタイリング -インスト-"@ja .

_:N6fd060ac334848cfa469440672d595f3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "MAGICAL☆STYLING (TVsize ver.)"@en,
        "マジカル☆スタイリング (TVsize ver.)"@ja ;
    mo:track_number 6 ;
    schema:duration "PT1:15"^^xsd:interval ;
    schema:inPlaylist _:N7a5abd013e82477eb2606334e10ca4b0 ;
    schema:name "MAGICAL☆STYLING (TVsize ver.)"@en,
        "マジカル☆スタイリング (TVsize ver.)"@ja .

_:N77b7327f324e4ccda406eee6bc80812f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "marchen ticktack"@en,
        "marchen ticktack"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:inPlaylist _:N7a5abd013e82477eb2606334e10ca4b0 ;
    schema:name "marchen ticktack"@en,
        "marchen ticktack"@ja .

_:N7a965eec9d454355988a04d3fffb2765 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "marchen ticktack (TVsize ver.)"@en,
        "marchen ticktack (TVsize ver.)"@ja ;
    mo:track_number 5 ;
    schema:duration "PT1:30"^^xsd:interval ;
    schema:inPlaylist _:N7a5abd013e82477eb2606334e10ca4b0 ;
    schema:name "marchen ticktack (TVsize ver.)"@en,
        "marchen ticktack (TVsize ver.)"@ja .

_:Nc35280bf1a0442ba9059f4d142a35521 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "marchen ticktack -Inst-"@en,
        "marchen ticktack -インスト-"@ja ;
    mo:track_number 3 ;
    schema:duration "PT3:19"^^xsd:interval ;
    schema:inPlaylist _:N7a5abd013e82477eb2606334e10ca4b0 ;
    schema:name "marchen ticktack -Inst-"@en,
        "marchen ticktack -インスト-"@ja .

_:Nee4355e0f80d4009b272669b2e934c68 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "MAGICAL☆STYLING"@en,
        "マジカル☆スタイリング"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:N7a5abd013e82477eb2606334e10ca4b0 ;
    schema:name "MAGICAL☆STYLING"@en,
        "マジカル☆スタイリング"@ja .

_:N7a5abd013e82477eb2606334e10ca4b0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0848592c6f2e458abb6ee73f15458549,
        _:N6fd060ac334848cfa469440672d595f3,
        _:N77b7327f324e4ccda406eee6bc80812f,
        _:N7a965eec9d454355988a04d3fffb2765,
        _:Nc35280bf1a0442ba9059f4d142a35521,
        _:Nee4355e0f80d4009b272669b2e934c68 ;
    mo:track_count 6 ;
    schema:duration "PT17:37"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N0848592c6f2e458abb6ee73f15458549,
        _:N6fd060ac334848cfa469440672d595f3,
        _:N77b7327f324e4ccda406eee6bc80812f,
        _:N7a965eec9d454355988a04d3fffb2765,
        _:Nc35280bf1a0442ba9059f4d142a35521,
        _:Nee4355e0f80d4009b272669b2e934c68 .

