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

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

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

<artist/15146#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/65708#subject> ;
    schema:name "Joshua Taipale"@en ;
    foaf:made <album/65708#composition>,
        <album/65708#subject> ;
    foaf:name "Joshua Taipale"@en .

<album/65708#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "A Tennis Match ~Retro Remix~"@en,
        "A Tennis Match ~Retro Remix~"@ja,
        "A Tennis Match ~Retro Remix~"@ja-latn ;
    mo:composer <artist/15146#subject> ;
    mo:produced_work <album/65708#musicalwork> ;
    schema:name "A Tennis Match ~Retro Remix~"@en,
        "A Tennis Match ~Retro Remix~"@ja,
        "A Tennis Match ~Retro Remix~"@ja-latn .

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

<album/65708#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "A Tennis Match ~Retro Remix~"@en,
        "A Tennis Match ~Retro Remix~"@ja,
        "A Tennis Match ~Retro Remix~"@ja-latn ;
    mo:performance_of <album/65708#musicalwork> ;
    mo:recorded_as <album/65708#musicalexpression> ;
    schema:name "A Tennis Match ~Retro Remix~"@en,
        "A Tennis Match ~Retro Remix~"@ja,
        "A Tennis Match ~Retro Remix~"@ja-latn ;
    schema:workPerformed <album/65708#musicalwork> .

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

<https://medium-media.vgm.io/albums/80/65708/65708-1487499279.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/65708#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2017-02-19"^^xsd:date ;
    dcterms:title "A Tennis Match ~Retro Remix~"@en,
        "A Tennis Match ~Retro Remix~"@ja,
        "A Tennis Match ~Retro Remix~"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/65708#musicalexpression> ;
    mo:publisher _:N1dc8824126774b2e81f333d10beb176a ;
    mo:record _:Nf338d268cb424673bda1b52d45454f4e ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Looking Glass of the Heart"@en ;
            foaf:name "Looking Glass of the Heart"@en ] ;
    schema:datePublished "2017-02-19"^^xsd:date ;
    schema:genre "Publication" ;
    schema:image <https://media.vgm.io/albums/80/65708/65708-1487499279.jpg> ;
    schema:name "A Tennis Match ~Retro Remix~"@en,
        "A Tennis Match ~Retro Remix~"@ja,
        "A Tennis Match ~Retro Remix~"@ja-latn ;
    schema:publisher _:N1dc8824126774b2e81f333d10beb176a ;
    foaf:depiction <https://media.vgm.io/albums/80/65708/65708-1487499279.jpg> .

_:N1dc8824126774b2e81f333d10beb176a schema:name "Joshua Taipale"@en,
        "Joshua Taipale"@ja,
        "Joshua Taipale"@ja-latn ;
    foaf:name "Joshua Taipale"@en,
        "Joshua Taipale"@ja,
        "Joshua Taipale"@ja-latn .

_:N36ee53144eff47a7a1a66ad4ef2079dd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Tennis Match ~RSC88 RMX~"@en ;
    mo:track_number 2 ;
    schema:duration "PT1:29"^^xsd:interval ;
    schema:inPlaylist _:Nf338d268cb424673bda1b52d45454f4e ;
    schema:name "A Tennis Match ~RSC88 RMX~"@en .

_:Nc48f6c24e612487ebfc5502ebf4d1946 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "A Tennis Match ~KM1 RMX~"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:30"^^xsd:interval ;
    schema:inPlaylist _:Nf338d268cb424673bda1b52d45454f4e ;
    schema:name "A Tennis Match ~KM1 RMX~"@en .

_:Nf338d268cb424673bda1b52d45454f4e a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N36ee53144eff47a7a1a66ad4ef2079dd,
        _:Nc48f6c24e612487ebfc5502ebf4d1946 ;
    mo:track_count 2 ;
    schema:duration "PT2:59"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N36ee53144eff47a7a1a66ad4ef2079dd,
        _:Nc48f6c24e612487ebfc5502ebf4d1946 .

