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

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

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

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

<https://media.vgm.io/albums/45/56754/56754-1461712325.png> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/56754#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/45/56754/56754-1461712325.png> ;
    foaf:depicts <album/56754#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/45/56754/56754-1461712325.png> .

<https://medium-media.vgm.io/albums/45/56754/56754-1461712325.png> a schema:ImageObject,
        foaf:Image .

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

<album/56754#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Loud On Planet X"@en,
        "Loud On Planet X"@ja,
        "Loud On Planet X"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Mike Haliechuck"@en ;
            foaf:made <album/56754#composition> ;
            foaf:name "Mike Haliechuck"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Justin Peroff"@en ;
            foaf:made <album/56754#composition> ;
            foaf:name "Justin Peroff"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Brendan Canning"@en ;
            foaf:made <album/56754#composition> ;
            foaf:name "Brendan Canning"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Jonah Falco"@en ;
            foaf:made <album/56754#composition> ;
            foaf:name "Jonah Falco"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Harrison"@en ;
            foaf:made <album/56754#composition> ;
            foaf:name "Harrison"@en ] ;
    mo:produced_work <album/56754#musicalwork> ;
    schema:name "Loud On Planet X"@en,
        "Loud On Planet X"@ja,
        "Loud On Planet X"@ja-latn .

<album/56754#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Loud On Planet X"@en,
        "Loud On Planet X"@ja,
        "Loud On Planet X"@ja-latn ;
    mo:performance_of <album/56754#musicalwork> ;
    mo:performer _:N0277543dd3314092a567fa2febd07ea0,
        _:Nbf72dc51f5044710a8b814a2fac4b5f3,
        _:Nc979c742d7624e53b254ccae6e12f6d8,
        _:Ne88a2a5b9bf443988111a6841f9adef2,
        _:Nf028d7f5fe344cd8824a18d222b7ed55 ;
    mo:recorded_as <album/56754#musicalexpression> ;
    schema:byArtist _:N0277543dd3314092a567fa2febd07ea0,
        _:Nbf72dc51f5044710a8b814a2fac4b5f3,
        _:Nc979c742d7624e53b254ccae6e12f6d8,
        _:Ne88a2a5b9bf443988111a6841f9adef2,
        _:Nf028d7f5fe344cd8824a18d222b7ed55 ;
    schema:name "Loud On Planet X"@en,
        "Loud On Planet X"@ja,
        "Loud On Planet X"@ja-latn ;
    schema:workPerformed <album/56754#musicalwork> .

<album/56754#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2016-04-01"^^xsd:date ;
    dcterms:title "Loud On Planet X"@en,
        "Loud On Planet X"@ja,
        "Loud On Planet X"@ja-latn ;
    mo:catalogue_number "LOUDX-001" ;
    mo:media_type "Vinyl (7\" 33&frac13; rpm)" ;
    mo:publication_of <album/56754#musicalexpression> ;
    mo:publisher _:N6b00eb57dbbf4815872f830df6fe035d ;
    mo:record _:N95147dd42e1448878f7a1aec477cb506 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Loud On Planet X"@en ;
            foaf:name "Loud On Planet X"@en ] ;
    schema:byArtist [ a schema:Person,
                foaf:Person ;
            schema:name "Mike Haliechuck"@en ;
            foaf:name "Mike Haliechuck"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Harrison"@en ;
            foaf:name "Harrison"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Jonah Falco"@en ;
            foaf:name "Jonah Falco"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Brendan Canning"@en ;
            foaf:name "Brendan Canning"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Justin Peroff"@en ;
            foaf:name "Justin Peroff"@en ] ;
    schema:datePublished "2016-04-01"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/45/56754/56754-1461712325.png> ;
    schema:name "Loud On Planet X"@en,
        "Loud On Planet X"@ja,
        "Loud On Planet X"@ja-latn ;
    schema:publisher _:N6b00eb57dbbf4815872f830df6fe035d ;
    foaf:depiction <https://media.vgm.io/albums/45/56754/56754-1461712325.png> .

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

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

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

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

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

_:N0277543dd3314092a567fa2febd07ea0 a schema:Person,
        foaf:Person ;
    mo:performed <album/56754#performance> ;
    schema:name "Harrison"@en ;
    foaf:name "Harrison"@en .

_:N39247089a55243c8b24dad3d2ea87216 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Harrison - Voyager III"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:07"^^xsd:interval ;
    schema:inPlaylist _:N95147dd42e1448878f7a1aec477cb506 ;
    schema:name "Harrison - Voyager III"@en .

_:N6b00eb57dbbf4815872f830df6fe035d schema:name "Pop Sandbox"@en ;
    foaf:name "Pop Sandbox"@en .

_:N98d9f08ac6a34331b68c65d37d919273 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Mike Haliechuk & Jonah Falco - Voyager I"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:05"^^xsd:interval ;
    schema:inPlaylist _:N95147dd42e1448878f7a1aec477cb506 ;
    schema:name "Mike Haliechuk & Jonah Falco - Voyager I"@en .

_:Nbf72dc51f5044710a8b814a2fac4b5f3 a schema:Person,
        foaf:Person ;
    mo:performed <album/56754#performance> ;
    schema:name "Jonah Falco"@en ;
    foaf:name "Jonah Falco"@en .

_:Nc979c742d7624e53b254ccae6e12f6d8 a schema:Person,
        foaf:Person ;
    mo:performed <album/56754#performance> ;
    schema:name "Mike Haliechuck"@en ;
    foaf:name "Mike Haliechuck"@en .

_:Ne392f73f957d430383ad4390dd9b00de a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Brendan Canning & Justin Peroff - Voyager II"@en ;
    mo:track_number 2 ;
    schema:duration "PT3:23"^^xsd:interval ;
    schema:inPlaylist _:N95147dd42e1448878f7a1aec477cb506 ;
    schema:name "Brendan Canning & Justin Peroff - Voyager II"@en .

_:Ne88a2a5b9bf443988111a6841f9adef2 a schema:Person,
        foaf:Person ;
    mo:performed <album/56754#performance> ;
    schema:name "Justin Peroff"@en ;
    foaf:name "Justin Peroff"@en .

_:Nf028d7f5fe344cd8824a18d222b7ed55 a schema:Person,
        foaf:Person ;
    mo:performed <album/56754#performance> ;
    schema:name "Brendan Canning"@en ;
    foaf:name "Brendan Canning"@en .

_:N95147dd42e1448878f7a1aec477cb506 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N39247089a55243c8b24dad3d2ea87216,
        _:N98d9f08ac6a34331b68c65d37d919273,
        _:Ne392f73f957d430383ad4390dd9b00de ;
    mo:track_count 3 ;
    schema:duration "PT7:30"^^xsd:interval ;
    schema:numTracks 3 ;
    schema:track _:N39247089a55243c8b24dad3d2ea87216,
        _:N98d9f08ac6a34331b68c65d37d919273,
        _:Ne392f73f957d430383ad4390dd9b00de .

