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

<artist/29785#subject> a schema:Person,
        foaf:Person ;
    schema:name "Ralph McCarthy"@en ;
    foaf:made <album/81209#lyrics>,
        <album/81209#subject> ;
    foaf:name "Ralph McCarthy"@en .

<artist/5874#subject> a schema:Person,
        foaf:Person ;
    schema:name "Goro Matsui"@en,
        "松井五郎"@ja ;
    foaf:made <album/81209#lyrics>,
        <album/81209#subject> ;
    foaf:name "Goro Matsui"@en,
        "松井五郎"@ja .

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

<artist/1786#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/81209#subject> ;
    schema:name "Mickie Yoshino"@en,
        "ミッキー吉野"@ja ;
    foaf:made <album/81209#composition>,
        <album/81209#subject> ;
    foaf:name "Mickie Yoshino"@en,
        "ミッキー吉野"@ja .

<artist/3234#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/81209#subject> ;
    schema:name "Yukihide Takekawa"@en,
        "タケカワユキヒデ"@ja ;
    foaf:made <album/81209#composition>,
        <album/81209#subject> ;
    foaf:name "Yukihide Takekawa"@en,
        "タケカワユキヒデ"@ja .

<product/3816#subject> a schema:CreativeWork ;
    schema:name "Urusei Yatsura"@en,
        "うる星やつら"@ja,
        "Urusei Yatsura"@ja-latn ;
    foaf:name "Urusei Yatsura"@en,
        "うる星やつら"@ja,
        "Urusei Yatsura"@ja-latn .

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

<org/13#subject> schema:name "Warner-Pioneer Corporation"@en,
        "ワーナー・パイオニア株式会社"@ja,
        "Warner-Pioneer Corporation"@ja-latn ;
    foaf:name "Warner-Pioneer Corporation"@en,
        "ワーナー・パイオニア株式会社"@ja,
        "Warner-Pioneer Corporation"@ja-latn .

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

<https://medium-media.vgm.io/albums/90/81209/81209-1538937432.jpg> a schema:ImageObject,
        foaf:Image .

<album/81209#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "ROCK THE PLANET / STEFFANIE"@en,
        "ロック・ザ・プラネット / ステファニー"@ja,
        "ROCK THE PLANET / STEFFANIE"@ja-latn ;
    mo:composer <artist/1786#subject>,
        <artist/3234#subject> ;
    mo:produced_work <album/81209#musicalwork> ;
    schema:name "ROCK THE PLANET / STEFFANIE"@en,
        "ロック・ザ・プラネット / ステファニー"@ja,
        "ROCK THE PLANET / STEFFANIE"@ja-latn .

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

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

<album/81209#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "ROCK THE PLANET / STEFFANIE"@en,
        "ロック・ザ・プラネット / ステファニー"@ja,
        "ROCK THE PLANET / STEFFANIE"@ja-latn ;
    mo:performance_of <album/81209#musicalwork> ;
    mo:performer <artist/26496#subject> ;
    mo:recorded_as <album/81209#musicalexpression> ;
    schema:byArtist <artist/26496#subject> ;
    schema:name "ROCK THE PLANET / STEFFANIE"@en,
        "ロック・ザ・プラネット / ステファニー"@ja,
        "ROCK THE PLANET / STEFFANIE"@ja-latn ;
    schema:workPerformed <album/81209#musicalwork> .

<artist/26496#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/81209#performance> ;
    schema:name "Steffanie"@en ;
    foaf:name "Steffanie"@en .

<album/81209#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1985-04-10"^^xsd:date ;
    dcterms:title "ROCK THE PLANET / STEFFANIE"@en,
        "ロック・ザ・プラネット / ステファニー"@ja,
        "ROCK THE PLANET / STEFFANIE"@ja-latn ;
    mo:catalogue_number "K-1548" ;
    mo:media_type "Vinyl (7\" 45 rpm)" ;
    mo:publication_of <album/81209#musicalexpression> ;
    mo:publisher <org/13#subject> ;
    mo:record _:N7885d476bdac4551842c78d58724865d ;
    mo:record_count 1 ;
    schema:about <product/3816#subject> ;
    schema:byArtist <artist/26496#subject> ;
    schema:datePublished "1985-04-10"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/90/81209/81209-1538937432.jpg> ;
    schema:name "ROCK THE PLANET / STEFFANIE"@en,
        "ロック・ザ・プラネット / ステファニー"@ja,
        "ROCK THE PLANET / STEFFANIE"@ja-latn ;
    schema:publisher <org/13#subject> ;
    foaf:depiction <https://media.vgm.io/albums/90/81209/81209-1538937432.jpg> .

_:N920a5afcf85247ddb56a4be294238d29 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ROCK THE PLANET"@en,
        "ロック・ザ・プラネット"@ja ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N7885d476bdac4551842c78d58724865d ;
    schema:name "ROCK THE PLANET"@en,
        "ロック・ザ・プラネット"@ja .

_:Neb6ea2e59006413e8fb90e98ff012176 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "EVERY DAY"@en,
        "エヴリデイ"@ja ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N7885d476bdac4551842c78d58724865d ;
    schema:name "EVERY DAY"@en,
        "エヴリデイ"@ja .

_:N7885d476bdac4551842c78d58724865d a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N920a5afcf85247ddb56a4be294238d29,
        _:Neb6ea2e59006413e8fb90e98ff012176 ;
    mo:track_count 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 2 ;
    schema:track _:N920a5afcf85247ddb56a4be294238d29,
        _:Neb6ea2e59006413e8fb90e98ff012176 .

