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

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

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

<artist/149#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/53744#subject> ;
    schema:name "Haruka Shimotsuki"@en,
        "霜月はるか"@ja ;
    foaf:made <album/53744#composition>,
        <album/53744#subject> ;
    foaf:name "Haruka Shimotsuki"@en,
        "霜月はるか"@ja .

<artist/26394#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/53744#subject> ;
    schema:name "Kudo"@en,
        "くど"@ja ;
    foaf:made <album/53744#composition>,
        <album/53744#subject> ;
    foaf:name "Kudo"@en,
        "くど"@ja .

<artist/6278#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/53744#subject> ;
    schema:name "Akihiro Kisaragi"@en,
        "如月秋祐"@ja ;
    foaf:made <album/53744#composition>,
        <album/53744#subject> ;
    foaf:name "Akihiro Kisaragi"@en,
        "如月秋祐"@ja .

<artist/8786#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/53744#subject> ;
    schema:name "Yuichiro Tsukagoshi"@en,
        "塚越雄一朗"@ja ;
    foaf:made <album/53744#composition>,
        <album/53744#subject> ;
    foaf:name "Yuichiro Tsukagoshi"@en,
        "塚越雄一朗"@ja .

<event/170> a mo:Release ;
    schema:name "Released at M3-2014 Spring (Apr 27, 2014)" .

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

<album/53744#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Another Flower"@en,
        "Another Flower"@ja,
        "Another Flower"@ja-latn ;
    mo:performance_of <album/53744#musicalwork> ;
    mo:recorded_as <album/53744#musicalexpression> ;
    schema:name "Another Flower"@en,
        "Another Flower"@ja,
        "Another Flower"@ja-latn ;
    schema:workPerformed <album/53744#musicalwork> .

<org/1515#subject> schema:name "753."@en,
        "しちごさん。"@ja,
        "753."@ja-latn ;
    foaf:name "753."@en,
        "しちごさん。"@ja,
        "753."@ja-latn .

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

<https://medium-media.vgm.io/albums/44/53744/53744-1436069137.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/53744#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Another Flower"@en,
        "Another Flower"@ja,
        "Another Flower"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "(ピクセルビー)"@en ;
            foaf:made <album/53744#composition> ;
            foaf:name "(ピクセルビー)"@en ],
        <artist/149#subject>,
        <artist/26394#subject>,
        <artist/6278#subject>,
        <artist/8786#subject> ;
    mo:produced_work <album/53744#musicalwork> ;
    schema:name "Another Flower"@en,
        "Another Flower"@ja,
        "Another Flower"@ja-latn .

<album/53744#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2014-04-27"^^xsd:date ;
    dcterms:title "Another Flower"@en,
        "Another Flower"@ja,
        "Another Flower"@ja-latn ;
    mo:catalogue_number "HMK-0001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/53744#musicalexpression> ;
    mo:publisher <org/1515#subject> ;
    mo:record _:N3409cac4ed4b40bf9765ce42e55a11d8 ;
    mo:record_count 1 ;
    mo:release <event/170> ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Lag-Quara"@en ;
            foaf:name "Lag-Quara"@en ] ;
    schema:datePublished "2014-04-27"^^xsd:date ;
    schema:genre "Publication" ;
    schema:image <https://media.vgm.io/albums/44/53744/53744-1436069137.jpg> ;
    schema:name "Another Flower"@en,
        "Another Flower"@ja,
        "Another Flower"@ja-latn ;
    schema:publisher <org/1515#subject> ;
    foaf:depiction <https://media.vgm.io/albums/44/53744/53744-1436069137.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/53744#subject> ;
    schema:name "(ピクセルビー)"@en ;
    foaf:made <album/53744#subject> ;
    foaf:name "(ピクセルビー)"@en .

_:N0961225052eb407caf11064e0469ee89 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "捻子巻く時計が月の満ち欠けを刻む"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:59"^^xsd:interval ;
    schema:inPlaylist _:N3409cac4ed4b40bf9765ce42e55a11d8 ;
    schema:name "捻子巻く時計が月の満ち欠けを刻む"@ja .

_:N4560a8e25ff94ac38b5f8d576c867a91 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Another Flower -Camelia ver-"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:33"^^xsd:interval ;
    schema:inPlaylist _:N3409cac4ed4b40bf9765ce42e55a11d8 ;
    schema:name "Another Flower -Camelia ver-"@ja .

_:N7d889360aedc46a7b7663efaa7fcabb4 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Another Flower"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:33"^^xsd:interval ;
    schema:inPlaylist _:N3409cac4ed4b40bf9765ce42e55a11d8 ;
    schema:name "Another Flower"@ja .

_:Nb5525177664843bab16945db7eff59ef a mo:Track,
        schema:MusicRecording ;
    dcterms:title "恋歌宣誓"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:45"^^xsd:interval ;
    schema:inPlaylist _:N3409cac4ed4b40bf9765ce42e55a11d8 ;
    schema:name "恋歌宣誓"@ja .

_:Nbcc5210a2e744a2088201df5a77508da a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Another Flower -Rose ver-"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:33"^^xsd:interval ;
    schema:inPlaylist _:N3409cac4ed4b40bf9765ce42e55a11d8 ;
    schema:name "Another Flower -Rose ver-"@ja .

_:Neb8efd34afff4ae3a86337f04db9092d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "黒猫論"@ja ;
    mo:track_number 4 ;
    schema:duration "PT3:57"^^xsd:interval ;
    schema:inPlaylist _:N3409cac4ed4b40bf9765ce42e55a11d8 ;
    schema:name "黒猫論"@ja .

_:Neb9428c9d15c40e48953aee9b546d6d8 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "追葬の窓"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:36"^^xsd:interval ;
    schema:inPlaylist _:N3409cac4ed4b40bf9765ce42e55a11d8 ;
    schema:name "追葬の窓"@ja .

_:N3409cac4ed4b40bf9765ce42e55a11d8 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0961225052eb407caf11064e0469ee89,
        _:N4560a8e25ff94ac38b5f8d576c867a91,
        _:N7d889360aedc46a7b7663efaa7fcabb4,
        _:Nb5525177664843bab16945db7eff59ef,
        _:Nbcc5210a2e744a2088201df5a77508da,
        _:Neb8efd34afff4ae3a86337f04db9092d,
        _:Neb9428c9d15c40e48953aee9b546d6d8 ;
    mo:track_count 7 ;
    schema:duration "PT26:56"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N0961225052eb407caf11064e0469ee89,
        _:N4560a8e25ff94ac38b5f8d576c867a91,
        _:N7d889360aedc46a7b7663efaa7fcabb4,
        _:Nb5525177664843bab16945db7eff59ef,
        _:Nbcc5210a2e744a2088201df5a77508da,
        _:Neb8efd34afff4ae3a86337f04db9092d,
        _:Neb9428c9d15c40e48953aee9b546d6d8 .

