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

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

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

<album/96831#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Orbital Defense OST"@en,
        "Orbital Defense OST"@ja,
        "Orbital Defense OST"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Frank Tedesco"@en ;
            foaf:made <album/96831#composition> ;
            foaf:name "Frank Tedesco"@en ] ;
    mo:produced_work <album/96831#musicalwork> ;
    schema:name "Orbital Defense OST"@en,
        "Orbital Defense OST"@ja,
        "Orbital Defense OST"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/13/96831/96831-1583304838.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/96831#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2017-04-25"^^xsd:date ;
    dcterms:title "Orbital Defense OST"@en,
        "Orbital Defense OST"@ja,
        "Orbital Defense OST"@ja-latn ;
    mo:catalogue_number "N/A" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/96831#musicalexpression> ;
    mo:publisher _:N37385742a99a4efa986f116be53c5543 ;
    mo:record _:N6745692722304137822ab785e3dc41f6 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Orbital Defense"@en ;
            foaf:name "Orbital Defense"@en ] ;
    schema:datePublished "2017-04-25"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/13/96831/96831-1583304838.jpg> ;
    schema:name "Orbital Defense OST"@en,
        "Orbital Defense OST"@ja,
        "Orbital Defense OST"@ja-latn ;
    schema:publisher _:N37385742a99a4efa986f116be53c5543 ;
    foaf:depiction <https://media.vgm.io/albums/13/96831/96831-1583304838.jpg> .

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

_:N37385742a99a4efa986f116be53c5543 schema:name "Frank Tedesco"@en,
        "Frank Tedesco"@ja,
        "Frank Tedesco"@ja-latn ;
    foaf:name "Frank Tedesco"@en,
        "Frank Tedesco"@ja,
        "Frank Tedesco"@ja-latn .

_:N552ededebedb4f2ea170119c6bcf2e2f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Beyond the Atmosphere"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:06"^^xsd:interval ;
    schema:inPlaylist _:N6745692722304137822ab785e3dc41f6 ;
    schema:name "Beyond the Atmosphere"@en .

_:Nad932cbe226d4217a63560eeda9002fc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Full Thrusters!"@en ;
    mo:track_number 2 ;
    schema:duration "PT1:42"^^xsd:interval ;
    schema:inPlaylist _:N6745692722304137822ab785e3dc41f6 ;
    schema:name "Full Thrusters!"@en .

_:N6745692722304137822ab785e3dc41f6 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N552ededebedb4f2ea170119c6bcf2e2f,
        _:Nad932cbe226d4217a63560eeda9002fc ;
    mo:track_count 2 ;
    schema:duration "PT2:48"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N552ededebedb4f2ea170119c6bcf2e2f,
        _:Nad932cbe226d4217a63560eeda9002fc .

