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

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

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

<artist/2454#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/79100#subject> ;
    schema:name "Taishi"@en ;
    foaf:made <album/79100#composition>,
        <album/79100#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/79100#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "3STARS"@en,
        "3STARS"@ja,
        "3STARS"@ja-latn ;
    mo:composer <artist/2454#subject> ;
    mo:produced_work <album/79100#musicalwork> ;
    schema:name "3STARS"@en,
        "3STARS"@ja,
        "3STARS"@ja-latn .

<album/79100#musicalexpression> a mo:Signal ;
    mo:published_as <album/79100#subject> ;
    mo:records <album/79100#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/00/79100/79100-1531775698.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/79100#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/00/79100/79100-1531775698.jpg> ;
    foaf:depicts <album/79100#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/00/79100/79100-1531775698.jpg> .

<https://medium-media.vgm.io/albums/00/79100/79100-1531775698.jpg> a schema:ImageObject,
        foaf:Image .

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

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

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

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

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

<album/79100#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "3STARS"@en,
        "3STARS"@ja,
        "3STARS"@ja-latn ;
    mo:performance_of <album/79100#musicalwork> ;
    mo:performer <artist/12735#subject>,
        <artist/14672#subject>,
        <artist/36452#subject>,
        <artist/5433#subject> ;
    mo:recorded_as <album/79100#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/79100#musicalwork> .

<album/79100#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/79100#musicalexpression> ;
    mo:publisher <org/1482#subject> ;
    mo:record _:N8125ca06de3d4b43a4b9b959c701c55a ;
    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/00/79100/79100-1531775698.jpg> ;
    schema:name "3STARS"@en,
        "3STARS"@ja,
        "3STARS"@ja-latn ;
    schema:publisher <org/1482#subject> ;
    foaf:depiction <https://media.vgm.io/albums/00/79100/79100-1531775698.jpg> .

_:N1f3dd06b6f95488da3c89f2108f58ee0 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 _:N8125ca06de3d4b43a4b9b959c701c55a ;
    schema:name "ギブミーエブリシングO.K."@ja,
        "Give Me Everything O.K."@ja-latn .

_:Na9914296d36d48938f1279c534eeed22 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 _:N8125ca06de3d4b43a4b9b959c701c55a ;
    schema:name "ギブミーエブリシングO.K. (instrumental)"@ja,
        "Give Me Everything O.K. (Instrumental)"@ja-latn .

_:Nbb6d2777dee44c17a764f639b1874d98 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 _:N8125ca06de3d4b43a4b9b959c701c55a ;
    schema:name "Visionary (instrumental)"@ja,
        "Visionary (Instrumental)"@ja-latn .

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

_:Nd298961f10c94067a8be30117d01636c 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 _:N8125ca06de3d4b43a4b9b959c701c55a ;
    schema:name "サクラ・グッドバイ (instrumental)"@ja,
        "Sakura Goodbye (Instrumental)"@ja-latn .

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

_:N8125ca06de3d4b43a4b9b959c701c55a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1f3dd06b6f95488da3c89f2108f58ee0,
        _:Na9914296d36d48938f1279c534eeed22,
        _:Nbb6d2777dee44c17a764f639b1874d98,
        _:Nc81da6689464426d963524e323fb49e9,
        _:Nd298961f10c94067a8be30117d01636c,
        _:Nf6b388e01ed84f80b848e3bee8255a2c ;
    mo:track_count 6 ;
    schema:duration "PT39:04"^^xsd:interval ;
    schema:numTracks 6 ;
    schema:track _:N1f3dd06b6f95488da3c89f2108f58ee0,
        _:Na9914296d36d48938f1279c534eeed22,
        _:Nbb6d2777dee44c17a764f639b1874d98,
        _:Nc81da6689464426d963524e323fb49e9,
        _:Nd298961f10c94067a8be30117d01636c,
        _:Nf6b388e01ed84f80b848e3bee8255a2c .

