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

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

<artist/4209#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/17687#subject> ;
    schema:name "Yohgo Kohno"@en,
        "河野陽吾"@ja ;
    foaf:made <album/17687#composition>,
        <album/17687#subject> ;
    foaf:name "Yohgo Kohno"@en,
        "河野陽吾"@ja .

<product/3682#subject> a schema:CreativeWork ;
    schema:name "Super Robot Wars IMPACT"@en,
        "スーパーロボット大戦IMPACT"@ja,
        "Super Robot Taisen IMPACT"@ja-latn ;
    foaf:name "Super Robot Wars IMPACT"@en,
        "スーパーロボット大戦IMPACT"@ja,
        "Super Robot Taisen IMPACT"@ja-latn .

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

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

<org/3#subject> schema:name "Lantis"@en,
        "Lantis"@ja,
        "Lantis"@ja-latn ;
    foaf:name "Lantis"@en,
        "Lantis"@ja,
        "Lantis"@ja-latn .

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

<https://medium-media.vgm.io/albums/78/17687/17687-1407613995.jpg> a schema:ImageObject,
        foaf:Image .

<album/17687#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "GO!! / JAM Project"@en,
        "GO!! / JAM Project"@ja,
        "GO!! / JAM Project"@ja-latn ;
    mo:composer <artist/42#subject>,
        <artist/4209#subject> ;
    mo:produced_work <album/17687#musicalwork> ;
    schema:name "GO!! / JAM Project"@en,
        "GO!! / JAM Project"@ja,
        "GO!! / JAM Project"@ja-latn .

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

<artist/1025#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/17687#performance> ;
    schema:name "Ichiro Mizuki"@en,
        "水木一郎"@ja ;
    foaf:name "Ichiro Mizuki"@en,
        "水木一郎"@ja .

<artist/3540#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/17687#performance> ;
    schema:name "Rica Matsumoto"@en,
        "松本梨香"@ja ;
    foaf:name "Rica Matsumoto"@en,
        "松本梨香"@ja .

<artist/48#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/17687#performance> ;
    schema:name "Masaaki Endoh"@en,
        "遠藤正明"@ja ;
    foaf:name "Masaaki Endoh"@en,
        "遠藤正明"@ja .

<artist/55#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/17687#performance> ;
    schema:name "JAM Project"@en ;
    foaf:name "JAM Project"@en .

<artist/789#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/17687#performance> ;
    schema:name "Eizo Sakamoto"@en,
        "坂本英三"@ja ;
    foaf:name "Eizo Sakamoto"@en,
        "坂本英三"@ja .

<artist/42#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/17687#subject> ;
    mo:performed <album/17687#performance> ;
    schema:name "Hironobu Kageyama"@en,
        "影山ヒロノブ"@ja ;
    foaf:made <album/17687#composition>,
        <album/17687#lyrics>,
        <album/17687#subject> ;
    foaf:name "Hironobu Kageyama"@en,
        "影山ヒロノブ"@ja .

<album/17687#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "GO!! / JAM Project"@en,
        "GO!! / JAM Project"@ja,
        "GO!! / JAM Project"@ja-latn ;
    mo:performance_of <album/17687#musicalwork> ;
    mo:performer <artist/1025#subject>,
        <artist/3540#subject>,
        <artist/42#subject>,
        <artist/48#subject>,
        <artist/55#subject>,
        <artist/789#subject> ;
    mo:recorded_as <album/17687#musicalexpression> ;
    schema:byArtist <artist/1025#subject>,
        <artist/3540#subject>,
        <artist/42#subject>,
        <artist/48#subject>,
        <artist/55#subject>,
        <artist/789#subject> ;
    schema:name "GO!! / JAM Project"@en,
        "GO!! / JAM Project"@ja,
        "GO!! / JAM Project"@ja-latn ;
    schema:workPerformed <album/17687#musicalwork> .

<album/17687#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2002-04-24"^^xsd:date ;
    dcterms:title "GO!! / JAM Project"@en,
        "GO!! / JAM Project"@ja,
        "GO!! / JAM Project"@ja-latn ;
    mo:catalogue_number "LACM-4051" ;
    mo:media_type "CD" ;
    mo:publication_of <album/17687#musicalexpression> ;
    mo:publisher <org/3#subject> ;
    mo:record _:Nf46d90f6e9f340f6b675f3ac1403d68b ;
    mo:record_count 1 ;
    schema:about <product/3682#subject> ;
    schema:byArtist <artist/1025#subject>,
        <artist/3540#subject>,
        <artist/42#subject>,
        <artist/48#subject>,
        <artist/55#subject>,
        <artist/789#subject> ;
    schema:datePublished "2002-04-24"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/78/17687/17687-1407613995.jpg> ;
    schema:name "GO!! / JAM Project"@en,
        "GO!! / JAM Project"@ja,
        "GO!! / JAM Project"@ja-latn ;
    schema:publisher <org/3#subject> ;
    foaf:depiction <https://media.vgm.io/albums/78/17687/17687-1407613995.jpg> .

_:N184c5f516c124d209c5b551fb43ef570 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "GO!! (off vocal)"@en ;
    mo:track_number 3 ;
    schema:duration "PT5:14"^^xsd:interval ;
    schema:inPlaylist _:Nf46d90f6e9f340f6b675f3ac1403d68b ;
    schema:name "GO!! (off vocal)"@en .

_:N3b44990cec52441fa16440c6d6cb473e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "DEPARTURE (off vocal)"@en ;
    mo:track_number 4 ;
    schema:duration "PT5:14"^^xsd:interval ;
    schema:inPlaylist _:Nf46d90f6e9f340f6b675f3ac1403d68b ;
    schema:name "DEPARTURE (off vocal)"@en .

_:N7923f4bf38924844be4840bc9f7c0e2a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "GO!!"@en ;
    mo:track_number 1 ;
    schema:duration "PT5:14"^^xsd:interval ;
    schema:inPlaylist _:Nf46d90f6e9f340f6b675f3ac1403d68b ;
    schema:name "GO!!"@en .

_:N99a83e215d0c470fa791e40809b3ec8c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "DEPARTURE"@en ;
    mo:track_number 2 ;
    schema:duration "PT5:16"^^xsd:interval ;
    schema:inPlaylist _:Nf46d90f6e9f340f6b675f3ac1403d68b ;
    schema:name "DEPARTURE"@en .

_:Nf46d90f6e9f340f6b675f3ac1403d68b a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N184c5f516c124d209c5b551fb43ef570,
        _:N3b44990cec52441fa16440c6d6cb473e,
        _:N7923f4bf38924844be4840bc9f7c0e2a,
        _:N99a83e215d0c470fa791e40809b3ec8c ;
    mo:track_count 4 ;
    schema:duration "PT20:58"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N184c5f516c124d209c5b551fb43ef570,
        _:N3b44990cec52441fa16440c6d6cb473e,
        _:N7923f4bf38924844be4840bc9f7c0e2a,
        _:N99a83e215d0c470fa791e40809b3ec8c .

