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

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

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

<artist/26151#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/151234#subject> ;
    schema:name "Lena Raine"@en ;
    foaf:made <album/151234#composition>,
        <album/151234#subject> ;
    foaf:name "Lena Raine"@en .

<album/151234#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Pigstep (Just Dance Version)"@en,
        "Pigstep (Just Dance Version)"@ja,
        "Pigstep (Just Dance Version)"@ja-latn ;
    mo:composer <artist/26151#subject> ;
    mo:produced_work <album/151234#musicalwork> ;
    schema:name "Pigstep (Just Dance Version)"@en,
        "Pigstep (Just Dance Version)"@ja,
        "Pigstep (Just Dance Version)"@ja-latn .

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

<org/1437#subject> schema:name "Microsoft Studios Music"@en,
        "Microsoft Studios Music"@ja,
        "Microsoft Studios Music"@ja-latn ;
    foaf:name "Microsoft Studios Music"@en,
        "Microsoft Studios Music"@ja,
        "Microsoft Studios Music"@ja-latn .

<https://media.vgm.io/albums/43/151234/151234-1c9dc2396828.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/151234#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/43/151234/151234-1c9dc2396828.jpg> ;
    foaf:depicts <album/151234#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/43/151234/151234-1c9dc2396828.jpg> .

<https://medium-media.vgm.io/albums/43/151234/151234-1c9dc2396828.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/151234#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Pigstep (Just Dance Version)"@en,
        "Pigstep (Just Dance Version)"@ja,
        "Pigstep (Just Dance Version)"@ja-latn ;
    mo:performance_of <album/151234#musicalwork> ;
    mo:performer _:N9cec46be4a2f4f0cbde91a583f6e5a28 ;
    mo:recorded_as <album/151234#musicalexpression> ;
    schema:byArtist _:N9cec46be4a2f4f0cbde91a583f6e5a28 ;
    schema:name "Pigstep (Just Dance Version)"@en,
        "Pigstep (Just Dance Version)"@ja,
        "Pigstep (Just Dance Version)"@ja-latn ;
    schema:workPerformed <album/151234#musicalwork> .

<album/151234#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-12-12"^^xsd:date ;
    dcterms:title "Pigstep (Just Dance Version)"@en,
        "Pigstep (Just Dance Version)"@ja,
        "Pigstep (Just Dance Version)"@ja-latn ;
    mo:catalogue_number "MSM0116" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/151234#musicalexpression> ;
    mo:publisher <org/1437#subject> ;
    mo:record _:Nf9b227e4730d48ae9c930c13d2c2558f ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Just Dance 2025 Edition"@en ;
            foaf:name "Just Dance 2025 Edition"@en ] ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Dancing Bros."@en ;
            foaf:name "Dancing Bros."@en ] ;
    schema:datePublished "2024-12-12"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/43/151234/151234-1c9dc2396828.jpg> ;
    schema:name "Pigstep (Just Dance Version)"@en,
        "Pigstep (Just Dance Version)"@ja,
        "Pigstep (Just Dance Version)"@ja-latn ;
    schema:publisher <org/1437#subject> ;
    foaf:depiction <https://media.vgm.io/albums/43/151234/151234-1c9dc2396828.jpg> .

_:N7e580a7376b249e090dbbf2141380624 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Pigstep (Just Dance Version)"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:59"^^xsd:interval ;
    schema:inPlaylist _:Nf9b227e4730d48ae9c930c13d2c2558f ;
    schema:name "Pigstep (Just Dance Version)"@en .

_:N9cec46be4a2f4f0cbde91a583f6e5a28 a schema:Person,
        foaf:Person ;
    mo:performed <album/151234#performance> ;
    schema:name "Dancing Bros."@en ;
    foaf:name "Dancing Bros."@en .

_:Nf9b227e4730d48ae9c930c13d2c2558f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N7e580a7376b249e090dbbf2141380624 ;
    mo:track_count 1 ;
    schema:duration "PT2:59"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N7e580a7376b249e090dbbf2141380624 .

