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

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

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

<artist/4130#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/125311#subject> ;
    schema:name "Marika Suzuki"@en,
        "鈴木まり香"@ja ;
    foaf:made <album/125311#composition>,
        <album/125311#subject> ;
    foaf:name "Marika Suzuki"@en,
        "鈴木まり香"@ja .

<artist/618#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/125311#subject> ;
    schema:name "Masato Kouda"@en,
        "甲田雅人"@ja ;
    foaf:made <album/125311#composition>,
        <album/125311#subject> ;
    foaf:name "Masato Kouda"@en,
        "甲田雅人"@ja .

<product/10356#subject> a schema:CreativeWork ;
    schema:name "Monster Hunter Stories"@en,
        "モンスターハンター ストーリーズ"@ja,
        "Monster Hunter Stories"@ja-latn ;
    foaf:name "Monster Hunter Stories"@en,
        "モンスターハンター ストーリーズ"@ja,
        "Monster Hunter Stories"@ja-latn .

<product/10357#subject> a schema:CreativeWork ;
    schema:name "Monster Hunter Stories 2: Wings of Ruin"@en,
        "モンスターハンターストーリーズ2 ~破滅の翼~"@ja,
        "Monster Hunter Stories 2 ~Hametsu no Tsubasa~"@ja-latn ;
    foaf:name "Monster Hunter Stories 2: Wings of Ruin"@en,
        "モンスターハンターストーリーズ2 ~破滅の翼~"@ja,
        "Monster Hunter Stories 2 ~Hametsu no Tsubasa~"@ja-latn .

<product/673#subject> a schema:CreativeWork ;
    schema:name "Monster Hunter"@en,
        "モンスターハンター"@ja,
        "Monster Hunter"@ja-latn ;
    foaf:name "Monster Hunter"@en,
        "モンスターハンター"@ja,
        "Monster Hunter"@ja-latn .

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

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

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

<album/125311#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Project 17: Bonding Winds"@en,
        "Project 17: Bonding Winds"@ja,
        "Project 17: Bonding Winds"@ja-latn ;
    mo:composer <artist/4130#subject>,
        <artist/618#subject> ;
    mo:produced_work <album/125311#musicalwork> ;
    schema:name "Project 17: Bonding Winds"@en,
        "Project 17: Bonding Winds"@ja,
        "Project 17: Bonding Winds"@ja-latn .

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

<album/125311#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Project 17: Bonding Winds"@en,
        "Project 17: Bonding Winds"@ja,
        "Project 17: Bonding Winds"@ja-latn ;
    mo:performance_of <album/125311#musicalwork> ;
    mo:performer <artist/35249#subject> ;
    mo:recorded_as <album/125311#musicalexpression> ;
    schema:byArtist <artist/35249#subject> ;
    schema:name "Project 17: Bonding Winds"@en,
        "Project 17: Bonding Winds"@ja,
        "Project 17: Bonding Winds"@ja-latn ;
    schema:workPerformed <album/125311#musicalwork> .

<artist/35249#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/125311#performance> ;
    schema:name "Virtual Video Game Orchestra"@en ;
    foaf:name "Virtual Video Game Orchestra"@en .

<album/125311#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-12-18"^^xsd:date ;
    dcterms:title "Project 17: Bonding Winds"@en,
        "Project 17: Bonding Winds"@ja,
        "Project 17: Bonding Winds"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/125311#musicalexpression> ;
    mo:publisher _:N5c8de9dbcdb246c48fff66a75b6cbe4f ;
    mo:record _:N4a5849388baf469b92ced54563e4dff0 ;
    mo:record_count 1 ;
    schema:about <product/10356#subject>,
        <product/10357#subject>,
        <product/673#subject> ;
    schema:byArtist <artist/35249#subject> ;
    schema:datePublished "2022-12-18"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/11/125311/125311-48cd5a6b91f9.jpg> ;
    schema:name "Project 17: Bonding Winds"@en,
        "Project 17: Bonding Winds"@ja,
        "Project 17: Bonding Winds"@ja-latn ;
    schema:publisher _:N5c8de9dbcdb246c48fff66a75b6cbe4f ;
    foaf:depiction <https://media.vgm.io/albums/11/125311/125311-48cd5a6b91f9.jpg> .

_:N5c8de9dbcdb246c48fff66a75b6cbe4f schema:name "Virtual Video Game Orchestra"@en,
        "Virtual Video Game Orchestra"@ja,
        "Virtual Video Game Orchestra"@ja-latn ;
    foaf:name "Virtual Video Game Orchestra"@en,
        "Virtual Video Game Orchestra"@ja,
        "Virtual Video Game Orchestra"@ja-latn .

_:Na9c0478933444caabc6c4a1d61b2e95a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "End Card: Proof of a Hero (Reprise!)"@en ;
    mo:track_number 2 ;
    schema:duration "PT1:54"^^xsd:interval ;
    schema:inPlaylist _:N4a5849388baf469b92ced54563e4dff0 ;
    schema:name "End Card: Proof of a Hero (Reprise!)"@en .

_:Ne813ef4e60794d8282898dfb8c5e972b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Bonding Winds"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:40"^^xsd:interval ;
    schema:inPlaylist _:N4a5849388baf469b92ced54563e4dff0 ;
    schema:name "Bonding Winds"@en .

_:N4a5849388baf469b92ced54563e4dff0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Na9c0478933444caabc6c4a1d61b2e95a,
        _:Ne813ef4e60794d8282898dfb8c5e972b ;
    mo:track_count 2 ;
    schema:duration "PT5:34"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:Na9c0478933444caabc6c4a1d61b2e95a,
        _:Ne813ef4e60794d8282898dfb8c5e972b .

