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

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

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

<artist/10348#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/137692#subject> ;
    schema:name "Haim Saban"@en ;
    foaf:made <album/137692#composition>,
        <album/137692#subject> ;
    foaf:name "Haim Saban"@en .

<artist/10349#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/137692#subject> ;
    schema:name "Shuki Levy"@en ;
    foaf:made <album/137692#composition>,
        <album/137692#subject> ;
    foaf:name "Shuki Levy"@en .

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

<org/1480#subject> schema:name "Hollywood Records"@en,
        "Hollywood Records"@ja,
        "Hollywood Records"@ja-latn ;
    foaf:name "Hollywood Records"@en,
        "Hollywood Records"@ja,
        "Hollywood Records"@ja-latn .

<https://media.vgm.io/albums/29/137692/137692-6c147f9db030.jpg> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/137692#subject> ;
    schema:thumbnailUrl <https://medium-media.vgm.io/albums/29/137692/137692-6c147f9db030.jpg> ;
    foaf:depicts <album/137692#subject> ;
    foaf:thumbnail <https://medium-media.vgm.io/albums/29/137692/137692-6c147f9db030.jpg> .

<https://medium-media.vgm.io/albums/29/137692/137692-6c147f9db030.jpg> a schema:ImageObject,
        foaf:Image .

<album/137692#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "X-Men '97 Theme"@en,
        "X-Men '97 Theme"@ja,
        "X-Men '97 Theme"@ja-latn ;
    mo:composer <artist/10348#subject>,
        <artist/10349#subject> ;
    mo:produced_work <album/137692#musicalwork> ;
    schema:name "X-Men '97 Theme"@en,
        "X-Men '97 Theme"@ja,
        "X-Men '97 Theme"@ja-latn .

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

<album/137692#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "X-Men '97 Theme"@en,
        "X-Men '97 Theme"@ja,
        "X-Men '97 Theme"@ja-latn ;
    mo:performance_of <album/137692#musicalwork> ;
    mo:performer <artist/63988#subject> ;
    mo:recorded_as <album/137692#musicalexpression> ;
    schema:byArtist <artist/63988#subject> ;
    schema:name "X-Men '97 Theme"@en,
        "X-Men '97 Theme"@ja,
        "X-Men '97 Theme"@ja-latn ;
    schema:workPerformed <album/137692#musicalwork> .

<artist/63988#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/137692#performance> ;
    schema:name "The Newton Brothers"@en ;
    foaf:name "The Newton Brothers"@en .

<album/137692#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2024-03-21"^^xsd:date ;
    dcterms:title "X-Men '97 Theme"@en,
        "X-Men '97 Theme"@ja,
        "X-Men '97 Theme"@ja-latn ;
    mo:catalogue_number "D004473615" ;
    mo:media_type "Digital" ;
    mo:publication_of <album/137692#musicalexpression> ;
    mo:publisher <org/1480#subject> ;
    mo:record _:N7dd62b3909d04bac9c21365fae80063a ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "X-Men '97"@en ;
            foaf:name "X-Men '97"@en ] ;
    schema:byArtist <artist/63988#subject> ;
    schema:datePublished "2024-03-21"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/29/137692/137692-6c147f9db030.jpg> ;
    schema:name "X-Men '97 Theme"@en,
        "X-Men '97 Theme"@ja,
        "X-Men '97 Theme"@ja-latn ;
    schema:publisher <org/1480#subject> ;
    foaf:depiction <https://media.vgm.io/albums/29/137692/137692-6c147f9db030.jpg> .

_:N066a4c4ff99d493dbc564dc4e591c94b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "X-Men '97 Theme (From \"X-Men '97\")"@en ;
    mo:track_number 1 ;
    schema:duration "PT1:05"^^xsd:interval ;
    schema:inPlaylist _:N7dd62b3909d04bac9c21365fae80063a ;
    schema:name "X-Men '97 Theme (From \"X-Men '97\")"@en .

_:N7dd62b3909d04bac9c21365fae80063a a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N066a4c4ff99d493dbc564dc4e591c94b ;
    mo:track_count 1 ;
    schema:duration "PT1:05"^^xsd:interval ;
    schema:numTracks 1 ;
    schema:track _:N066a4c4ff99d493dbc564dc4e591c94b .

