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

<artist/18555#subject> a schema:Person,
        foaf:Person ;
    schema:name "Ian Martyn"@en ;
    foaf:made <album/115204#subject>,
        <album/115204#vocals> ;
    foaf:name "Ian Martyn"@en .

<artist/18724#subject> a schema:Person,
        foaf:Person ;
    schema:name "Falen-chan"@en ;
    foaf:made <album/115204#subject>,
        <album/115204#vocals> ;
    foaf:name "Falen-chan"@en .

<album/115204#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "AstroTuna Theme Song"@en,
        "AstroTuna Theme Song"@ja,
        "AstroTuna Theme Song"@ja-latn ;
    mo:produced_work <album/115204#musicalwork> ;
    schema:name "AstroTuna Theme Song"@en,
        "AstroTuna Theme Song"@ja,
        "AstroTuna Theme Song"@ja-latn .

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

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

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

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

<https://medium-media.vgm.io/albums/40/115204/115204-d6a1ca1b50e8.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/115204#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-06-09"^^xsd:date ;
    dcterms:title "AstroTuna Theme Song"@en,
        "AstroTuna Theme Song"@ja,
        "AstroTuna Theme Song"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/115204#musicalexpression> ;
    mo:publisher _:N138db3d4945c4d799161f748b552bb21 ;
    mo:record _:Nd636f03b0c9a46a58c37b09eb63e458c ;
    mo:record_count 1 ;
    schema:datePublished "2016-06-09"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/40/115204/115204-d6a1ca1b50e8.jpg> ;
    schema:name "AstroTuna Theme Song"@en,
        "AstroTuna Theme Song"@ja,
        "AstroTuna Theme Song"@ja-latn ;
    schema:publisher _:N138db3d4945c4d799161f748b552bb21 ;
    foaf:depiction <https://media.vgm.io/albums/40/115204/115204-d6a1ca1b50e8.jpg> .

_:N138db3d4945c4d799161f748b552bb21 schema:name "AstroTuna"@en,
        "AstroTuna"@ja,
        "AstroTuna"@ja-latn ;
    foaf:name "AstroTuna"@en,
        "AstroTuna"@ja,
        "AstroTuna"@ja-latn .

_:N4e2e768cd2644650bec07f8fa9e067ce a mo:Track,
        schema:MusicRecording ;
    dcterms:title "AstroTuna Theme Song"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:22"^^xsd:interval ;
    schema:inPlaylist _:Nd636f03b0c9a46a58c37b09eb63e458c ;
    schema:name "AstroTuna Theme Song"@en .

_:Nd636f03b0c9a46a58c37b09eb63e458c a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N4e2e768cd2644650bec07f8fa9e067ce ;
    mo:track_count 1 ;
    schema:duration "PT1:22"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N4e2e768cd2644650bec07f8fa9e067ce .

