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

<artist/4629#subject> a schema:Person,
        foaf:Person ;
    schema:name "Emi Shinohara"@en,
        "篠原恵美"@ja ;
    foaf:made <album/3102#subject>,
        <album/3102#vocals> ;
    foaf:name "Emi Shinohara"@en,
        "篠原恵美"@ja .

<artist/5690#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kenji Terada"@en,
        "寺田憲史"@ja ;
    foaf:made <album/3102#lyrics>,
        <album/3102#subject> ;
    foaf:name "Kenji Terada"@en,
        "寺田憲史"@ja .

<artist/12981#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/3102#subject> ;
    schema:name "Hiroyasu Hoshi"@en,
        "星弘泰"@ja ;
    foaf:made <album/3102#composition>,
        <album/3102#subject> ;
    foaf:name "Hiroyasu Hoshi"@en,
        "星弘泰"@ja .

<product/17179#subject> a schema:CreativeWork ;
    schema:name "Angel Graffiti: Anata e no Profile"@en,
        "エンジェルグラフィティ あなたへのプロフィール"@ja,
        "Angel Graffiti: Anata e no Profile"@ja-latn ;
    foaf:name "Angel Graffiti: Anata e no Profile"@en,
        "エンジェルグラフィティ あなたへのプロフィール"@ja,
        "Angel Graffiti: Anata e no Profile"@ja-latn .

<album/3102#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Angel Graffiti"@en,
        "Angel Graffiti"@ja,
        "Angel Graffiti"@ja-latn ;
    mo:composer <artist/12981#subject> ;
    mo:produced_work <album/3102#musicalwork> ;
    schema:name "Angel Graffiti"@en,
        "Angel Graffiti"@ja,
        "Angel Graffiti"@ja-latn .

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

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

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

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

<https://media.vgm.io/albums/20/3102/3102-27902b85d5bc.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/3102#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/20/3102/3102-27902b85d5bc.jpg> ;
    foaf:depicts <album/3102#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/20/3102/3102-27902b85d5bc.jpg> .

<https://medium-media.vgm.io/albums/20/3102/3102-27902b85d5bc.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/3102#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1996-07-26"^^xsd:date ;
    dcterms:title "Angel Graffiti"@en,
        "Angel Graffiti"@ja,
        "Angel Graffiti"@ja-latn ;
    mo:catalogue_number "PCDSZ-1099" ;
    mo:media_type "CD" ;
    mo:publication_of <album/3102#musicalexpression> ;
    mo:publisher _:N82ecf5ec3eb04db1956c58b0022a4ccf ;
    mo:record _:Nff9c7a624f4c423d921b445137235aa5 ;
    mo:record_count 1 ;
    schema:about <product/17179#subject> ;
    schema:datePublished "1996-07-26"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/20/3102/3102-27902b85d5bc.jpg> ;
    schema:name "Angel Graffiti"@en,
        "Angel Graffiti"@ja,
        "Angel Graffiti"@ja-latn ;
    schema:publisher _:N82ecf5ec3eb04db1956c58b0022a4ccf ;
    foaf:depiction <https://media.vgm.io/albums/20/3102/3102-27902b85d5bc.jpg> .

_:N1b95b1a9c7674e2bb13e4f262366310c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Voice Collection"@en,
        "Voice Collection ～ボイス・コレクション～"@ja ;
    mo:track_number 2 ;
    schema:duration "PT12:58"^^xsd:interval ;
    schema:inPlaylist _:Nff9c7a624f4c423d921b445137235aa5 ;
    schema:name "Voice Collection"@en,
        "Voice Collection ～ボイス・コレクション～"@ja .

_:N82ecf5ec3eb04db1956c58b0022a4ccf schema:name "Coconuts Japan Entertainment"@en ;
    foaf:name "Coconuts Japan Entertainment"@en .

_:Ne261e7cad6a842bdb02439fa86cfdf73 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Keep in touch!"@en,
        "Keep in touch!"@ja ;
    mo:track_number 1 ;
    schema:duration "PT4:53"^^xsd:interval ;
    schema:inPlaylist _:Nff9c7a624f4c423d921b445137235aa5 ;
    schema:name "Keep in touch!"@en,
        "Keep in touch!"@ja .

_:Nff9c7a624f4c423d921b445137235aa5 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1b95b1a9c7674e2bb13e4f262366310c,
        _:Ne261e7cad6a842bdb02439fa86cfdf73 ;
    mo:track_count 2 ;
    schema:duration "PT17:51"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N1b95b1a9c7674e2bb13e4f262366310c,
        _:Ne261e7cad6a842bdb02439fa86cfdf73 .

