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

<artist/21462#subject> a schema:Person,
        foaf:Person ;
    schema:name "Hiro"@en ;
    foaf:made <album/99522#lyrics>,
        <album/99522#subject> ;
    foaf:name "Hiro"@en .

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

<artist/21464#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/99522#subject> ;
    schema:name "Nob"@en ;
    foaf:made <album/99522#composition>,
        <album/99522#subject> ;
    foaf:name "Nob"@en .

<product/15288#subject> a schema:CreativeWork ;
    schema:name "DUEL MASTERS PLAY'S"@en,
        "デュエル・マスターズ プレイス"@ja,
        "DUEL MASTERS PLAY'S"@ja-latn ;
    foaf:name "DUEL MASTERS PLAY'S"@en,
        "デュエル・マスターズ プレイス"@ja,
        "DUEL MASTERS PLAY'S"@ja-latn .

<album/99522#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "1,000,000 TIMES / MY FIRST STORY"@en,
        "1,000,000 TIMES / MY FIRST STORY"@ja,
        "1,000,000 TIMES / MY FIRST STORY"@ja-latn ;
    mo:composer <artist/21464#subject> ;
    mo:produced_work <album/99522#musicalwork> ;
    schema:name "1,000,000 TIMES / MY FIRST STORY"@en,
        "1,000,000 TIMES / MY FIRST STORY"@ja,
        "1,000,000 TIMES / MY FIRST STORY"@ja-latn .

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

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

<org/5112#subject> schema:name "INTACT RECORDS"@en,
        "INTACT RECORDS"@ja,
        "INTACT RECORDS"@ja-latn ;
    foaf:name "INTACT RECORDS"@en,
        "INTACT RECORDS"@ja,
        "INTACT RECORDS"@ja-latn .

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

<https://medium-media.vgm.io/albums/22/99522/99522-1590583089.jpg> a schema:ImageObject,
        foaf:Image .

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

<artist/12222#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/99522#performance> ;
    schema:name "chelly"@en ;
    foaf:name "chelly"@en .

<artist/21454#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/99522#performance> ;
    schema:name "MY FIRST STORY"@en ;
    foaf:name "MY FIRST STORY"@en .

<album/99522#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "1,000,000 TIMES / MY FIRST STORY"@en,
        "1,000,000 TIMES / MY FIRST STORY"@ja,
        "1,000,000 TIMES / MY FIRST STORY"@ja-latn ;
    mo:performance_of <album/99522#musicalwork> ;
    mo:performer <artist/12222#subject>,
        <artist/21454#subject> ;
    mo:recorded_as <album/99522#musicalexpression> ;
    schema:byArtist <artist/12222#subject>,
        <artist/21454#subject> ;
    schema:name "1,000,000 TIMES / MY FIRST STORY"@en,
        "1,000,000 TIMES / MY FIRST STORY"@ja,
        "1,000,000 TIMES / MY FIRST STORY"@ja-latn ;
    schema:workPerformed <album/99522#musicalwork> .

<album/99522#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2020-07-01"^^xsd:date ;
    dcterms:title "1,000,000 TIMES / MY FIRST STORY"@en,
        "1,000,000 TIMES / MY FIRST STORY"@ja,
        "1,000,000 TIMES / MY FIRST STORY"@ja-latn ;
    mo:catalogue_number "INRC-0041" ;
    mo:media_type "CD" ;
    mo:publication_of <album/99522#musicalexpression> ;
    mo:publisher <org/5112#subject> ;
    mo:record _:N9c5632dddf5145e3b3a0ece4a730df6f ;
    mo:record_count 1 ;
    schema:about <product/15288#subject> ;
    schema:byArtist <artist/12222#subject>,
        <artist/21454#subject> ;
    schema:datePublished "2020-07-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/22/99522/99522-1590583089.jpg> ;
    schema:name "1,000,000 TIMES / MY FIRST STORY"@en,
        "1,000,000 TIMES / MY FIRST STORY"@ja,
        "1,000,000 TIMES / MY FIRST STORY"@ja-latn ;
    schema:publisher <org/5112#subject> ;
    foaf:depiction <https://media.vgm.io/albums/22/99522/99522-1590583089.jpg> .

_:N5de7b113581444c3b5164bd3b451206b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "MINORS"@en ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N9c5632dddf5145e3b3a0ece4a730df6f ;
    schema:name "MINORS"@en .

_:Nbda379d0398e4052afd0ba794547fe11 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "1,000,000 TIMES feat.chelly (EGOIST)"@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N9c5632dddf5145e3b3a0ece4a730df6f ;
    schema:name "1,000,000 TIMES feat.chelly (EGOIST)"@en .

_:N9c5632dddf5145e3b3a0ece4a730df6f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N5de7b113581444c3b5164bd3b451206b,
        _:Nbda379d0398e4052afd0ba794547fe11 ;
    mo:track_count 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N5de7b113581444c3b5164bd3b451206b,
        _:Nbda379d0398e4052afd0ba794547fe11 .

