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

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

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

<artist/52649#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/10372#subject> ;
    schema:name "zircon"@en ;
    foaf:made <album/10372#composition>,
        <album/10372#subject> ;
    foaf:name "zircon"@en .

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

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

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

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

<https://medium-media.vgm.io/albums/27/10372/10372-1220468370.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/10372#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2008-04-08"^^xsd:date ;
    dcterms:title "System"@en,
        "System"@ja,
        "System"@ja-latn ;
    mo:catalogue_number "PGR038" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/10372#musicalexpression> ;
    mo:publisher _:N21eac6c4526947abbbeeccac9454a6de ;
    mo:record _:Nb80aef4ec4dc43b98ffffc005f977596 ;
    mo:record_count 1 ;
    schema:datePublished "2008-04-08"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/27/10372/10372-1220468370.jpg> ;
    schema:name "System"@en,
        "System"@ja,
        "System"@ja-latn ;
    schema:publisher _:N21eac6c4526947abbbeeccac9454a6de ;
    foaf:depiction <https://media.vgm.io/albums/27/10372/10372-1220468370.jpg> .

_:N07ca57fd91a0467f95297f6f134c876d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Lather to the sky"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:09"^^xsd:interval ;
    schema:inPlaylist _:Nb80aef4ec4dc43b98ffffc005f977596 ;
    schema:name "Lather to the sky"@en .

_:N21eac6c4526947abbbeeccac9454a6de schema:name "Progressive Grooves Records"@en ;
    foaf:name "Progressive Grooves Records"@en .

_:N821ff58a28b944d080cc05beec4bb4d1 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "System"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:38"^^xsd:interval ;
    schema:inPlaylist _:Nb80aef4ec4dc43b98ffffc005f977596 ;
    schema:name "System"@en .

_:Nb80aef4ec4dc43b98ffffc005f977596 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N07ca57fd91a0467f95297f6f134c876d,
        _:N821ff58a28b944d080cc05beec4bb4d1 ;
    mo:track_count 2 ;
    schema:duration "PT9:47"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N07ca57fd91a0467f95297f6f134c876d,
        _:N821ff58a28b944d080cc05beec4bb4d1 .

