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

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

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

<artist/54010#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/33783#subject> ;
    schema:name "cacono"@en ;
    foaf:made <album/33783#composition>,
        <album/33783#subject> ;
    foaf:name "cacono"@en .

<event/29> a mo:Release ;
    schema:name "Released at Comic Market 74 (Aug 15, 2008 to Aug 17, 2008)" .

<event/71> a mo:Release ;
    schema:name "Resold at M3-2010 Spring (May 05, 2010)" .

<event/91> a mo:Release ;
    schema:name "Resold at Comic Market 78 (Aug 13, 2010 to Aug 15, 2010)" .

<event/97> a mo:Release ;
    schema:name "Resold at M3-2010 Fall (Oct 31, 2010)" .

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

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

<org/1012#subject> schema:name "Phonotaxis"@en,
        "Phonotaxis"@ja,
        "Phonotaxis"@ja-latn ;
    foaf:name "Phonotaxis"@en,
        "Phonotaxis"@ja,
        "Phonotaxis"@ja-latn .

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

<https://medium-media.vgm.io/albums/38/33783/33783-1340470589.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/33783#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Phonography"@en,
        "Phonography"@ja,
        "Phonography"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "yone"@en ;
            foaf:made <album/33783#composition> ;
            foaf:name "yone"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "derpippo"@en ;
            foaf:made <album/33783#composition> ;
            foaf:name "derpippo"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "netalow"@en ;
            foaf:made <album/33783#composition> ;
            foaf:name "netalow"@en ],
        <artist/54010#subject> ;
    mo:produced_work <album/33783#musicalwork> ;
    schema:name "Phonography"@en,
        "Phonography"@ja,
        "Phonography"@ja-latn .

<album/33783#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-08-16"^^xsd:date ;
    dcterms:title "Phonography"@en,
        "Phonography"@ja,
        "Phonography"@ja-latn ;
    mo:catalogue_number "PNTX-0004" ;
    mo:media_type "CD" ;
    mo:publication_of <album/33783#musicalexpression> ;
    mo:publisher <org/1012#subject> ;
    mo:record _:N48881401dd5a4e24ba79c9eda97f8202 ;
    mo:record_count 1 ;
    mo:release <event/29>,
        <event/71>,
        <event/91>,
        <event/97> ;
    schema:datePublished "2008-08-16"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/38/33783/33783-1340470589.jpg> ;
    schema:name "Phonography"@en,
        "Phonography"@ja,
        "Phonography"@ja-latn ;
    schema:publisher <org/1012#subject> ;
    foaf:depiction <https://media.vgm.io/albums/38/33783/33783-1340470589.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/33783#subject> ;
    schema:name "netalow"@en ;
    foaf:made <album/33783#subject> ;
    foaf:name "netalow"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/33783#subject> ;
    schema:name "yone"@en ;
    foaf:made <album/33783#subject> ;
    foaf:name "yone"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/33783#subject> ;
    schema:name "derpippo"@en ;
    foaf:made <album/33783#subject> ;
    foaf:name "derpippo"@en .

_:N0a9bd09c88e7473b868cd4f07f037508 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "bulbous scape"@en ;
    mo:track_number 2 ;
    schema:duration "PT5:28"^^xsd:interval ;
    schema:inPlaylist _:N48881401dd5a4e24ba79c9eda97f8202 ;
    schema:name "bulbous scape"@en .

_:N0da4837224a64d6996877e675cb5aadd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "orange"@en ;
    mo:track_number 6 ;
    schema:duration "PT5:38"^^xsd:interval ;
    schema:inPlaylist _:N48881401dd5a4e24ba79c9eda97f8202 ;
    schema:name "orange"@en .

_:N26309c6473164501807ee0e9dbdc3c5f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "tight light go space"@en ;
    mo:track_number 4 ;
    schema:duration "PT8:45"^^xsd:interval ;
    schema:inPlaylist _:N48881401dd5a4e24ba79c9eda97f8202 ;
    schema:name "tight light go space"@en .

_:N942d06caf8364823af128a7b318a0288 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "harmonoise"@en ;
    mo:track_number 3 ;
    schema:duration "PT6:16"^^xsd:interval ;
    schema:inPlaylist _:N48881401dd5a4e24ba79c9eda97f8202 ;
    schema:name "harmonoise"@en .

_:Nd466c2a76734468689e9acf2bf8d967d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "flashback"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:56"^^xsd:interval ;
    schema:inPlaylist _:N48881401dd5a4e24ba79c9eda97f8202 ;
    schema:name "flashback"@en .

_:Ne345902c9252434984cb93bf70bac77c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "religious"@en ;
    mo:track_number 5 ;
    schema:duration "PT5:58"^^xsd:interval ;
    schema:inPlaylist _:N48881401dd5a4e24ba79c9eda97f8202 ;
    schema:name "religious"@en .

_:N48881401dd5a4e24ba79c9eda97f8202 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0a9bd09c88e7473b868cd4f07f037508,
        _:N0da4837224a64d6996877e675cb5aadd,
        _:N26309c6473164501807ee0e9dbdc3c5f,
        _:N942d06caf8364823af128a7b318a0288,
        _:Nd466c2a76734468689e9acf2bf8d967d,
        _:Ne345902c9252434984cb93bf70bac77c ;
    mo:track_count 6 ;
    schema:duration "PT38:01"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N0a9bd09c88e7473b868cd4f07f037508,
        _:N0da4837224a64d6996877e675cb5aadd,
        _:N26309c6473164501807ee0e9dbdc3c5f,
        _:N942d06caf8364823af128a7b318a0288,
        _:Nd466c2a76734468689e9acf2bf8d967d,
        _:Ne345902c9252434984cb93bf70bac77c .

