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

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

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

<artist/44734#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/139200#subject> ;
    schema:name "Nyolfen"@en ;
    foaf:made <album/139200#composition>,
        <album/139200#subject> ;
    foaf:name "Nyolfen"@en .

<artist/48483#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/139200#subject> ;
    schema:name "ikaruga_nex"@en ;
    foaf:made <album/139200#composition>,
        <album/139200#subject> ;
    foaf:name "ikaruga_nex"@en .

<artist/48938#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/139200#subject> ;
    schema:name "pencil"@en ;
    foaf:made <album/139200#composition>,
        <album/139200#subject> ;
    foaf:name "pencil"@en .

<artist/60654#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/139200#subject> ;
    schema:name "mochiya00"@en ;
    foaf:made <album/139200#composition>,
        <album/139200#subject> ;
    foaf:name "mochiya00"@en .

<artist/62882#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/139200#subject> ;
    schema:name "Drumsuko"@en ;
    foaf:made <album/139200#composition>,
        <album/139200#subject> ;
    foaf:name "Drumsuko"@en .

<artist/63425#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/139200#subject> ;
    schema:name "mitsuki"@en,
        "ミツキ"@ja ;
    foaf:made <album/139200#composition>,
        <album/139200#subject> ;
    foaf:name "mitsuki"@en,
        "ミツキ"@ja .

<event/278> a mo:Release ;
    schema:name "Released at M3-2022 Spring (Apr 24, 2022)" .

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

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

<org/1389#subject> schema:name "dat file records"@en,
        "dat file records"@ja,
        "dat file records"@ja-latn ;
    foaf:name "dat file records"@en,
        "dat file records"@ja,
        "dat file records"@ja-latn .

<https://media.vgm.io/albums/00/139200/139200-1c354da075ee.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/139200#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/00/139200/139200-1c354da075ee.png> ;
    foaf:depicts <album/139200#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/00/139200/139200-1c354da075ee.png> .

<https://medium-media.vgm.io/albums/00/139200/139200-1c354da075ee.png> a schema:ImageObject,
        foaf:Image .

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

<album/139200#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "PARA OUT."@en,
        "PARA OUT."@ja,
        "PARA OUT."@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "GatsbyZero"@en ;
            foaf:made <album/139200#composition> ;
            foaf:name "GatsbyZero"@en ],
        <artist/44734#subject>,
        <artist/48483#subject>,
        <artist/48938#subject>,
        <artist/60654#subject>,
        <artist/62882#subject>,
        <artist/63425#subject> ;
    mo:produced_work <album/139200#musicalwork> ;
    schema:name "PARA OUT."@en,
        "PARA OUT."@ja,
        "PARA OUT."@ja-latn .

<album/139200#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2022-04-24"^^xsd:date ;
    dcterms:title "PARA OUT."@en,
        "PARA OUT."@ja,
        "PARA OUT."@ja-latn ;
    mo:catalogue_number "DATFILE-069" ;
    mo:media_type "CD" ;
    mo:publication_of <album/139200#musicalexpression> ;
    mo:publisher <org/1389#subject> ;
    mo:record _:N3de366eee2d54516a1d936351043b00f ;
    mo:record_count 1 ;
    mo:release <event/278> ;
    schema:datePublished "2022-04-24"^^xsd:date ;
    schema:genre "Doujin Music" ;
    schema:image <https://media.vgm.io/albums/00/139200/139200-1c354da075ee.png> ;
    schema:name "PARA OUT."@en,
        "PARA OUT."@ja,
        "PARA OUT."@ja-latn ;
    schema:publisher <org/1389#subject> ;
    foaf:depiction <https://media.vgm.io/albums/00/139200/139200-1c354da075ee.png> .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/139200#subject> ;
    schema:name "GatsbyZero"@en ;
    foaf:made <album/139200#subject> ;
    foaf:name "GatsbyZero"@en .

_:N07850659f0bd4704a95e76c8df11d0fa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Undine in the Galaxy"@en ;
    mo:track_number 7 ;
    schema:duration "PT4:44"^^xsd:interval ;
    schema:inPlaylist _:N3de366eee2d54516a1d936351043b00f ;
    schema:name "Undine in the Galaxy"@en .

_:N09ddcf7cabb14788ba55a016f779d209 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Realm Eater"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:17"^^xsd:interval ;
    schema:inPlaylist _:N3de366eee2d54516a1d936351043b00f ;
    schema:name "Realm Eater"@en .

_:N312dafd54f9a4cfb8cc68857a4825b20 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "IOMANTE"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:46"^^xsd:interval ;
    schema:inPlaylist _:N3de366eee2d54516a1d936351043b00f ;
    schema:name "IOMANTE"@en .

_:N4d2bcf12aac047f3b2ce8d121b333c80 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Corrupted Data"@en ;
    mo:track_number 6 ;
    schema:duration "PT4:47"^^xsd:interval ;
    schema:inPlaylist _:N3de366eee2d54516a1d936351043b00f ;
    schema:name "Corrupted Data"@en .

_:N7f2b3f9453bb4fe594c1eaa7cfc9ab34 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Horizon Sways(Original Mix)"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:27"^^xsd:interval ;
    schema:inPlaylist _:N3de366eee2d54516a1d936351043b00f ;
    schema:name "Horizon Sways(Original Mix)"@en .

_:Ncadf03ad59eb4ead9d44e896f063dfaa a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Nighthawk"@en ;
    mo:track_number 5 ;
    schema:duration "PT6:13"^^xsd:interval ;
    schema:inPlaylist _:N3de366eee2d54516a1d936351043b00f ;
    schema:name "Nighthawk"@en .

_:Ned0317f79c53432189af17e31fb9910b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Decide or Divide"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:47"^^xsd:interval ;
    schema:inPlaylist _:N3de366eee2d54516a1d936351043b00f ;
    schema:name "Decide or Divide"@en .

_:N3de366eee2d54516a1d936351043b00f a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N07850659f0bd4704a95e76c8df11d0fa,
        _:N09ddcf7cabb14788ba55a016f779d209,
        _:N312dafd54f9a4cfb8cc68857a4825b20,
        _:N4d2bcf12aac047f3b2ce8d121b333c80,
        _:N7f2b3f9453bb4fe594c1eaa7cfc9ab34,
        _:Ncadf03ad59eb4ead9d44e896f063dfaa,
        _:Ned0317f79c53432189af17e31fb9910b ;
    mo:track_count 7 ;
    schema:duration "PT34:01"^^xsd:interval ;
    schema:numTracks 7 ;
    schema:track _:N07850659f0bd4704a95e76c8df11d0fa,
        _:N09ddcf7cabb14788ba55a016f779d209,
        _:N312dafd54f9a4cfb8cc68857a4825b20,
        _:N4d2bcf12aac047f3b2ce8d121b333c80,
        _:N7f2b3f9453bb4fe594c1eaa7cfc9ab34,
        _:Ncadf03ad59eb4ead9d44e896f063dfaa,
        _:Ned0317f79c53432189af17e31fb9910b .

