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

<artist/56806#subject> a schema:Person,
        foaf:Person ;
    schema:name "chiyoco"@en ;
    foaf:made <album/108760#lyrics>,
        <album/108760#subject>,
        <album/108760#vocals> ;
    foaf:name "chiyoco"@en .

<artist/14632#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/108760#subject> ;
    schema:name "Tommy Pedrini"@en ;
    foaf:made <album/108760#composition>,
        <album/108760#subject> ;
    foaf:name "Tommy Pedrini"@en .

<album/108760#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Night Drive"@en,
        "Night Drive"@ja,
        "Night Drive"@ja-latn ;
    mo:composer <artist/14632#subject> ;
    mo:produced_work <album/108760#musicalwork> ;
    schema:name "Night Drive"@en,
        "Night Drive"@ja,
        "Night Drive"@ja-latn .

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

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

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

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

<https://media.vgm.io/albums/06/108760/108760-59125fdb2f32.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/108760#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/06/108760/108760-59125fdb2f32.jpg> ;
    foaf:depicts <album/108760#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/06/108760/108760-59125fdb2f32.jpg> .

<https://medium-media.vgm.io/albums/06/108760/108760-59125fdb2f32.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/108760#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2021-02-03"^^xsd:date ;
    dcterms:title "Night Drive"@en,
        "Night Drive"@ja,
        "Night Drive"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/108760#musicalexpression> ;
    mo:publisher _:N72a37a0d82784c68a9483548915afe7d ;
    mo:record _:Naceb7bc1cec14a2197585af7d22d0bcc ;
    mo:record_count 1 ;
    schema:datePublished "2021-02-03"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/06/108760/108760-59125fdb2f32.jpg> ;
    schema:name "Night Drive"@en,
        "Night Drive"@ja,
        "Night Drive"@ja-latn ;
    schema:publisher _:N72a37a0d82784c68a9483548915afe7d ;
    foaf:depiction <https://media.vgm.io/albums/06/108760/108760-59125fdb2f32.jpg> .

_:N72a37a0d82784c68a9483548915afe7d schema:name "chiyoco"@en ;
    foaf:name "chiyoco"@en .

_:Nd0ed49c754eb4f2a9645d455e02f2256 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Night Drive"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:57"^^xsd:interval ;
    schema:inPlaylist _:Naceb7bc1cec14a2197585af7d22d0bcc ;
    schema:name "Night Drive"@en .

_:Ne0594760cbac43ecb0a1bd2b15e0d328 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Night Drive (Off-Vocal)"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:57"^^xsd:interval ;
    schema:inPlaylist _:Naceb7bc1cec14a2197585af7d22d0bcc ;
    schema:name "Night Drive (Off-Vocal)"@en .

_:Naceb7bc1cec14a2197585af7d22d0bcc a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:Nd0ed49c754eb4f2a9645d455e02f2256,
        _:Ne0594760cbac43ecb0a1bd2b15e0d328 ;
    mo:track_count 2 ;
    schema:duration "PT9:54"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:Nd0ed49c754eb4f2a9645d455e02f2256,
        _:Ne0594760cbac43ecb0a1bd2b15e0d328 .

