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

<artist/48794#subject> a schema:Person,
        foaf:Person ;
    schema:name "Kaito Yamada"@en,
        "山田海斗"@ja ;
    foaf:made <album/124382#lyrics>,
        <album/124382#subject> ;
    foaf:name "Kaito Yamada"@en,
        "山田海斗"@ja .

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

<artist/48793#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/124382#subject> ;
    schema:name "Yudai Takenaka"@en,
        "竹中雄大"@ja ;
    foaf:made <album/124382#composition>,
        <album/124382#subject> ;
    foaf:name "Yudai Takenaka"@en,
        "竹中雄大"@ja .

<artist/53921#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/124382#subject> ;
    schema:name "Sojiro Oki"@en,
        "沖聡次郎"@ja ;
    foaf:made <album/124382#composition>,
        <album/124382#subject> ;
    foaf:name "Sojiro Oki"@en,
        "沖聡次郎"@ja .

<product/11918#subject> a schema:CreativeWork ;
    schema:name "Yowamushi Pedal: LIMIT BREAK"@en,
        "弱虫ペダル LIMIT BREAK"@ja,
        "Yowamushi Pedal: LIMIT BREAK"@ja-latn ;
    foaf:name "Yowamushi Pedal: LIMIT BREAK"@en,
        "弱虫ペダル LIMIT BREAK"@ja,
        "Yowamushi Pedal: LIMIT BREAK"@ja-latn .

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

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

<org/2849#subject> schema:name "Universal Music Group"@en,
        "Universal Music Group"@ja,
        "Universal Music Group"@ja-latn ;
    foaf:name "Universal Music Group"@en,
        "Universal Music Group"@ja,
        "Universal Music Group"@ja-latn .

<https://media.vgm.io/albums/28/124382/124382-2db03d149234.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/124382#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/28/124382/124382-2db03d149234.jpg> ;
    foaf:depicts <album/124382#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/28/124382/124382-2db03d149234.jpg> .

<https://medium-media.vgm.io/albums/28/124382/124382-2db03d149234.jpg> a schema:ImageObject,
        foaf:Image .

<album/124382#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "PRIDE / Novelbright"@en,
        "PRIDE / Novelbright"@ja,
        "PRIDE / Novelbright"@ja-latn ;
    mo:composer <artist/48793#subject>,
        <artist/53921#subject> ;
    mo:produced_work <album/124382#musicalwork> ;
    schema:name "PRIDE / Novelbright"@en,
        "PRIDE / Novelbright"@ja,
        "PRIDE / Novelbright"@ja-latn .

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

<album/124382#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "PRIDE / Novelbright"@en,
        "PRIDE / Novelbright"@ja,
        "PRIDE / Novelbright"@ja-latn ;
    mo:performance_of <album/124382#musicalwork> ;
    mo:performer <artist/47657#subject> ;
    mo:recorded_as <album/124382#musicalexpression> ;
    schema:byArtist <artist/47657#subject> ;
    schema:name "PRIDE / Novelbright"@en,
        "PRIDE / Novelbright"@ja,
        "PRIDE / Novelbright"@ja-latn ;
    schema:workPerformed <album/124382#musicalwork> .

<artist/47657#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/124382#performance> ;
    schema:name "Novelbright"@en ;
    foaf:name "Novelbright"@en .

<album/124382#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-11-09"^^xsd:date ;
    dcterms:title "PRIDE / Novelbright"@en,
        "PRIDE / Novelbright"@ja,
        "PRIDE / Novelbright"@ja-latn ;
    mo:catalogue_number "UK1AS-01916" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/124382#musicalexpression> ;
    mo:publisher <org/2849#subject> ;
    mo:record _:N2be2e384a41f43a7a6d4436ae2225b20 ;
    mo:record_count 1 ;
    schema:about <product/11918#subject> ;
    schema:byArtist <artist/47657#subject> ;
    schema:datePublished "2022-11-09"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/28/124382/124382-2db03d149234.jpg> ;
    schema:name "PRIDE / Novelbright"@en,
        "PRIDE / Novelbright"@ja,
        "PRIDE / Novelbright"@ja-latn ;
    schema:publisher <org/2849#subject> ;
    foaf:depiction <https://media.vgm.io/albums/28/124382/124382-2db03d149234.jpg> .

_:N1ef5f2ef6d0f439ca96787231b78b2de a mo:Track,
        schema:MusicRecording ;
    dcterms:title "PRIDE"@en ;
    mo:track_number 1 ;
    schema:duration "PT3:37"^^xsd:interval ;
    schema:inPlaylist _:N2be2e384a41f43a7a6d4436ae2225b20 ;
    schema:name "PRIDE"@en .

_:N2be2e384a41f43a7a6d4436ae2225b20 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N1ef5f2ef6d0f439ca96787231b78b2de ;
    mo:track_count 1 ;
    schema:duration "PT3:37"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N1ef5f2ef6d0f439ca96787231b78b2de .

