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

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

<artist/18937#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111441#subject> ;
    schema:name "tatsuo"@en ;
    foaf:made <album/111441#composition>,
        <album/111441#subject> ;
    foaf:name "tatsuo"@en .

<artist/26112#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/111441#subject> ;
    schema:name "HAKUEI"@en ;
    foaf:made <album/111441#composition>,
        <album/111441#lyrics>,
        <album/111441#subject> ;
    foaf:name "HAKUEI"@en .

<product/8703#subject> a schema:CreativeWork ;
    schema:name "YU-GI-OH! SEVENS"@en,
        "遊☆戯☆王SEVENS"@ja,
        "YU-GI-OH! SEVENS"@ja-latn ;
    foaf:name "YU-GI-OH! SEVENS"@en,
        "遊☆戯☆王SEVENS"@ja,
        "YU-GI-OH! SEVENS"@ja-latn .

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

<org/2244#subject> schema:name "PONY CANYON"@en,
        "PONY CANYON"@ja,
        "PONY CANYON"@ja-latn ;
    foaf:name "PONY CANYON"@en,
        "PONY CANYON"@ja,
        "PONY CANYON"@ja-latn .

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

<https://medium-media.vgm.io/albums/14/111441/111441-ae4ff48a2db3.jpg> a schema:ImageObject,
        foaf:Image .

<album/111441#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "harevutai / The Brow Beat [TypeB]"@en,
        "ハレヴタイ / The Brow Beat [TypeB]"@ja,
        "harevutai / The Brow Beat [TypeB]"@ja-latn ;
    mo:composer <artist/18937#subject>,
        <artist/26112#subject> ;
    mo:produced_work <album/111441#musicalwork> ;
    schema:name "harevutai / The Brow Beat [TypeB]"@en,
        "ハレヴタイ / The Brow Beat [TypeB]"@ja,
        "harevutai / The Brow Beat [TypeB]"@ja-latn .

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

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

<album/111441#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "harevutai / The Brow Beat [TypeB]"@en,
        "ハレヴタイ / The Brow Beat [TypeB]"@ja,
        "harevutai / The Brow Beat [TypeB]"@ja-latn ;
    mo:performance_of <album/111441#musicalwork> ;
    mo:performer <artist/64306#subject> ;
    mo:recorded_as <album/111441#musicalexpression> ;
    schema:byArtist <artist/64306#subject> ;
    schema:name "harevutai / The Brow Beat [TypeB]"@en,
        "ハレヴタイ / The Brow Beat [TypeB]"@ja,
        "harevutai / The Brow Beat [TypeB]"@ja-latn ;
    schema:workPerformed <album/111441#musicalwork> .

<artist/64306#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/111441#performance> ;
    schema:name "The Brow Beat"@en ;
    foaf:name "The Brow Beat"@en .

<album/111441#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2021-07-07"^^xsd:date ;
    dcterms:title "harevutai / The Brow Beat [TypeB]"@en,
        "ハレヴタイ / The Brow Beat [TypeB]"@ja,
        "harevutai / The Brow Beat [TypeB]"@ja-latn ;
    mo:catalogue_number "PCCA-70557" ;
    mo:media_type "CD" ;
    mo:publication_of <album/111441#musicalexpression> ;
    mo:publisher <org/2244#subject> ;
    mo:record _:N42c487063cae4279bab9ecfb6c642fc9 ;
    mo:record_count 1 ;
    schema:about <product/8703#subject> ;
    schema:byArtist <artist/64306#subject> ;
    schema:datePublished "2021-07-07"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/14/111441/111441-ae4ff48a2db3.jpg> ;
    schema:name "harevutai / The Brow Beat [TypeB]"@en,
        "ハレヴタイ / The Brow Beat [TypeB]"@ja,
        "harevutai / The Brow Beat [TypeB]"@ja-latn ;
    schema:publisher <org/2244#subject> ;
    foaf:depiction <https://media.vgm.io/albums/14/111441/111441-ae4ff48a2db3.jpg> .

[] a schema:Person,
        foaf:Person ;
    schema:name "Ryuji"@en ;
    foaf:made <album/111441#lyrics> ;
    foaf:name "Ryuji"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Ryuji"@en ;
    foaf:made <album/111441#subject> ;
    foaf:name "Ryuji"@en .

_:N0d9ad639283445af9b468e1da014ffc2 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "シンデレラ"@ja ;
    mo:track_number 2 ;
    schema:duration "PT3:47"^^xsd:interval ;
    schema:inPlaylist _:N42c487063cae4279bab9ecfb6c642fc9 ;
    schema:name "シンデレラ"@ja .

_:Ncd6eacd6f3b94491aa50fce7bdaf52fe a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ハレヴタイ"@ja ;
    mo:track_number 1 ;
    schema:duration "PT3:49"^^xsd:interval ;
    schema:inPlaylist _:N42c487063cae4279bab9ecfb6c642fc9 ;
    schema:name "ハレヴタイ"@ja .

_:N42c487063cae4279bab9ecfb6c642fc9 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0d9ad639283445af9b468e1da014ffc2,
        _:Ncd6eacd6f3b94491aa50fce7bdaf52fe ;
    mo:track_count 2 ;
    schema:duration "PT7:36"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N0d9ad639283445af9b468e1da014ffc2,
        _:Ncd6eacd6f3b94491aa50fce7bdaf52fe .

