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

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

<product/7580#subject> a schema:CreativeWork ;
    schema:name "Tales of Asteria"@en,
        "テイルズ オブ アスタリア"@ja,
        "Tales of Asteria"@ja-latn ;
    foaf:name "Tales of Asteria"@en,
        "テイルズ オブ アスタリア"@ja,
        "Tales of Asteria"@ja-latn .

<album/57875#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "We Belong / BONNIE PINK"@en,
        "We Belong / BONNIE PINK"@ja,
        "We Belong / BONNIE PINK"@ja-latn ;
    mo:composer <artist/21710#subject> ;
    mo:produced_work <album/57875#musicalwork> ;
    schema:name "We Belong / BONNIE PINK"@en,
        "We Belong / BONNIE PINK"@ja,
        "We Belong / BONNIE PINK"@ja-latn .

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

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

<org/2357#subject> schema:name "Warner Music Japan"@en,
        "Warner Music Japan"@ja,
        "Warner Music Japan"@ja-latn ;
    foaf:name "Warner Music Japan"@en,
        "Warner Music Japan"@ja,
        "Warner Music Japan"@ja-latn .

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

<https://medium-media.vgm.io/albums/57/57875/57875-1459003013.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/57875#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "We Belong / BONNIE PINK"@en,
        "We Belong / BONNIE PINK"@ja,
        "We Belong / BONNIE PINK"@ja-latn ;
    mo:performance_of <album/57875#musicalwork> ;
    mo:performer <artist/21710#subject> ;
    mo:recorded_as <album/57875#musicalexpression> ;
    schema:byArtist <artist/21710#subject> ;
    schema:name "We Belong / BONNIE PINK"@en,
        "We Belong / BONNIE PINK"@ja,
        "We Belong / BONNIE PINK"@ja-latn ;
    schema:workPerformed <album/57875#musicalwork> .

<artist/21710#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/57875#subject> ;
    mo:performed <album/57875#performance> ;
    schema:name "BONNIE PINK"@en ;
    foaf:made <album/57875#composition>,
        <album/57875#lyrics>,
        <album/57875#subject> ;
    foaf:name "BONNIE PINK"@en .

<album/57875#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-03-24"^^xsd:date ;
    dcterms:title "We Belong / BONNIE PINK"@en,
        "We Belong / BONNIE PINK"@ja,
        "We Belong / BONNIE PINK"@ja-latn ;
    mo:catalogue_number "WPDH-10377" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/57875#musicalexpression> ;
    mo:publisher <org/2357#subject> ;
    mo:record _:N2b72d1a742b0484cafbcea14410fe892 ;
    mo:record_count 1 ;
    schema:about <product/7580#subject> ;
    schema:byArtist <artist/21710#subject> ;
    schema:datePublished "2016-03-24"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/57/57875/57875-1459003013.jpg> ;
    schema:name "We Belong / BONNIE PINK"@en,
        "We Belong / BONNIE PINK"@ja,
        "We Belong / BONNIE PINK"@ja-latn ;
    schema:publisher <org/2357#subject> ;
    foaf:depiction <https://media.vgm.io/albums/57/57875/57875-1459003013.jpg> .

_:N2b72d1a742b0484cafbcea14410fe892 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nf92b36f1a47b456ab8416e319775c50f ;
    mo:track_count 1 ;
    schema:duration "PT4:05"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Nf92b36f1a47b456ab8416e319775c50f .

_:Nf92b36f1a47b456ab8416e319775c50f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "We Belong"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:05"^^xsd:interval ;
    schema:inPlaylist _:N2b72d1a742b0484cafbcea14410fe892 ;
    schema:name "We Belong"@en .

