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

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

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

<artist/44280#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/159568#subject> ;
    schema:name "Street"@en ;
    foaf:made <album/159568#composition>,
        <album/159568#subject> ;
    foaf:name "Street"@en .

<artist/46301#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/159568#subject> ;
    schema:name "Yu-dachi"@en ;
    foaf:made <album/159568#composition>,
        <album/159568#subject> ;
    foaf:name "Yu-dachi"@en .

<artist/47557#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/159568#subject> ;
    schema:name "YUKIYANAGI"@en ;
    foaf:made <album/159568#composition>,
        <album/159568#subject> ;
    foaf:name "YUKIYANAGI"@en .

<artist/59599#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/159568#subject> ;
    schema:name "Ulagumo"@en ;
    foaf:made <album/159568#composition>,
        <album/159568#subject> ;
    foaf:name "Ulagumo"@en .

<artist/59847#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/159568#subject> ;
    schema:name "Hexacube"@en ;
    foaf:made <album/159568#composition>,
        <album/159568#subject> ;
    foaf:name "Hexacube"@en .

<artist/80544#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/159568#subject> ;
    schema:name "KUROI"@en ;
    foaf:made <album/159568#composition>,
        <album/159568#subject> ;
    foaf:name "KUROI"@en .

<artist/80713#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/159568#subject> ;
    schema:name "rojico"@en ;
    foaf:made <album/159568#composition>,
        <album/159568#subject> ;
    foaf:name "rojico"@en .

<event/306> a mo:Release ;
    schema:name "Released at M3-2024 Fall (Oct 27, 2024)" .

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

<album/159568#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Rebeat.Vol.3"@en,
        "Rebeat.Vol.3"@ja,
        "Rebeat.Vol.3"@ja-latn ;
    mo:performance_of <album/159568#musicalwork> ;
    mo:recorded_as <album/159568#musicalexpression> ;
    schema:name "Rebeat.Vol.3"@en,
        "Rebeat.Vol.3"@ja,
        "Rebeat.Vol.3"@ja-latn ;
    schema:workPerformed <album/159568#musicalwork> .

<org/5198#subject> schema:name "Restrike"@en,
        "Restrike"@ja,
        "Restrike"@ja-latn ;
    foaf:name "Restrike"@en,
        "Restrike"@ja,
        "Restrike"@ja-latn .

<https://media.vgm.io/albums/86/159568/159568-2b87c1ad30c6.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/159568#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/86/159568/159568-2b87c1ad30c6.png> ;
    foaf:depicts <album/159568#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/86/159568/159568-2b87c1ad30c6.png> .

<https://medium-media.vgm.io/albums/86/159568/159568-2b87c1ad30c6.png> a schema:ImageObject,
        foaf:Image .

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

<album/159568#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Rebeat.Vol.3"@en,
        "Rebeat.Vol.3"@ja,
        "Rebeat.Vol.3"@ja-latn ;
    mo:composer <artist/44280#subject>,
        <artist/46301#subject>,
        <artist/47557#subject>,
        <artist/59599#subject>,
        <artist/59847#subject>,
        <artist/80544#subject>,
        <artist/80713#subject> ;
    mo:produced_work <album/159568#musicalwork> ;
    schema:name "Rebeat.Vol.3"@en,
        "Rebeat.Vol.3"@ja,
        "Rebeat.Vol.3"@ja-latn .

<album/159568#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-10-27"^^xsd:date ;
    dcterms:title "Rebeat.Vol.3"@en,
        "Rebeat.Vol.3"@ja,
        "Rebeat.Vol.3"@ja-latn ;
    mo:catalogue_number "REBT-0003" ;
    mo:media_type "CD" ;
    mo:publication_of <album/159568#musicalexpression> ;
    mo:publisher <org/5198#subject> ;
    mo:record _:Nf1ac7146b2bc444b9226cb1ce13a38ea ;
    mo:record_count 1 ;
    mo:release <event/306> ;
    schema:datePublished "2024-10-27"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/86/159568/159568-2b87c1ad30c6.png> ;
    schema:name "Rebeat.Vol.3"@en,
        "Rebeat.Vol.3"@ja,
        "Rebeat.Vol.3"@ja-latn ;
    schema:publisher <org/5198#subject> ;
    foaf:depiction <https://media.vgm.io/albums/86/159568/159568-2b87c1ad30c6.png> .

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

_:N4e24bfd9340c498ab18e8249b125de77 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Throwback"@en ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nf1ac7146b2bc444b9226cb1ce13a38ea ;
    schema:name "Throwback"@en .

_:N674f3cabc8304a74a5ec038e6850e7f3 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Crystal vision"@en ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nf1ac7146b2bc444b9226cb1ce13a38ea ;
    schema:name "Crystal vision"@en .

_:N6e47e01deecf4738b7dde3825bb655a6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Victim"@en ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nf1ac7146b2bc444b9226cb1ce13a38ea ;
    schema:name "Victim"@en .

_:N7edc70f19cff4e01bf50998cae89f5e7 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "System X"@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nf1ac7146b2bc444b9226cb1ce13a38ea ;
    schema:name "System X"@en .

_:Nc246385814a247dea068ccb42d04dbbb a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Kuma Experience"@en ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nf1ac7146b2bc444b9226cb1ce13a38ea ;
    schema:name "Kuma Experience"@en .

_:Ne37ccf305a76430bbf2b6b17a40441af a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Dream Comes True"@en ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:Nf1ac7146b2bc444b9226cb1ce13a38ea ;
    schema:name "Dream Comes True"@en .

_:Nf1ac7146b2bc444b9226cb1ce13a38ea a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N2d09b20f2f9843bd8da92b55b56e0206,
        _:N4e24bfd9340c498ab18e8249b125de77,
        _:N674f3cabc8304a74a5ec038e6850e7f3,
        _:N6e47e01deecf4738b7dde3825bb655a6,
        _:N7edc70f19cff4e01bf50998cae89f5e7,
        _:Nc246385814a247dea068ccb42d04dbbb,
        _:Ne37ccf305a76430bbf2b6b17a40441af ;
    mo:track_count 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N2d09b20f2f9843bd8da92b55b56e0206,
        _:N4e24bfd9340c498ab18e8249b125de77,
        _:N674f3cabc8304a74a5ec038e6850e7f3,
        _:N6e47e01deecf4738b7dde3825bb655a6,
        _:N7edc70f19cff4e01bf50998cae89f5e7,
        _:Nc246385814a247dea068ccb42d04dbbb,
        _:Ne37ccf305a76430bbf2b6b17a40441af .

