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

<artist/12222#subject> a schema:Person,
        foaf:Person ;
    schema:name "chelly"@en ;
    foaf:made <album/65452#subject>,
        <album/65452#vocals> ;
    foaf:name "chelly"@en .

<product/3446#subject> a schema:CreativeWork ;
    schema:name "MY love STORY!!"@en,
        "俺物語!!"@ja,
        "Ore Monogatari!!"@ja-latn ;
    foaf:name "MY love STORY!!"@en,
        "俺物語!!"@ja,
        "Ore Monogatari!!"@ja-latn .

<product/5174#subject> a schema:CreativeWork ;
    schema:name "Shonen Maid"@en,
        "少年メイド"@ja,
        "Shounen Maid"@ja-latn ;
    foaf:name "Shonen Maid"@en,
        "少年メイド"@ja,
        "Shounen Maid"@ja-latn .

<release/5349#subject> a schema:CreativeWork ;
    schema:name "Danganronpa 3: The End of Kibougamine Gakuen <Miraihen>"@en,
        "ダンガンロンパ3 The End of 希望ヶ峰学園〈未来編〉"@ja,
        "Danganronpa 3: The End of Kibougamine Gakuen <Miraihen>"@ja-latn ;
    foaf:name "Danganronpa 3: The End of Kibougamine Gakuen <Miraihen>"@en,
        "ダンガンロンパ3 The End of 希望ヶ峰学園〈未来編〉"@ja,
        "Danganronpa 3: The End of Kibougamine Gakuen <Miraihen>"@ja-latn .

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

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

<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/25/65452/65452-1486471518.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/65452#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/25/65452/65452-1486471518.jpg> ;
    foaf:depicts <album/65452#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/25/65452/65452-1486471518.jpg> .

<https://medium-media.vgm.io/albums/25/65452/65452-1486471518.jpg> a schema:ImageObject,
        foaf:Image .

<album/65452#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "TRICK / TRUSTRICK [TYPE A]"@en,
        "TRICK / TRUSTRICK [TYPE A]"@ja,
        "TRICK / TRUSTRICK [TYPE A]"@ja-latn ;
    mo:composer <artist/18184#subject>,
        <artist/18260#subject> ;
    mo:produced_work <album/65452#musicalwork> ;
    schema:name "TRICK / TRUSTRICK [TYPE A]"@en,
        "TRICK / TRUSTRICK [TYPE A]"@ja,
        "TRICK / TRUSTRICK [TYPE A]"@ja-latn .

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

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

<artist/17531#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/65452#performance> ;
    schema:name "TRUSTRICK"@en ;
    foaf:name "TRUSTRICK"@en .

<artist/18184#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/65452#subject> ;
    mo:performed <album/65452#performance> ;
    schema:name "Sayaka Kanda"@en,
        "神田沙也加"@ja ;
    foaf:made <album/65452#composition>,
        <album/65452#lyrics>,
        <album/65452#subject> ;
    foaf:name "Sayaka Kanda"@en,
        "神田沙也加"@ja .

<artist/18260#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/65452#subject> ;
    mo:performed <album/65452#performance> ;
    schema:name "Billy"@en ;
    foaf:made <album/65452#composition>,
        <album/65452#subject> ;
    foaf:name "Billy"@en .

<album/65452#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "TRICK / TRUSTRICK [TYPE A]"@en,
        "TRICK / TRUSTRICK [TYPE A]"@ja,
        "TRICK / TRUSTRICK [TYPE A]"@ja-latn ;
    mo:performance_of <album/65452#musicalwork> ;
    mo:performer <artist/17531#subject>,
        <artist/18184#subject>,
        <artist/18260#subject> ;
    mo:recorded_as <album/65452#musicalexpression> ;
    schema:byArtist <artist/17531#subject>,
        <artist/18184#subject>,
        <artist/18260#subject> ;
    schema:name "TRICK / TRUSTRICK [TYPE A]"@en,
        "TRICK / TRUSTRICK [TYPE A]"@ja,
        "TRICK / TRUSTRICK [TYPE A]"@ja-latn ;
    schema:workPerformed <album/65452#musicalwork> .

<album/65452#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-10-26"^^xsd:date ;
    dcterms:title "TRICK / TRUSTRICK [TYPE A]"@en,
        "TRICK / TRUSTRICK [TYPE A]"@ja,
        "TRICK / TRUSTRICK [TYPE A]"@ja-latn ;
    mo:catalogue_number "COZP-1258~9" ;
    mo:media_type "CD + DVD" ;
    mo:publication_of <album/65452#musicalexpression> ;
    mo:publisher <org/2192#subject> ;
    mo:record _:N220dfff3d8dc4e21a12fe959b4d99365,
        _:Nce41bd45078e4c85ab17bc4f0e7cfe28 ;
    mo:record_count 2 ;
    schema:about <product/3446#subject>,
        <product/5174#subject>,
        <release/5349#subject> ;
    schema:byArtist <artist/17531#subject>,
        <artist/18184#subject>,
        <artist/18260#subject> ;
    schema:datePublished "2016-10-26"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/25/65452/65452-1486471518.jpg> ;
    schema:name "TRICK / TRUSTRICK [TYPE A]"@en,
        "TRICK / TRUSTRICK [TYPE A]"@ja,
        "TRICK / TRUSTRICK [TYPE A]"@ja-latn ;
    schema:publisher <org/2192#subject> ;
    foaf:depiction <https://media.vgm.io/albums/25/65452/65452-1486471518.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "(EGOIST) by the courtesy of Sony Music Records"@en ;
    foaf:made <album/65452#subject> ;
    foaf:name "(EGOIST) by the courtesy of Sony Music Records"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "(EGOIST) by the courtesy of Sony Music Records"@en ;
    foaf:made <album/65452#vocals> ;
    foaf:name "(EGOIST) by the courtesy of Sony Music Records"@en .

_:N0566aebbf6374b0b87d1924636c3a40e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "TRICK feat.chelly (EGOIST)"@ja,
        "TRICK feat.chelly (EGOIST)"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT4:43"^^xsd:interval ;
    schema:inPlaylist _:Nce41bd45078e4c85ab17bc4f0e7cfe28 ;
    schema:name "TRICK feat.chelly (EGOIST)"@ja,
        "TRICK feat.chelly (EGOIST)"@ja-latn .

_:N087b6ed6cce844fd9516c2b11bd12a07 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Proud"@ja,
        "Proud"@ja-latn ;
    mo:track_number 15 ;
    schema:duration "PT4:58"^^xsd:interval ;
    schema:inPlaylist _:Nce41bd45078e4c85ab17bc4f0e7cfe28 ;
    schema:name "Proud"@ja,
        "Proud"@ja-latn .

_:N1a60405fa9b44ed18a388d47a293ac67 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "blur blur (Music Video)"@ja,
        "blur blur (Music Video)"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N220dfff3d8dc4e21a12fe959b4d99365 ;
    schema:name "blur blur (Music Video)"@ja,
        "blur blur (Music Video)"@ja-latn .

_:N24f689dce66240cab0a32f475b891e8e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I wish you were here. (Making Clip)"@ja,
        "I wish you were here. (Making Clip)"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N220dfff3d8dc4e21a12fe959b4d99365 ;
    schema:name "I wish you were here. (Making Clip)"@ja,
        "I wish you were here. (Making Clip)"@ja-latn .

_:N25d1e0cf312a4f91b3f6dec775ca66d8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "So long"@ja,
        "So long"@ja-latn ;
    mo:track_number 14 ;
    schema:duration "PT4:04"^^xsd:interval ;
    schema:inPlaylist _:Nce41bd45078e4c85ab17bc4f0e7cfe28 ;
    schema:name "So long"@ja,
        "So long"@ja-latn .

_:N2a96dd5701fc4089a3cd57223f8c85c6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "寂しさの宙から"@ja,
        "Sabishisa no Sora kara"@ja-latn ;
    mo:track_number 10 ;
    schema:duration "PT4:08"^^xsd:interval ;
    schema:inPlaylist _:Nce41bd45078e4c85ab17bc4f0e7cfe28 ;
    schema:name "寂しさの宙から"@ja,
        "Sabishisa no Sora kara"@ja-latn .

_:N2e563b351c024d8ebedb06a88196d5df a mo:Track,
        schema:MusicRecording ;
    dcterms:title "mint gum (sugarless version)"@ja,
        "mint gum (sugarless version)"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PT5:18"^^xsd:interval ;
    schema:inPlaylist _:Nce41bd45078e4c85ab17bc4f0e7cfe28 ;
    schema:name "mint gum (sugarless version)"@ja,
        "mint gum (sugarless version)"@ja-latn .

_:N2f88b8973a00486a9bc2256e247eb35b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "blur blur"@ja,
        "blur blur"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT5:16"^^xsd:interval ;
    schema:inPlaylist _:Nce41bd45078e4c85ab17bc4f0e7cfe28 ;
    schema:name "blur blur"@ja,
        "blur blur"@ja-latn .

_:N3912f730a6424173b5cde843a480ca28 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I wish you were here."@ja,
        "I wish you were here."@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT5:22"^^xsd:interval ;
    schema:inPlaylist _:Nce41bd45078e4c85ab17bc4f0e7cfe28 ;
    schema:name "I wish you were here."@ja,
        "I wish you were here."@ja-latn .

_:N440aabc99e1444b0a4565c85aa08784f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "innocent promise"@ja,
        "innocent promise"@ja-latn ;
    mo:track_number 11 ;
    schema:duration "PT4:01"^^xsd:interval ;
    schema:inPlaylist _:Nce41bd45078e4c85ab17bc4f0e7cfe28 ;
    schema:name "innocent promise"@ja,
        "innocent promise"@ja-latn .

_:N64d3c602f0274c5ab9ae69dd16d204f8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "星の無い夜"@ja,
        "Hoshi no Nai Yoru"@ja-latn ;
    mo:track_number 8 ;
    schema:duration "PT2:32"^^xsd:interval ;
    schema:inPlaylist _:Nce41bd45078e4c85ab17bc4f0e7cfe28 ;
    schema:name "星の無い夜"@ja,
        "Hoshi no Nai Yoru"@ja-latn .

_:N70108812681841a5b25b508bd1b86fbd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "未来形Answer"@ja,
        "Miraikei Answer"@ja-latn ;
    mo:track_number 13 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:Nce41bd45078e4c85ab17bc4f0e7cfe28 ;
    schema:name "未来形Answer"@ja,
        "Miraikei Answer"@ja-latn .

_:N79c13a7fc31b4fe186dbd3fe587eaa20 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "beloved"@ja,
        "beloved"@ja-latn ;
    mo:track_number 9 ;
    schema:duration "PT5:39"^^xsd:interval ;
    schema:inPlaylist _:Nce41bd45078e4c85ab17bc4f0e7cfe28 ;
    schema:name "beloved"@ja,
        "beloved"@ja-latn .

_:N816735858acf49f2bf08df91df52495b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Recall THE END"@ja,
        "Recall THE END"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT4:22"^^xsd:interval ;
    schema:inPlaylist _:Nce41bd45078e4c85ab17bc4f0e7cfe28 ;
    schema:name "Recall THE END"@ja,
        "Recall THE END"@ja-latn .

_:N86d97afaafba43eda2da6673c1acb6bb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "blur blur (Making Clip)"@ja,
        "blur blur (Making Clip)"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N220dfff3d8dc4e21a12fe959b4d99365 ;
    schema:name "blur blur (Making Clip)"@ja,
        "blur blur (Making Clip)"@ja-latn .

_:N879d236e498b4f7fa343c639b33bc35b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "LOVELESS"@ja,
        "LOVELESS"@ja-latn ;
    mo:track_number 7 ;
    schema:duration "PT4:43"^^xsd:interval ;
    schema:inPlaylist _:Nce41bd45078e4c85ab17bc4f0e7cfe28 ;
    schema:name "LOVELESS"@ja,
        "LOVELESS"@ja-latn .

_:Naac8362abaf34e88b34a6b4a4a5e40ba a mo:Track,
        schema:MusicRecording ;
    dcterms:title "pixie"@ja,
        "pixie"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT4:10"^^xsd:interval ;
    schema:inPlaylist _:Nce41bd45078e4c85ab17bc4f0e7cfe28 ;
    schema:name "pixie"@ja,
        "pixie"@ja-latn .

_:Nc1cdf18c253b4c8ebde3826554035fdc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "TRICK Jacket Making Clip"@ja,
        "TRICK Jacket Making Clip"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N220dfff3d8dc4e21a12fe959b4d99365 ;
    schema:name "TRICK Jacket Making Clip"@ja,
        "TRICK Jacket Making Clip"@ja-latn .

_:Nc9e52db7ad47415a810035cdc0d35ffa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Honey Complex"@ja,
        "Honey Complex"@ja-latn ;
    mo:track_number 12 ;
    schema:duration "PT3:46"^^xsd:interval ;
    schema:inPlaylist _:Nce41bd45078e4c85ab17bc4f0e7cfe28 ;
    schema:name "Honey Complex"@ja,
        "Honey Complex"@ja-latn .

_:Nef1863e4f51449f28053a9a36fec73be a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I wish you were here. (Music Video)"@ja,
        "I wish you were here. (Music Video)"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N220dfff3d8dc4e21a12fe959b4d99365 ;
    schema:name "I wish you were here. (Music Video)"@ja,
        "I wish you were here. (Music Video)"@ja-latn .

_:N220dfff3d8dc4e21a12fe959b4d99365 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N1a60405fa9b44ed18a388d47a293ac67,
        _:N24f689dce66240cab0a32f475b891e8e,
        _:N86d97afaafba43eda2da6673c1acb6bb,
        _:Nc1cdf18c253b4c8ebde3826554035fdc,
        _:Nef1863e4f51449f28053a9a36fec73be ;
    mo:track_count 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 5 ;
    schema:track _:N1a60405fa9b44ed18a388d47a293ac67,
        _:N24f689dce66240cab0a32f475b891e8e,
        _:N86d97afaafba43eda2da6673c1acb6bb,
        _:Nc1cdf18c253b4c8ebde3826554035fdc,
        _:Nef1863e4f51449f28053a9a36fec73be .

_:Nce41bd45078e4c85ab17bc4f0e7cfe28 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0566aebbf6374b0b87d1924636c3a40e,
        _:N087b6ed6cce844fd9516c2b11bd12a07,
        _:N25d1e0cf312a4f91b3f6dec775ca66d8,
        _:N2a96dd5701fc4089a3cd57223f8c85c6,
        _:N2e563b351c024d8ebedb06a88196d5df,
        _:N2f88b8973a00486a9bc2256e247eb35b,
        _:N3912f730a6424173b5cde843a480ca28,
        _:N440aabc99e1444b0a4565c85aa08784f,
        _:N64d3c602f0274c5ab9ae69dd16d204f8,
        _:N70108812681841a5b25b508bd1b86fbd,
        _:N79c13a7fc31b4fe186dbd3fe587eaa20,
        _:N816735858acf49f2bf08df91df52495b,
        _:N879d236e498b4f7fa343c639b33bc35b,
        _:Naac8362abaf34e88b34a6b4a4a5e40ba,
        _:Nc9e52db7ad47415a810035cdc0d35ffa ;
    mo:track_count 15 ;
    schema:duration "PT67:09"^^xsd:interval ;
    schema:numTracks 15 ;
    schema:track _:N0566aebbf6374b0b87d1924636c3a40e,
        _:N087b6ed6cce844fd9516c2b11bd12a07,
        _:N25d1e0cf312a4f91b3f6dec775ca66d8,
        _:N2a96dd5701fc4089a3cd57223f8c85c6,
        _:N2e563b351c024d8ebedb06a88196d5df,
        _:N2f88b8973a00486a9bc2256e247eb35b,
        _:N3912f730a6424173b5cde843a480ca28,
        _:N440aabc99e1444b0a4565c85aa08784f,
        _:N64d3c602f0274c5ab9ae69dd16d204f8,
        _:N70108812681841a5b25b508bd1b86fbd,
        _:N79c13a7fc31b4fe186dbd3fe587eaa20,
        _:N816735858acf49f2bf08df91df52495b,
        _:N879d236e498b4f7fa343c639b33bc35b,
        _:Naac8362abaf34e88b34a6b4a4a5e40ba,
        _:Nc9e52db7ad47415a810035cdc0d35ffa .

