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

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

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

<artist/2454#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/79101#subject> ;
    schema:name "Taishi"@en ;
    foaf:made <album/79101#composition>,
        <album/79101#subject> ;
    foaf:name "Taishi"@en .

<product/6490#subject> a schema:CreativeWork ;
    schema:name "Music Girl"@en,
        "音楽少女"@ja,
        "Ongaku Shoujo"@ja-latn ;
    foaf:name "Music Girl"@en,
        "音楽少女"@ja,
        "Ongaku Shoujo"@ja-latn .

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

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

<org/1482#subject> schema:name "cosmic record"@en,
        "cosmic record"@ja,
        "cosmic record"@ja-latn ;
    foaf:name "cosmic record"@en,
        "cosmic record"@ja,
        "cosmic record"@ja-latn .

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

<https://medium-media.vgm.io/albums/10/79101/79101-1531775859.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/12735#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/79101#performance> ;
    schema:name "Asami Seto"@en,
        "瀬戸麻沙美"@ja ;
    foaf:name "Asami Seto"@en,
        "瀬戸麻沙美"@ja .

<artist/14672#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/79101#performance> ;
    schema:name "Mai Fuchigami"@en,
        "渕上舞"@ja ;
    foaf:name "Mai Fuchigami"@en,
        "渕上舞"@ja .

<artist/36452#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/79101#performance> ;
    schema:name "Yousuke Suzuki"@en,
        "鈴木洋輔"@ja ;
    foaf:name "Yousuke Suzuki"@en,
        "鈴木洋輔"@ja .

<artist/5433#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/79101#performance> ;
    schema:name "Manami Numakura"@en,
        "沼倉愛美"@ja ;
    foaf:name "Manami Numakura"@en,
        "沼倉愛美"@ja .

<album/79101#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "3STARS"@en,
        "3STARS"@ja,
        "3STARS"@ja-latn ;
    mo:performance_of <album/79101#musicalwork> ;
    mo:performer <artist/12735#subject>,
        <artist/14672#subject>,
        <artist/36452#subject>,
        <artist/5433#subject> ;
    mo:recorded_as <album/79101#musicalexpression> ;
    schema:byArtist <artist/12735#subject>,
        <artist/14672#subject>,
        <artist/36452#subject>,
        <artist/5433#subject> ;
    schema:name "3STARS"@en,
        "3STARS"@ja,
        "3STARS"@ja-latn ;
    schema:workPerformed <album/79101#musicalwork> .

<album/79101#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2015-06-26"^^xsd:date ;
    dcterms:title "3STARS"@en,
        "3STARS"@ja,
        "3STARS"@ja-latn ;
    mo:catalogue_number "CORE-00026" ;
    mo:media_type "CD" ;
    mo:publication_of <album/79101#musicalexpression> ;
    mo:publisher <org/1482#subject> ;
    mo:record _:Nddc0eb6d79b04b71b2420056a948ee2a ;
    mo:record_count 1 ;
    schema:about <product/6490#subject> ;
    schema:byArtist <artist/12735#subject>,
        <artist/14672#subject>,
        <artist/36452#subject>,
        <artist/5433#subject> ;
    schema:datePublished "2015-06-26"^^xsd:date ;
    schema:genre "Multimedia Franchise" ;
    schema:image <https://media.vgm.io/albums/10/79101/79101-1531775859.jpg> ;
    schema:name "3STARS"@en,
        "3STARS"@ja,
        "3STARS"@ja-latn ;
    schema:publisher <org/1482#subject> ;
    foaf:depiction <https://media.vgm.io/albums/10/79101/79101-1531775859.jpg> .

_:N00004887112f44daa29a74e9d7c893ac a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Visionary (instrumental)"@ja,
        "Visionary (Instrumental)"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT8:43"^^xsd:interval ;
    schema:inPlaylist _:Nddc0eb6d79b04b71b2420056a948ee2a ;
    schema:name "Visionary (instrumental)"@ja,
        "Visionary (Instrumental)"@ja-latn .

_:N071fd944c2944976a5bb884e52594003 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "サクラ・グッドバイ (instrumental)"@ja,
        "Sakura Goodbye (Instrumental)"@ja-latn ;
    mo:track_number 6 ;
    schema:duration "PT5:19"^^xsd:interval ;
    schema:inPlaylist _:Nddc0eb6d79b04b71b2420056a948ee2a ;
    schema:name "サクラ・グッドバイ (instrumental)"@ja,
        "Sakura Goodbye (Instrumental)"@ja-latn .

_:N181c2111d2d94dc7bdf5d3cd5353fe0d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "サクラ・グッドバイ"@ja,
        "Sakura Goodbye"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT5:18"^^xsd:interval ;
    schema:inPlaylist _:Nddc0eb6d79b04b71b2420056a948ee2a ;
    schema:name "サクラ・グッドバイ"@ja,
        "Sakura Goodbye"@ja-latn .

_:N2b967604fce0437b8b859fa23970e23f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Visionary"@ja,
        "Visionary"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT8:44"^^xsd:interval ;
    schema:inPlaylist _:Nddc0eb6d79b04b71b2420056a948ee2a ;
    schema:name "Visionary"@ja,
        "Visionary"@ja-latn .

_:N532d8aefd06b40cb8378f901c5cf942c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ギブミーエブリシングO.K. (instrumental)"@ja,
        "Give Me Everything O.K. (Instrumental)"@ja-latn ;
    mo:track_number 5 ;
    schema:duration "PT5:29"^^xsd:interval ;
    schema:inPlaylist _:Nddc0eb6d79b04b71b2420056a948ee2a ;
    schema:name "ギブミーエブリシングO.K. (instrumental)"@ja,
        "Give Me Everything O.K. (Instrumental)"@ja-latn .

_:Nb330e7c088084ee5bc7189faab5fa993 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ギブミーエブリシングO.K."@ja,
        "Give Me Everything O.K."@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT5:31"^^xsd:interval ;
    schema:inPlaylist _:Nddc0eb6d79b04b71b2420056a948ee2a ;
    schema:name "ギブミーエブリシングO.K."@ja,
        "Give Me Everything O.K."@ja-latn .

_:Nddc0eb6d79b04b71b2420056a948ee2a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N00004887112f44daa29a74e9d7c893ac,
        _:N071fd944c2944976a5bb884e52594003,
        _:N181c2111d2d94dc7bdf5d3cd5353fe0d,
        _:N2b967604fce0437b8b859fa23970e23f,
        _:N532d8aefd06b40cb8378f901c5cf942c,
        _:Nb330e7c088084ee5bc7189faab5fa993 ;
    mo:track_count 6 ;
    schema:duration "PT39:04"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N00004887112f44daa29a74e9d7c893ac,
        _:N071fd944c2944976a5bb884e52594003,
        _:N181c2111d2d94dc7bdf5d3cd5353fe0d,
        _:N2b967604fce0437b8b859fa23970e23f,
        _:N532d8aefd06b40cb8378f901c5cf942c,
        _:Nb330e7c088084ee5bc7189faab5fa993 .

