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

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

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

<album/115217#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "This Song Has a Chorus (Really, We Promise)"@en,
        "This Song Has a Chorus (Really, We Promise)"@ja,
        "This Song Has a Chorus (Really, We Promise)"@ja-latn ;
    mo:produced_work <album/115217#musicalwork> ;
    schema:name "This Song Has a Chorus (Really, We Promise)"@en,
        "This Song Has a Chorus (Really, We Promise)"@ja,
        "This Song Has a Chorus (Really, We Promise)"@ja-latn .

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

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

<album/115217#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "This Song Has a Chorus (Really, We Promise)"@en,
        "This Song Has a Chorus (Really, We Promise)"@ja,
        "This Song Has a Chorus (Really, We Promise)"@ja-latn ;
    mo:performance_of <album/115217#musicalwork> ;
    mo:recorded_as <album/115217#musicalexpression> ;
    schema:name "This Song Has a Chorus (Really, We Promise)"@en,
        "This Song Has a Chorus (Really, We Promise)"@ja,
        "This Song Has a Chorus (Really, We Promise)"@ja-latn ;
    schema:workPerformed <album/115217#musicalwork> .

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

<https://medium-media.vgm.io/albums/71/115217/115217-c5af205cfb65.jpg> a schema:ImageObject,
        foaf:Image .

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

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

<album/115217#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-10-27"^^xsd:date ;
    dcterms:title "This Song Has a Chorus (Really, We Promise)"@en,
        "This Song Has a Chorus (Really, We Promise)"@ja,
        "This Song Has a Chorus (Really, We Promise)"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/115217#musicalexpression> ;
    mo:publisher _:Nbd94b10a37714e55860e6e6f7eb9e5a2 ;
    mo:record _:N875ed3386af649279c36f2984dc37dfa ;
    mo:record_count 1 ;
    schema:datePublished "2016-10-27"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/71/115217/115217-c5af205cfb65.jpg> ;
    schema:name "This Song Has a Chorus (Really, We Promise)"@en,
        "This Song Has a Chorus (Really, We Promise)"@ja,
        "This Song Has a Chorus (Really, We Promise)"@ja-latn ;
    schema:publisher _:Nbd94b10a37714e55860e6e6f7eb9e5a2 ;
    foaf:depiction <https://media.vgm.io/albums/71/115217/115217-c5af205cfb65.jpg> .

_:N875ed3386af649279c36f2984dc37dfa a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Ne587b0eab3a54366af5a6a475a50d315 ;
    mo:track_count 1 ;
    schema:duration "PT4:06"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:Ne587b0eab3a54366af5a6a475a50d315 .

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

_:Ne587b0eab3a54366af5a6a475a50d315 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "This Song Has a Chorus (Really, We Promise)"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:06"^^xsd:interval ;
    schema:inPlaylist _:N875ed3386af649279c36f2984dc37dfa ;
    schema:name "This Song Has a Chorus (Really, We Promise)"@en .

