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

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

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

<artist/47609#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/121936#subject> ;
    schema:name "KARUT"@en ;
    foaf:made <album/121936#composition>,
        <album/121936#subject> ;
    foaf:name "KARUT"@en .

<album/121936#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "NEO JACK"@en,
        "NEO JACK"@ja,
        "NEO JACK"@ja-latn ;
    mo:composer <artist/47609#subject> ;
    mo:produced_work <album/121936#musicalwork> ;
    schema:name "NEO JACK"@en,
        "NEO JACK"@ja,
        "NEO JACK"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/63/121936/121936-ed6f37132e88.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/121936#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2021-04-01"^^xsd:date ;
    dcterms:title "NEO JACK"@en,
        "NEO JACK"@ja,
        "NEO JACK"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/121936#musicalexpression> ;
    mo:publisher _:N2235b2e2e9934745a701aca63eb20305 ;
    mo:record _:N05472f2306b547278f8b5e8c2e3adbf5 ;
    mo:record_count 1 ;
    schema:datePublished "2021-04-01"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/63/121936/121936-ed6f37132e88.jpg> ;
    schema:name "NEO JACK"@en,
        "NEO JACK"@ja,
        "NEO JACK"@ja-latn ;
    schema:publisher _:N2235b2e2e9934745a701aca63eb20305 ;
    foaf:depiction <https://media.vgm.io/albums/63/121936/121936-ed6f37132e88.jpg> .

_:N0596a328ec3442dea951eae59f1733ed a mo:Track,
        schema:MusicRecording ;
    dcterms:title "NEO JACK"@en ;
    mo:track_number 1 ;
    schema:duration "PT2:41"^^xsd:interval ;
    schema:inPlaylist _:N05472f2306b547278f8b5e8c2e3adbf5 ;
    schema:name "NEO JACK"@en .

_:N2235b2e2e9934745a701aca63eb20305 schema:name "TriplebulletS Recordings"@en,
        "TriplebulletS Recordings"@ja,
        "TriplebulletS Recordings"@ja-latn ;
    foaf:name "TriplebulletS Recordings"@en,
        "TriplebulletS Recordings"@ja,
        "TriplebulletS Recordings"@ja-latn .

_:N2aa9d98c3b31443ba6b55383f368a941 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Stupid Funky Dance"@en ;
    mo:track_number 2 ;
    schema:duration "PT2:03"^^xsd:interval ;
    schema:inPlaylist _:N05472f2306b547278f8b5e8c2e3adbf5 ;
    schema:name "Stupid Funky Dance"@en .

_:N05472f2306b547278f8b5e8c2e3adbf5 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0596a328ec3442dea951eae59f1733ed,
        _:N2aa9d98c3b31443ba6b55383f368a941 ;
    mo:track_count 2 ;
    schema:duration "PT4:44"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N0596a328ec3442dea951eae59f1733ed,
        _:N2aa9d98c3b31443ba6b55383f368a941 .

