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

<artist/10825#subject> a schema:Person,
        foaf:Person ;
    schema:name "Shin Furuya"@en,
        "古屋真"@ja ;
    foaf:made <album/142765#lyrics>,
        <album/142765#subject> ;
    foaf:name "Shin Furuya"@en,
        "古屋真"@ja .

<artist/11952#subject> a schema:Person,
        foaf:Person ;
    schema:name "LiSA"@en ;
    foaf:made <album/142765#lyrics>,
        <album/142765#subject>,
        <album/142765#vocals> ;
    foaf:name "LiSA"@en .

<artist/11797#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/142765#subject> ;
    schema:name "Tomoya Tabuchi"@en,
        "田淵智也"@ja ;
    foaf:made <album/142765#composition>,
        <album/142765#lyrics>,
        <album/142765#subject> ;
    foaf:name "Tomoya Tabuchi"@en,
        "田淵智也"@ja .

<artist/12336#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/142765#subject> ;
    schema:name "Takeshi Isozaki"@en,
        "磯崎健史"@ja ;
    foaf:made <album/142765#composition>,
        <album/142765#subject> ;
    foaf:name "Takeshi Isozaki"@en,
        "磯崎健史"@ja .

<artist/12646#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/142765#subject> ;
    schema:name "yashikin"@en,
        "やしきん"@ja ;
    foaf:made <album/142765#composition>,
        <album/142765#subject> ;
    foaf:name "yashikin"@en,
        "やしきん"@ja .

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

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

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

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

<https://media.vgm.io/albums/56/142765/142765-95c3ed29e226.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/142765#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/56/142765/142765-95c3ed29e226.jpg> ;
    foaf:depicts <album/142765#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/56/142765/142765-95c3ed29e226.jpg> .

<https://medium-media.vgm.io/albums/56/142765/142765-95c3ed29e226.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/142765#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "best day,best way / LiSA"@en,
        "best day,best way / LiSA"@ja,
        "best day,best way / LiSA"@ja-latn ;
    mo:composer <artist/11797#subject>,
        <artist/12336#subject>,
        <artist/12646#subject> ;
    mo:produced_work <album/142765#musicalwork> ;
    schema:name "best day,best way / LiSA"@en,
        "best day,best way / LiSA"@ja,
        "best day,best way / LiSA"@ja-latn .

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

<album/142765#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2013-04-03"^^xsd:date ;
    dcterms:title "best day,best way / LiSA"@en,
        "best day,best way / LiSA"@ja,
        "best day,best way / LiSA"@ja-latn ;
    mo:catalogue_number "SVWC-7935" ;
    mo:media_type "CD" ;
    mo:publication_of <album/142765#musicalexpression> ;
    mo:publisher <org/86#subject> ;
    mo:record _:N4f5903596f4b40e881fa0f88e1bdda61 ;
    mo:record_count 1 ;
    schema:datePublished "2013-04-03"^^xsd:date ;
    schema:genre "Artist Discography" ;
    schema:image <https://media.vgm.io/albums/56/142765/142765-95c3ed29e226.jpg> ;
    schema:name "best day,best way / LiSA"@en,
        "best day,best way / LiSA"@ja,
        "best day,best way / LiSA"@ja-latn ;
    schema:publisher <org/86#subject> ;
    foaf:depiction <https://media.vgm.io/albums/56/142765/142765-95c3ed29e226.jpg> .

_:N21b7676493f3423a93c7c90deca36cee a mo:Track,
        schema:MusicRecording ;
    dcterms:title "シロイトイキ"@ja,
        "Shiroitoiki"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT5:02"^^xsd:interval ;
    schema:inPlaylist _:N4f5903596f4b40e881fa0f88e1bdda61 ;
    schema:name "シロイトイキ"@ja,
        "Shiroitoiki"@ja-latn .

_:N6076fa89c6934c1f9c2c89f21670070f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I'm a Rock star"@ja,
        "I'm a Rock star"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT3:53"^^xsd:interval ;
    schema:inPlaylist _:N4f5903596f4b40e881fa0f88e1bdda61 ;
    schema:name "I'm a Rock star"@ja,
        "I'm a Rock star"@ja-latn .

_:N806299487b3349ca925feaa27b319851 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "best day,best way"@ja,
        "best day,best way"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT4:44"^^xsd:interval ;
    schema:inPlaylist _:N4f5903596f4b40e881fa0f88e1bdda61 ;
    schema:name "best day,best way"@ja,
        "best day,best way"@ja-latn .

_:Nd3ef9935be8748b187b84b433f2a1e85 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "best day,best way (Instrumental)"@ja,
        "best day,best way (Instrumental)"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT4:41"^^xsd:interval ;
    schema:inPlaylist _:N4f5903596f4b40e881fa0f88e1bdda61 ;
    schema:name "best day,best way (Instrumental)"@ja,
        "best day,best way (Instrumental)"@ja-latn .

_:N4f5903596f4b40e881fa0f88e1bdda61 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N21b7676493f3423a93c7c90deca36cee,
        _:N6076fa89c6934c1f9c2c89f21670070f,
        _:N806299487b3349ca925feaa27b319851,
        _:Nd3ef9935be8748b187b84b433f2a1e85 ;
    mo:track_count 4 ;
    schema:duration "PT18:20"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N21b7676493f3423a93c7c90deca36cee,
        _:N6076fa89c6934c1f9c2c89f21670070f,
        _:N806299487b3349ca925feaa27b319851,
        _:Nd3ef9935be8748b187b84b433f2a1e85 .

