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

<artist/50455#subject> a schema:Person,
        foaf:Person ;
    schema:name "MADKID"@en ;
    foaf:made <album/122855#subject>,
        <album/122855#vocals> ;
    foaf:name "MADKID"@en .

<artist/50456#subject> a schema:Person,
        foaf:Person ;
    schema:name "LIN"@en ;
    foaf:made <album/122855#lyrics>,
        <album/122855#subject> ;
    foaf:name "LIN"@en .

<artist/50457#subject> a schema:Person,
        foaf:Person ;
    schema:name "YUKI"@en ;
    foaf:made <album/122855#lyrics>,
        <album/122855#subject> ;
    foaf:name "YUKI"@en .

<artist/50458#subject> a schema:Person,
        foaf:Person ;
    schema:name "YOU-TA"@en ;
    foaf:made <album/122855#lyrics>,
        <album/122855#subject> ;
    foaf:name "YOU-TA"@en .

<artist/35390#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/122855#subject> ;
    schema:name "tepe"@en ;
    foaf:made <album/122855#composition>,
        <album/122855#subject> ;
    foaf:name "tepe"@en .

<artist/8219#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/122855#subject> ;
    schema:name "Morihiro Suzuki"@en,
        "鈴木盛広"@ja ;
    foaf:made <album/122855#composition>,
        <album/122855#subject> ;
    foaf:name "Morihiro Suzuki"@en,
        "鈴木盛広"@ja .

<product/11896#subject> a schema:CreativeWork ;
    schema:name "BEAST TAMER"@en,
        "勇者パーティーを追放されたビーストテイマー、最強種の猫耳少女と出会う"@ja,
        "Yuusha Party wo Tsuihousareta Beast Tamer, Saikyoushu no Nekomimi Shoujo to Deau"@ja-latn ;
    foaf:name "BEAST TAMER"@en,
        "勇者パーティーを追放されたビーストテイマー、最強種の猫耳少女と出会う"@ja,
        "Yuusha Party wo Tsuihousareta Beast Tamer, Saikyoushu no Nekomimi Shoujo to Deau"@ja-latn .

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

<album/122855#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Change The World / MADKID [Type-B]"@en,
        "Change The World / MADKID [Type-B]"@ja,
        "Change The World / MADKID [Type-B]"@ja-latn ;
    mo:performance_of <album/122855#musicalwork> ;
    mo:recorded_as <album/122855#musicalexpression> ;
    schema:name "Change The World / MADKID [Type-B]"@en,
        "Change The World / MADKID [Type-B]"@ja,
        "Change The World / MADKID [Type-B]"@ja-latn ;
    schema:workPerformed <album/122855#musicalwork> .

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

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

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

<https://medium-media.vgm.io/albums/55/122855/122855-bd6ace644a40.jpg> a schema:ImageObject,
        foaf:Image .

<album/122855#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Change The World / MADKID [Type-B]"@en,
        "Change The World / MADKID [Type-B]"@ja,
        "Change The World / MADKID [Type-B]"@ja-latn ;
    mo:composer <artist/35390#subject>,
        <artist/8219#subject> ;
    mo:produced_work <album/122855#musicalwork> ;
    schema:name "Change The World / MADKID [Type-B]"@en,
        "Change The World / MADKID [Type-B]"@ja,
        "Change The World / MADKID [Type-B]"@ja-latn .

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

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

<album/122855#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-11-23"^^xsd:date ;
    dcterms:title "Change The World / MADKID [Type-B]"@en,
        "Change The World / MADKID [Type-B]"@ja,
        "Change The World / MADKID [Type-B]"@ja-latn ;
    mo:catalogue_number "COCA-18053" ;
    mo:media_type "CD" ;
    mo:publication_of <album/122855#musicalexpression> ;
    mo:publisher <org/2192#subject> ;
    mo:record _:Nc7a5da98214f4b50ad2d7e44ed9ae9b0 ;
    mo:record_count 1 ;
    schema:about <product/11896#subject> ;
    schema:datePublished "2022-11-23"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/55/122855/122855-bd6ace644a40.jpg> ;
    schema:name "Change The World / MADKID [Type-B]"@en,
        "Change The World / MADKID [Type-B]"@ja,
        "Change The World / MADKID [Type-B]"@ja-latn ;
    schema:publisher <org/2192#subject> ;
    foaf:depiction <https://media.vgm.io/albums/55/122855/122855-bd6ace644a40.jpg> .

_:N5eae5d2e81184edea218d0dc870e588c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Change The World (Instrumental)"@en ;
    mo:track_number 3 ;
    schema:duration "PT3:47"^^xsd:interval ;
    schema:inPlaylist _:Nc7a5da98214f4b50ad2d7e44ed9ae9b0 ;
    schema:name "Change The World (Instrumental)"@en .

_:Na119a8d8b793440dab204a5610286b4a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Last Climber"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:35"^^xsd:interval ;
    schema:inPlaylist _:Nc7a5da98214f4b50ad2d7e44ed9ae9b0 ;
    schema:name "Last Climber"@en .

_:Ne0799a32516a47b5b2ae8acf48133443 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Change The World"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:47"^^xsd:interval ;
    schema:inPlaylist _:Nc7a5da98214f4b50ad2d7e44ed9ae9b0 ;
    schema:name "Change The World"@en .

_:Nf03dcf1ff8074f94840acb9703ff238d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Last Climber (Instrumental)"@en ;
    mo:track_number 4 ;
    schema:duration "PT3:34"^^xsd:interval ;
    schema:inPlaylist _:Nc7a5da98214f4b50ad2d7e44ed9ae9b0 ;
    schema:name "Last Climber (Instrumental)"@en .

_:Nc7a5da98214f4b50ad2d7e44ed9ae9b0 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N5eae5d2e81184edea218d0dc870e588c,
        _:Na119a8d8b793440dab204a5610286b4a,
        _:Ne0799a32516a47b5b2ae8acf48133443,
        _:Nf03dcf1ff8074f94840acb9703ff238d ;
    mo:track_count 4 ;
    schema:duration "PT14:43"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N5eae5d2e81184edea218d0dc870e588c,
        _:Na119a8d8b793440dab204a5610286b4a,
        _:Ne0799a32516a47b5b2ae8acf48133443,
        _:Nf03dcf1ff8074f94840acb9703ff238d .

