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

<album/140687#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "limp / mother"@en,
        "limp / mother"@ja,
        "limp / mother"@ja-latn ;
    mo:produced_work <album/140687#musicalwork> ;
    schema:name "limp / mother"@en,
        "limp / mother"@ja,
        "limp / mother"@ja-latn .

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

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

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

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

<org/4974#subject> schema:name "KUTTSURIKAI"@en,
        "KUTTSURIKAI"@ja,
        "KUTTSURIKAI"@ja-latn ;
    foaf:name "KUTTSURIKAI"@en,
        "KUTTSURIKAI"@ja,
        "KUTTSURIKAI"@ja-latn .

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

<https://medium-media.vgm.io/albums/78/140687/140687-eaed0e31d633.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/140687#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-02-24"^^xsd:date ;
    dcterms:title "limp / mother"@en,
        "limp / mother"@ja,
        "limp / mother"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/140687#musicalexpression> ;
    mo:publisher <org/4974#subject> ;
    mo:record _:N60cfa765f566493d88295e5d34087489 ;
    mo:record_count 1 ;
    schema:datePublished "2016-02-24"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/78/140687/140687-eaed0e31d633.jpg> ;
    schema:name "limp / mother"@en,
        "limp / mother"@ja,
        "limp / mother"@ja-latn ;
    schema:publisher <org/4974#subject> ;
    foaf:depiction <https://media.vgm.io/albums/78/140687/140687-eaed0e31d633.jpg> .

_:N57a5ca14bd15432c9c4e7f406ae079a7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "limp"@en ;
    mo:track_number 1 ;
    schema:duration "PT6:29"^^xsd:interval ;
    schema:inPlaylist _:N60cfa765f566493d88295e5d34087489 ;
    schema:name "limp"@en .

_:N8b4edd7875a84361866fc081d568d694 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "mother"@en ;
    mo:track_number 2 ;
    schema:duration "PT6:34"^^xsd:interval ;
    schema:inPlaylist _:N60cfa765f566493d88295e5d34087489 ;
    schema:name "mother"@en .

_:N60cfa765f566493d88295e5d34087489 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N57a5ca14bd15432c9c4e7f406ae079a7,
        _:N8b4edd7875a84361866fc081d568d694 ;
    mo:track_count 2 ;
    schema:duration "PT13:03"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N57a5ca14bd15432c9c4e7f406ae079a7,
        _:N8b4edd7875a84361866fc081d568d694 .

