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

<artist/1815#subject> a schema:Person,
        foaf:Person ;
    schema:name "tororo"@en ;
    foaf:made <album/5944#lyrics>,
        <album/5944#subject> ;
    foaf:name "tororo"@en .

<artist/88#subject> a schema:Person,
        foaf:Person ;
    schema:name "Hiromi Sato"@en,
        "佐藤ひろ美"@ja ;
    foaf:made <album/5944#subject>,
        <album/5944#vocals> ;
    foaf:name "Hiromi Sato"@en,
        "佐藤ひろ美"@ja .

<artist/16#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/5944#subject> ;
    schema:name "Noriyasu Agematsu"@en,
        "上松範康"@ja ;
    foaf:made <album/5944#composition>,
        <album/5944#subject> ;
    foaf:name "Noriyasu Agematsu"@en,
        "上松範康"@ja .

<artist/86#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/5944#subject> ;
    schema:name "Hitoshi Fujima"@en,
        "藤間仁"@ja ;
    foaf:made <album/5944#composition>,
        <album/5944#subject> ;
    foaf:name "Hitoshi Fujima"@en,
        "藤間仁"@ja .

<product/5335#subject> a schema:CreativeWork ;
    schema:name "true tears"@en,
        "トゥルーティアーズ"@ja,
        "true tears"@ja-latn ;
    foaf:name "true tears"@en,
        "トゥルーティアーズ"@ja,
        "true tears"@ja-latn .

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

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

<album/5944#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "true tears opening theme \"Tears in snow\""@en,
        "true tears opening theme \"Tears in snow\""@ja,
        "true tears opening theme \"Tears in snow\""@ja-latn ;
    mo:performance_of <album/5944#musicalwork> ;
    mo:recorded_as <album/5944#musicalexpression> ;
    schema:name "true tears opening theme \"Tears in snow\""@en,
        "true tears opening theme \"Tears in snow\""@ja,
        "true tears opening theme \"Tears in snow\""@ja-latn ;
    schema:workPerformed <album/5944#musicalwork> .

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

<org/402#subject> schema:name "b-fairy records"@en,
        "ビーフェアリー・レコード"@ja,
        "b-fairy records"@ja-latn ;
    foaf:name "b-fairy records"@en,
        "ビーフェアリー・レコード"@ja,
        "b-fairy records"@ja-latn .

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

<https://medium-media.vgm.io/albums/44/5944/5944-1197487826.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/5944#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "true tears opening theme \"Tears in snow\""@en,
        "true tears opening theme \"Tears in snow\""@ja,
        "true tears opening theme \"Tears in snow\""@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "(Elements Garden"@en ;
            foaf:made <album/5944#composition> ;
            foaf:name "(Elements Garden"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "(Elements Garden)"@en ;
            foaf:made <album/5944#composition> ;
            foaf:name "(Elements Garden)"@en ],
        <artist/16#subject>,
        <artist/86#subject> ;
    mo:produced_work <album/5944#musicalwork> ;
    schema:name "true tears opening theme \"Tears in snow\""@en,
        "true tears opening theme \"Tears in snow\""@ja,
        "true tears opening theme \"Tears in snow\""@ja-latn .

<album/5944#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2005-12-23"^^xsd:date ;
    dcterms:title "true tears opening theme \"Tears in snow\""@en,
        "true tears opening theme \"Tears in snow\""@ja,
        "true tears opening theme \"Tears in snow\""@ja-latn ;
    mo:catalogue_number "BRDF-3066" ;
    mo:media_type "CD" ;
    mo:publication_of <album/5944#musicalexpression> ;
    mo:publisher <org/402#subject> ;
    mo:record _:N50bd39ede64640fd9c643a256459898d ;
    mo:record_count 1 ;
    schema:about <product/5335#subject> ;
    schema:datePublished "2005-12-23"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/44/5944/5944-1197487826.jpg> ;
    schema:name "true tears opening theme \"Tears in snow\""@en,
        "true tears opening theme \"Tears in snow\""@ja,
        "true tears opening theme \"Tears in snow\""@ja-latn ;
    schema:publisher <org/402#subject> ;
    foaf:depiction <https://media.vgm.io/albums/44/5944/5944-1197487826.jpg> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/5944#subject> ;
    schema:name "(Elements Garden"@en ;
    foaf:made <album/5944#subject> ;
    foaf:name "(Elements Garden"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/5944#subject> ;
    schema:name "(Elements Garden)"@en ;
    foaf:made <album/5944#subject> ;
    foaf:name "(Elements Garden)"@en .

_:N1949b871f400466c9fc5fb1aaa9264bf a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tears in snow *karaoke"@en ;
    mo:track_number 3 ;
    schema:duration "PT5:10"^^xsd:interval ;
    schema:inPlaylist _:N50bd39ede64640fd9c643a256459898d ;
    schema:name "Tears in snow *karaoke"@en .

_:N49342ff5eb814219a7753af259376710 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "MELODY *karaoke"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:33"^^xsd:interval ;
    schema:inPlaylist _:N50bd39ede64640fd9c643a256459898d ;
    schema:name "MELODY *karaoke"@en .

_:Nbfb3345f746640a495bbe78b9ef26aae a mo:Track,
        schema:MusicRecording ;
    dcterms:title "MELODY"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:36"^^xsd:interval ;
    schema:inPlaylist _:N50bd39ede64640fd9c643a256459898d ;
    schema:name "MELODY"@en .

_:Nf9b1a9a35afb4fe18cd4b81d0ccddddd a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Tears in snow"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:11"^^xsd:interval ;
    schema:inPlaylist _:N50bd39ede64640fd9c643a256459898d ;
    schema:name "Tears in snow"@en .

_:N50bd39ede64640fd9c643a256459898d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1949b871f400466c9fc5fb1aaa9264bf,
        _:N49342ff5eb814219a7753af259376710,
        _:Nbfb3345f746640a495bbe78b9ef26aae,
        _:Nf9b1a9a35afb4fe18cd4b81d0ccddddd ;
    mo:track_count 4 ;
    schema:duration "PT19:30"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N1949b871f400466c9fc5fb1aaa9264bf,
        _:N49342ff5eb814219a7753af259376710,
        _:Nbfb3345f746640a495bbe78b9ef26aae,
        _:Nf9b1a9a35afb4fe18cd4b81d0ccddddd .

