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

<artist/2416#subject> a schema:Person,
        foaf:Person ;
    schema:name "ichigo"@en ;
    foaf:made <album/19224#subject>,
        <album/19224#vocals> ;
    foaf:name "ichigo"@en .

<artist/2603#subject> a schema:Person,
        foaf:Person ;
    schema:name "miko"@en ;
    foaf:made <album/19224#subject>,
        <album/19224#vocals> ;
    foaf:name "miko"@en .

<artist/5637#subject> a schema:Person,
        foaf:Person ;
    schema:name "Amane"@en,
        "あまね"@ja ;
    foaf:made <album/19224#subject>,
        <album/19224#vocals> ;
    foaf:name "Amane"@en,
        "あまね"@ja .

<artist/6685#subject> a schema:Person,
        foaf:Person ;
    schema:name "Yoshimi Youno"@en,
        "夕野ヨシミ"@ja ;
    foaf:made <album/19224#lyrics>,
        <album/19224#subject> ;
    foaf:name "Yoshimi Youno"@en,
        "夕野ヨシミ"@ja .

<artist/955#subject> a schema:Person,
        foaf:Person ;
    schema:name "beatMARIO"@en,
        "ビートまりお"@ja ;
    foaf:made <album/19224#lyrics>,
        <album/19224#subject>,
        <album/19224#vocals> ;
    foaf:name "beatMARIO"@en,
        "ビートまりお"@ja .

<artist/2367#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/19224#subject> ;
    schema:name "Kisida"@en,
        "岸田"@ja ;
    foaf:made <album/19224#composition>,
        <album/19224#lyrics>,
        <album/19224#subject> ;
    foaf:name "Kisida"@en,
        "岸田"@ja .

<artist/2388#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/19224#subject> ;
    schema:name "ARM"@en ;
    foaf:made <album/19224#composition>,
        <album/19224#subject> ;
    foaf:name "ARM"@en .

<artist/4710#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/19224#subject> ;
    schema:name "myu314"@en ;
    foaf:made <album/19224#composition>,
        <album/19224#subject> ;
    foaf:name "myu314"@en .

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

<album/19224#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Greed Packet Unlimited Image Vocal CD"@en,
        "グリードパケット∞ イメージボーカルCD"@ja,
        "Greed Packet Unlimited Image Vocal CD"@ja-latn ;
    mo:performance_of <album/19224#musicalwork> ;
    mo:recorded_as <album/19224#musicalexpression> ;
    schema:name "Greed Packet Unlimited Image Vocal CD"@en,
        "グリードパケット∞ イメージボーカルCD"@ja,
        "Greed Packet Unlimited Image Vocal CD"@ja-latn ;
    schema:workPerformed <album/19224#musicalwork> .

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

<https://medium-media.vgm.io/albums/42/19224/19224-1273531953.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/19224#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Greed Packet Unlimited Image Vocal CD"@en,
        "グリードパケット∞ イメージボーカルCD"@ja,
        "Greed Packet Unlimited Image Vocal CD"@ja-latn ;
    mo:composer <artist/2367#subject>,
        <artist/2388#subject>,
        <artist/4710#subject> ;
    mo:produced_work <album/19224#musicalwork> ;
    schema:name "Greed Packet Unlimited Image Vocal CD"@en,
        "グリードパケット∞ イメージボーカルCD"@ja,
        "Greed Packet Unlimited Image Vocal CD"@ja-latn .

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

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

<album/19224#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2009-04-27"^^xsd:date ;
    dcterms:title "Greed Packet Unlimited Image Vocal CD"@en,
        "グリードパケット∞ イメージボーカルCD"@ja,
        "Greed Packet Unlimited Image Vocal CD"@ja-latn ;
    mo:catalogue_number "AMWMB-0001" ;
    mo:media_type "CD" ;
    mo:publication_of <album/19224#musicalexpression> ;
    mo:record _:N7559907ec5b047269f4f665fd7f10382 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Greed Packet Unlimited"@en ;
            foaf:name "Greed Packet Unlimited"@en ] ;
    schema:datePublished "2009-04-27"^^xsd:date ;
    schema:genre "Publication" ;
    schema:image <https://media.vgm.io/albums/42/19224/19224-1273531953.jpg> ;
    schema:name "Greed Packet Unlimited Image Vocal CD"@en,
        "グリードパケット∞ イメージボーカルCD"@ja,
        "Greed Packet Unlimited Image Vocal CD"@ja-latn ;
    foaf:depiction <https://media.vgm.io/albums/42/19224/19224-1273531953.jpg> .

_:N1e4d870858844f2b8deb61bbfb355a3c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ものがたりを探して"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N7559907ec5b047269f4f665fd7f10382 ;
    schema:name "ものがたりを探して"@ja .

_:N5bf51a1b7b3a4d879e6866e78681e4dc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "sleep disorder"@ja ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N7559907ec5b047269f4f665fd7f10382 ;
    schema:name "sleep disorder"@ja .

_:Ncbd5bd054217460b9d95b1843f5459f7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "约束のプロトコル"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N7559907ec5b047269f4f665fd7f10382 ;
    schema:name "约束のプロトコル"@ja .

_:N7559907ec5b047269f4f665fd7f10382 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1e4d870858844f2b8deb61bbfb355a3c,
        _:N5bf51a1b7b3a4d879e6866e78681e4dc,
        _:Ncbd5bd054217460b9d95b1843f5459f7 ;
    mo:track_count 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N1e4d870858844f2b8deb61bbfb355a3c,
        _:N5bf51a1b7b3a4d879e6866e78681e4dc,
        _:Ncbd5bd054217460b9d95b1843f5459f7 .

