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

<artist/14705#subject> a schema:Person,
        foaf:Person ;
    schema:name "Hitomi Natsu"@en,
        "夏瞳"@ja ;
    foaf:made <album/39729#lyrics>,
        <album/39729#subject> ;
    foaf:name "Hitomi Natsu"@en,
        "夏瞳"@ja .

<artist/35066#subject> a schema:Person,
        foaf:Person ;
    schema:name "HIDETO"@en ;
    foaf:made <album/39729#lyrics>,
        <album/39729#subject> ;
    foaf:name "HIDETO"@en .

<artist/5434#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yumi Hara"@en,
        "原由実"@ja ;
    foaf:made <album/39729#subject>,
        <album/39729#vocals> ;
    foaf:name "Yumi Hara"@en,
        "原由実"@ja .

<artist/1069#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/39729#subject> ;
    schema:name "Makoto Miyazaki"@en,
        "宮崎誠"@ja ;
    foaf:made <album/39729#composition>,
        <album/39729#subject> ;
    foaf:name "Makoto Miyazaki"@en,
        "宮崎誠"@ja .

<artist/36260#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/39729#subject> ;
    schema:name "Johnny.k"@en ;
    foaf:made <album/39729#composition>,
        <album/39729#subject> ;
    foaf:name "Johnny.k"@en .

<artist/757#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/39729#subject> ;
    schema:name "Tomoyuki Hamada"@en,
        "濱田智之"@ja ;
    foaf:made <album/39729#composition>,
        <album/39729#lyrics>,
        <album/39729#subject> ;
    foaf:name "Tomoyuki Hamada"@en,
        "濱田智之"@ja .

<product/8218#subject> a schema:CreativeWork ;
    schema:name "Overlord (Manga)"@en,
        "オーバーロード (Manga)"@ja,
        "Overlord (Manga)"@ja-latn ;
    foaf:name "Overlord (Manga)"@en,
        "オーバーロード (Manga)"@ja,
        "Overlord (Manga)"@ja-latn .

<release/22778#subject> a schema:CreativeWork ;
    schema:name "Phantom Breaker: EXTRA"@en,
        "ファントムブレイカー エクストラ"@ja,
        "Phantom Breaker: EXTRA"@ja-latn ;
    foaf:name "Phantom Breaker: EXTRA"@en,
        "ファントムブレイカー エクストラ"@ja,
        "Phantom Breaker: EXTRA"@ja-latn .

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

<album/39729#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "intention / Yumi Hara [with DVD]"@en,
        "intention / 原由実 [DVD付盤]"@ja,
        "intention / Yumi Hara [with DVD]"@ja-latn ;
    mo:performance_of <album/39729#musicalwork> ;
    mo:recorded_as <album/39729#musicalexpression> ;
    schema:name "intention / Yumi Hara [with DVD]"@en,
        "intention / 原由実 [DVD付盤]"@ja,
        "intention / Yumi Hara [with DVD]"@ja-latn ;
    schema:workPerformed <album/39729#musicalwork> .

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

<org/26#subject> schema:name "5pb. Records"@en,
        "5pb. Records"@ja,
        "5pb. Records"@ja-latn ;
    foaf:name "5pb. Records"@en,
        "5pb. Records"@ja,
        "5pb. Records"@ja-latn .

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

<https://medium-media.vgm.io/albums/92/39729/39729-1372923648.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/39729#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "intention / Yumi Hara [with DVD]"@en,
        "intention / 原由実 [DVD付盤]"@ja,
        "intention / Yumi Hara [with DVD]"@ja-latn ;
    mo:composer <artist/1069#subject>,
        <artist/36260#subject>,
        <artist/757#subject> ;
    mo:produced_work <album/39729#musicalwork> ;
    schema:name "intention / Yumi Hara [with DVD]"@en,
        "intention / 原由実 [DVD付盤]"@ja,
        "intention / Yumi Hara [with DVD]"@ja-latn .

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

<album/39729#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-07-24"^^xsd:date ;
    dcterms:title "intention / Yumi Hara [with DVD]"@en,
        "intention / 原由実 [DVD付盤]"@ja,
        "intention / Yumi Hara [with DVD]"@ja-latn ;
    mo:catalogue_number "FVCG-1260" ;
    mo:media_type "CD + DVD" ;
    mo:publication_of <album/39729#musicalexpression> ;
    mo:publisher <org/26#subject> ;
    mo:record _:Nc5cdfdee3cdd45d9bf0ff6f6f6e23c6c,
        _:Nd403839ad9074c08800d78fb796c3cbd ;
    mo:record_count 2 ;
    schema:about <product/8218#subject>,
        <release/22778#subject> ;
    schema:datePublished "2013-07-24"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/92/39729/39729-1372923648.jpg> ;
    schema:name "intention / Yumi Hara [with DVD]"@en,
        "intention / 原由実 [DVD付盤]"@ja,
        "intention / Yumi Hara [with DVD]"@ja-latn ;
    schema:publisher <org/26#subject> ;
    foaf:depiction <https://media.vgm.io/albums/92/39729/39729-1372923648.jpg> .

_:N2162ba016e7947df99c89b54eecb2cd4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Blue Moon"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:16"^^xsd:interval ;
    schema:inPlaylist _:Nd403839ad9074c08800d78fb796c3cbd ;
    schema:name "Blue Moon"@en .

_:N28fa2df99d264df79fbdce16f92d067f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "splash mind - off vocal -"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:19"^^xsd:interval ;
    schema:inPlaylist _:Nd403839ad9074c08800d78fb796c3cbd ;
    schema:name "splash mind - off vocal -"@en .

_:N70c20824744a47959a3463ddb48a0ceb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "intention Music Video - Making -"@en ;
    mo:track_number 2 ;
    schema:duration "PT8:20"^^xsd:interval ;
    schema:inPlaylist _:Nc5cdfdee3cdd45d9bf0ff6f6f6e23c6c ;
    schema:name "intention Music Video - Making -"@en .

_:N8008abdc33324151a45e55e387192efd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Blue Moon - off vocal -"@en ;
    mo:track_number 5 ;
    schema:duration "PT4:16"^^xsd:interval ;
    schema:inPlaylist _:Nd403839ad9074c08800d78fb796c3cbd ;
    schema:name "Blue Moon - off vocal -"@en .

_:Ncd820c866d45414290397d66f90e4b68 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "intention - off vocal -"@en ;
    mo:track_number 4 ;
    schema:duration "PT5:12"^^xsd:interval ;
    schema:inPlaylist _:Nd403839ad9074c08800d78fb796c3cbd ;
    schema:name "intention - off vocal -"@en .

_:Ncf969239c0b14126b0d031fb1ce3b6d9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "intention Music Video"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:18"^^xsd:interval ;
    schema:inPlaylist _:Nc5cdfdee3cdd45d9bf0ff6f6f6e23c6c ;
    schema:name "intention Music Video"@en .

_:Nff1c71ef41ae4e77836b8614fc76a857 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "splash mind"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:21"^^xsd:interval ;
    schema:inPlaylist _:Nd403839ad9074c08800d78fb796c3cbd ;
    schema:name "splash mind"@en .

_:Nffbd1a09acb2434f9060b715b097daef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "intention"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:13"^^xsd:interval ;
    schema:inPlaylist _:Nd403839ad9074c08800d78fb796c3cbd ;
    schema:name "intention"@en .

_:Nc5cdfdee3cdd45d9bf0ff6f6f6e23c6c a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 2 ;
    mo:track _:N70c20824744a47959a3463ddb48a0ceb,
        _:Ncf969239c0b14126b0d031fb1ce3b6d9 ;
    mo:track_count 2 ;
    schema:duration "PT13:38"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N70c20824744a47959a3463ddb48a0ceb,
        _:Ncf969239c0b14126b0d031fb1ce3b6d9 .

_:Nd403839ad9074c08800d78fb796c3cbd a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2162ba016e7947df99c89b54eecb2cd4,
        _:N28fa2df99d264df79fbdce16f92d067f,
        _:N8008abdc33324151a45e55e387192efd,
        _:Ncd820c866d45414290397d66f90e4b68,
        _:Nff1c71ef41ae4e77836b8614fc76a857,
        _:Nffbd1a09acb2434f9060b715b097daef ;
    mo:track_count 6 ;
    schema:duration "PT27:37"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N2162ba016e7947df99c89b54eecb2cd4,
        _:N28fa2df99d264df79fbdce16f92d067f,
        _:N8008abdc33324151a45e55e387192efd,
        _:Ncd820c866d45414290397d66f90e4b68,
        _:Nff1c71ef41ae4e77836b8614fc76a857,
        _:Nffbd1a09acb2434f9060b715b097daef .

