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

<artist/18901#subject> a schema:Person,
        foaf:Person ;
    schema:name "Jennifer Cihi"@en ;
    foaf:made <album/84699#subject>,
        <album/84699#vocals> ;
    foaf:name "Jennifer Cihi"@en .

<artist/23982#subject> a schema:Person,
        foaf:Person ;
    schema:name "Stan Bush"@en ;
    foaf:made <album/84699#subject>,
        <album/84699#vocals> ;
    foaf:name "Stan Bush"@en .

<album/47597> a mo:Release ;
    mo:catalogue_number "R2 72267" .

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

<release/16264#subject> a schema:CreativeWork ;
    schema:name "Pretty Soldier Sailor Moon"@en,
        "Pretty Soldier Sailor Moon"@ja,
        "Pretty Soldier Sailor Moon"@ja-latn ;
    foaf:name "Pretty Soldier Sailor Moon"@en,
        "Pretty Soldier Sailor Moon"@ja,
        "Pretty Soldier Sailor Moon"@ja-latn .

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

<album/84699#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Sailor Moon: Songs From the Hit TV Series"@en,
        "Sailor Moon: Songs From the Hit TV Series"@ja,
        "Sailor Moon: Songs From the Hit TV Series"@ja-latn ;
    mo:performance_of <album/84699#musicalwork> ;
    mo:recorded_as <album/84699#musicalexpression> ;
    schema:name "Sailor Moon: Songs From the Hit TV Series"@en,
        "Sailor Moon: Songs From the Hit TV Series"@ja,
        "Sailor Moon: Songs From the Hit TV Series"@ja-latn ;
    schema:workPerformed <album/84699#musicalwork> .

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

<https://vgmdb.net/db/img/album-nocover-medium.gif> a schema:ImageObject,
        foaf:Image ;
    schema:about <album/84699#subject> ;
    schema:thumbnailUrl <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    foaf:depicts <album/84699#subject> ;
    foaf:thumbnail <https://vgmdb.net/db/img/album-nocover-medium.gif> .

<album/84699#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Sailor Moon: Songs From the Hit TV Series"@en,
        "Sailor Moon: Songs From the Hit TV Series"@ja,
        "Sailor Moon: Songs From the Hit TV Series"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "John Miyagi Author"@en ;
            foaf:made <album/84699#composition> ;
            foaf:name "John Miyagi Author"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Andy Heyward"@en ;
            foaf:made <album/84699#composition> ;
            foaf:name "Andy Heyward"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Matt McGuire"@en ;
            foaf:made <album/84699#composition> ;
            foaf:name "Matt McGuire"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Sandy Howell"@en ;
            foaf:made <album/84699#composition> ;
            foaf:name "Sandy Howell"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Michael Benghiat"@en ;
            foaf:made <album/84699#composition> ;
            foaf:name "Michael Benghiat"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Lois Blaisch"@en ;
            foaf:made <album/84699#composition> ;
            foaf:name "Lois Blaisch"@en ] ;
    mo:produced_work <album/84699#musicalwork> ;
    schema:name "Sailor Moon: Songs From the Hit TV Series"@en,
        "Sailor Moon: Songs From the Hit TV Series"@ja,
        "Sailor Moon: Songs From the Hit TV Series"@ja-latn .

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

<album/84699#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1996-01-01"^^xsd:date ;
    dcterms:title "Sailor Moon: Songs From the Hit TV Series"@en,
        "Sailor Moon: Songs From the Hit TV Series"@ja,
        "Sailor Moon: Songs From the Hit TV Series"@ja-latn ;
    mo:catalogue_number "S4-54371" ;
    mo:media_type "Cassette" ;
    mo:other_release_of <album/47597> ;
    mo:publication_of <album/84699#musicalexpression> ;
    mo:publisher _:Nfaf65f4e9dd041d08de97e4a60865658 ;
    mo:record _:N2f88529826344a29a073fd04b5c56a95 ;
    mo:record_count 1 ;
    schema:about <release/16264#subject> ;
    schema:datePublished "1996-01-01"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://vgmdb.net/db/img/album-nocover-medium.gif> ;
    schema:name "Sailor Moon: Songs From the Hit TV Series"@en,
        "Sailor Moon: Songs From the Hit TV Series"@ja,
        "Sailor Moon: Songs From the Hit TV Series"@ja-latn ;
    schema:publisher _:Nfaf65f4e9dd041d08de97e4a60865658 ;
    foaf:depiction <https://vgmdb.net/db/img/album-nocover-medium.gif> .

[] a schema:Person,
        foaf:Person ;
    schema:name "Nicole Price"@en ;
    foaf:made <album/84699#vocals> ;
    foaf:name "Nicole Price"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Shandi Sinnamon"@en ;
    foaf:made <album/84699#subject> ;
    foaf:name "Shandi Sinnamon"@en .

[] a schema:Person,
        foaf:Person ;
    dcterms:creator <album/84699#subject> ;
    schema:name "John Miyagi Author"@en ;
    foaf:made <album/84699#subject> ;
    foaf:name "John Miyagi Author"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Brynne Price"@en ;
    foaf:made <album/84699#subject> ;
    foaf:name "Brynne Price"@en .

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

[] a schema:Person,
        foaf:Person ;
    schema:name "Sandy Howell"@en ;
    foaf:made <album/84699#vocals> ;
    foaf:name "Sandy Howell"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Patricia Tollett"@en ;
    foaf:made <album/84699#vocals> ;
    foaf:name "Patricia Tollett"@en .

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

[] a schema:Person,
        foaf:Person ;
    schema:name "Shandi Sinnamon"@en ;
    foaf:made <album/84699#vocals> ;
    foaf:name "Shandi Sinnamon"@en .

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

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

[] a schema:Person,
        foaf:Person ;
    schema:name "Patricia Tollett"@en ;
    foaf:made <album/84699#subject> ;
    foaf:name "Patricia Tollett"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Sandy Howell"@en ;
    foaf:made <album/84699#subject> ;
    foaf:name "Sandy Howell"@en .

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

[] a schema:Person,
        foaf:Person ;
    schema:name "Brynne Price"@en ;
    foaf:made <album/84699#vocals> ;
    foaf:name "Brynne Price"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Nicole Price"@en ;
    foaf:made <album/84699#subject> ;
    foaf:name "Nicole Price"@en .

_:N0d6a5498cbf5424fbeff5361e01aaa4a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SHE'S GOT THE POWER"@en ;
    mo:track_number 10 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N2f88529826344a29a073fd04b5c56a95 ;
    schema:name "SHE'S GOT THE POWER"@en .

_:N13e80504fe9543af890f4b7664013933 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SAILOR MOON THEME"@en ;
    mo:track_number 1 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N2f88529826344a29a073fd04b5c56a95 ;
    schema:name "SAILOR MOON THEME"@en .

_:N4cd8ba427a934b209771010e7acac8d5 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "I WANNA BE A STAR!"@en ;
    mo:track_number 2 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N2f88529826344a29a073fd04b5c56a95 ;
    schema:name "I WANNA BE A STAR!"@en .

_:N84947f435538444d8dbfd936eaf35314 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "MY ONLY LOVE"@en ;
    mo:track_number 3 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N2f88529826344a29a073fd04b5c56a95 ;
    schema:name "MY ONLY LOVE"@en .

_:N863055763a6c419887c38a3aa3f6fe2f a mo:Track,
        schema:MusicRecording ;
    dcterms:title "CALL MY NAME (AND I'LL BE THERE)"@en ;
    mo:track_number 4 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N2f88529826344a29a073fd04b5c56a95 ;
    schema:name "CALL MY NAME (AND I'LL BE THERE)"@en .

_:N88f7e1de8bee4439bcc5bc5f1a0da931 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "IT'S A NEW DAY"@en ;
    mo:track_number 6 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N2f88529826344a29a073fd04b5c56a95 ;
    schema:name "IT'S A NEW DAY"@en .

_:N8ea992b71e9042f5a02795ff1797bb7d a mo:Track,
        schema:MusicRecording ;
    dcterms:title "OH STARRY NIGHT"@en ;
    mo:track_number 5 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N2f88529826344a29a073fd04b5c56a95 ;
    schema:name "OH STARRY NIGHT"@en .

_:Nb4b8442d47b947fda153c3d9ec57025e a mo:Track,
        schema:MusicRecording ;
    dcterms:title "ONLY A MEMORY AWAY"@en ;
    mo:track_number 9 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N2f88529826344a29a073fd04b5c56a95 ;
    schema:name "ONLY A MEMORY AWAY"@en .

_:Nb5db55736e0e4b6e8c89cfba49c0be4a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "SAILOR MOON THEME (REPRISE)"@en ;
    mo:track_number 11 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N2f88529826344a29a073fd04b5c56a95 ;
    schema:name "SAILOR MOON THEME (REPRISE)"@en .

_:Ncc07007875fd48778b4f9af21e9aac6c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "RAINY DAY MAN"@en ;
    mo:track_number 8 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N2f88529826344a29a073fd04b5c56a95 ;
    schema:name "RAINY DAY MAN"@en .

_:Nfaf65f4e9dd041d08de97e4a60865658 schema:name "EMI Music Canada"@en ;
    foaf:name "EMI Music Canada"@en .

_:Nfd7de2e973464c0ea671bdfde33aacb9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "CARRY ON"@en ;
    mo:track_number 7 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:inPlaylist _:N2f88529826344a29a073fd04b5c56a95 ;
    schema:name "CARRY ON"@en .

_:N2f88529826344a29a073fd04b5c56a95 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N0d6a5498cbf5424fbeff5361e01aaa4a,
        _:N13e80504fe9543af890f4b7664013933,
        _:N4cd8ba427a934b209771010e7acac8d5,
        _:N84947f435538444d8dbfd936eaf35314,
        _:N863055763a6c419887c38a3aa3f6fe2f,
        _:N88f7e1de8bee4439bcc5bc5f1a0da931,
        _:N8ea992b71e9042f5a02795ff1797bb7d,
        _:Nb4b8442d47b947fda153c3d9ec57025e,
        _:Nb5db55736e0e4b6e8c89cfba49c0be4a,
        _:Ncc07007875fd48778b4f9af21e9aac6c,
        _:Nfd7de2e973464c0ea671bdfde33aacb9 ;
    mo:track_count 11 ;
    schema:duration "PTUnknown"^^xsd:interval ;
    schema:numTracks 11 ;
    schema:track _:N0d6a5498cbf5424fbeff5361e01aaa4a,
        _:N13e80504fe9543af890f4b7664013933,
        _:N4cd8ba427a934b209771010e7acac8d5,
        _:N84947f435538444d8dbfd936eaf35314,
        _:N863055763a6c419887c38a3aa3f6fe2f,
        _:N88f7e1de8bee4439bcc5bc5f1a0da931,
        _:N8ea992b71e9042f5a02795ff1797bb7d,
        _:Nb4b8442d47b947fda153c3d9ec57025e,
        _:Nb5db55736e0e4b6e8c89cfba49c0be4a,
        _:Ncc07007875fd48778b4f9af21e9aac6c,
        _:Nfd7de2e973464c0ea671bdfde33aacb9 .

