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

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

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

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

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

<https://medium-media.vgm.io/albums/59/31995/31995-1331304761.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/8012#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/31995#performance> ;
    schema:name "Chie Fukami"@en,
        "深水チエ"@ja ;
    foaf:name "Chie Fukami"@en,
        "深水チエ"@ja .

<album/31995#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "SPONTANEOUS INNER OSCILLATION"@en,
        "SPONTANEOUS INNER OSCILLATION"@ja,
        "SPONTANEOUS INNER OSCILLATION"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Umikagami"@en ;
            foaf:made <album/31995#composition> ;
            foaf:name "Umikagami"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Umikara Kikoeru"@en ;
            foaf:made <album/31995#composition> ;
            foaf:name "Umikara Kikoeru"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Shirokagami"@en ;
            foaf:made <album/31995#composition> ;
            foaf:name "Shirokagami"@en ] ;
    mo:produced_work <album/31995#musicalwork> ;
    schema:name "SPONTANEOUS INNER OSCILLATION"@en,
        "SPONTANEOUS INNER OSCILLATION"@ja,
        "SPONTANEOUS INNER OSCILLATION"@ja-latn .

<album/31995#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "SPONTANEOUS INNER OSCILLATION"@en,
        "SPONTANEOUS INNER OSCILLATION"@ja,
        "SPONTANEOUS INNER OSCILLATION"@ja-latn ;
    mo:performance_of <album/31995#musicalwork> ;
    mo:performer _:N42a9766151b04b27b8b3beb7992087da,
        <artist/8012#subject> ;
    mo:recorded_as <album/31995#musicalexpression> ;
    schema:byArtist _:N42a9766151b04b27b8b3beb7992087da,
        <artist/8012#subject> ;
    schema:name "SPONTANEOUS INNER OSCILLATION"@en,
        "SPONTANEOUS INNER OSCILLATION"@ja,
        "SPONTANEOUS INNER OSCILLATION"@ja-latn ;
    schema:workPerformed <album/31995#musicalwork> .

<album/31995#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-05-05"^^xsd:date ;
    dcterms:title "SPONTANEOUS INNER OSCILLATION"@en,
        "SPONTANEOUS INNER OSCILLATION"@ja,
        "SPONTANEOUS INNER OSCILLATION"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "CD" ;
    mo:publication_of <album/31995#musicalexpression> ;
    mo:publisher _:Ne678d648a30e4bce8b41534f6ae6e81a ;
    mo:record _:Nf67ad5fd19e04c6793c7ee2ec4b58848 ;
    mo:record_count 1 ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "630"@en ;
            foaf:name "630"@en ],
        <artist/8012#subject> ;
    schema:datePublished "2010-05-05"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/59/31995/31995-1331304761.jpg> ;
    schema:name "SPONTANEOUS INNER OSCILLATION"@en,
        "SPONTANEOUS INNER OSCILLATION"@ja,
        "SPONTANEOUS INNER OSCILLATION"@ja-latn ;
    schema:publisher _:Ne678d648a30e4bce8b41534f6ae6e81a ;
    foaf:depiction <https://media.vgm.io/albums/59/31995/31995-1331304761.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/31995#subject> ;
    schema:name "Shirokagami"@en ;
    foaf:made <album/31995#subject> ;
    foaf:name "Shirokagami"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/31995#subject> ;
    schema:name "Umikagami"@en ;
    foaf:made <album/31995#subject> ;
    foaf:name "Umikagami"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/31995#subject> ;
    schema:name "Umikara Kikoeru"@en ;
    foaf:made <album/31995#subject> ;
    foaf:name "Umikara Kikoeru"@en .

_:N12cfa49bb3d940abbc454cc3a378304f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Analyzer"@ja ;
    mo:track_number 2 ;
    schema:duration "PT4:00"^^xsd:interval ;
    schema:inPlaylist _:Nf67ad5fd19e04c6793c7ee2ec4b58848 ;
    schema:name "Analyzer"@ja .

_:N3027dc18176842a99de8974a2ff4bc5b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "pukapuka"@ja ;
    mo:track_number 3 ;
    schema:duration "PT4:50"^^xsd:interval ;
    schema:inPlaylist _:Nf67ad5fd19e04c6793c7ee2ec4b58848 ;
    schema:name "pukapuka"@ja .

_:N3538b7eabc53407ea13ea024efcb9f2f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "water drop"@ja ;
    mo:track_number 4 ;
    schema:duration "PT4:44"^^xsd:interval ;
    schema:inPlaylist _:Nf67ad5fd19e04c6793c7ee2ec4b58848 ;
    schema:name "water drop"@ja .

_:N42a9766151b04b27b8b3beb7992087da a schema:Person,
        foaf:Person ;
    mo:performed <album/31995#performance> ;
    schema:name "630"@en ;
    foaf:name "630"@en .

_:N4d10ab7f3d1f4d77b4d69c1b7197c34f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "大気圧の下で"@ja ;
    mo:track_number 5 ;
    schema:duration "PT3:53"^^xsd:interval ;
    schema:inPlaylist _:Nf67ad5fd19e04c6793c7ee2ec4b58848 ;
    schema:name "大気圧の下で"@ja .

_:N6aa4c64011184029a0d67d779885785b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "mbi_exp"@ja ;
    mo:track_number 6 ;
    schema:duration "PT3:20"^^xsd:interval ;
    schema:inPlaylist _:Nf67ad5fd19e04c6793c7ee2ec4b58848 ;
    schema:name "mbi_exp"@ja .

_:Nba4ac54f74f04b8787253d6f046ea424 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "stl_osc"@ja ;
    mo:track_number 7 ;
    schema:duration "PT3:48"^^xsd:interval ;
    schema:inPlaylist _:Nf67ad5fd19e04c6793c7ee2ec4b58848 ;
    schema:name "stl_osc"@ja .

_:Nbbf17fadb2ec42e99a5f76fade7639bd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "intro"@ja ;
    mo:track_number 1 ;
    schema:duration "PT1:14"^^xsd:interval ;
    schema:inPlaylist _:Nf67ad5fd19e04c6793c7ee2ec4b58848 ;
    schema:name "intro"@ja .

_:Ne678d648a30e4bce8b41534f6ae6e81a schema:name "Shirokagami"@en ;
    foaf:name "Shirokagami"@en .

_:Nf67ad5fd19e04c6793c7ee2ec4b58848 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N12cfa49bb3d940abbc454cc3a378304f,
        _:N3027dc18176842a99de8974a2ff4bc5b,
        _:N3538b7eabc53407ea13ea024efcb9f2f,
        _:N4d10ab7f3d1f4d77b4d69c1b7197c34f,
        _:N6aa4c64011184029a0d67d779885785b,
        _:Nba4ac54f74f04b8787253d6f046ea424,
        _:Nbbf17fadb2ec42e99a5f76fade7639bd ;
    mo:track_count 7 ;
    schema:duration "PT25:49"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N12cfa49bb3d940abbc454cc3a378304f,
        _:N3027dc18176842a99de8974a2ff4bc5b,
        _:N3538b7eabc53407ea13ea024efcb9f2f,
        _:N4d10ab7f3d1f4d77b4d69c1b7197c34f,
        _:N6aa4c64011184029a0d67d779885785b,
        _:Nba4ac54f74f04b8787253d6f046ea424,
        _:Nbbf17fadb2ec42e99a5f76fade7639bd .

