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

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

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

<artist/16070#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/79682#subject> ;
    schema:name "Satoshi Ishikawa"@en,
        "石川敏"@ja ;
    foaf:made <album/79682#composition>,
        <album/79682#subject> ;
    foaf:name "Satoshi Ishikawa"@en,
        "石川敏"@ja .

<album/79682#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Cruise Control"@en,
        "Cruise Control"@ja,
        "Cruise Control"@ja-latn ;
    mo:composer <artist/16070#subject> ;
    mo:produced_work <album/79682#musicalwork> ;
    schema:name "Cruise Control"@en,
        "Cruise Control"@ja,
        "Cruise Control"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/28/79682/79682-1533713711.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/79682#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-10-31"^^xsd:date ;
    dcterms:title "Cruise Control"@en,
        "Cruise Control"@ja,
        "Cruise Control"@ja-latn ;
    mo:catalogue_number "MCN-001" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/79682#musicalexpression> ;
    mo:publisher _:N82b759a6f148417da29096bc21fbb285 ;
    mo:record _:N504b9c9492254a648e2a8cf9e97b2a64 ;
    mo:record_count 1 ;
    schema:datePublished "2016-10-31"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/28/79682/79682-1533713711.jpg> ;
    schema:name "Cruise Control"@en,
        "Cruise Control"@ja,
        "Cruise Control"@ja-latn ;
    schema:publisher _:N82b759a6f148417da29096bc21fbb285 ;
    foaf:depiction <https://media.vgm.io/albums/28/79682/79682-1533713711.jpg> .

_:N0d002f9562d041cfb244bf3b71cdaa9f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Cruise Control"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:inPlaylist _:N504b9c9492254a648e2a8cf9e97b2a64 ;
    schema:name "Cruise Control"@en .

_:N504b9c9492254a648e2a8cf9e97b2a64 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0d002f9562d041cfb244bf3b71cdaa9f ;
    mo:track_count 1 ;
    schema:duration "PT4:15"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N0d002f9562d041cfb244bf3b71cdaa9f .

_:N82b759a6f148417da29096bc21fbb285 schema:name "Mécanique"@en ;
    foaf:name "Mécanique"@en .

