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

<artist/6403#subject> a schema:Person,
        foaf:Person ;
    schema:name "Masumi Kawamura"@en,
        "川村真澄"@ja ;
    foaf:made <album/6915#lyrics>,
        <album/6915#subject> ;
    foaf:name "Masumi Kawamura"@en,
        "川村真澄"@ja .

<artist/8110#subject> a schema:Person,
        foaf:Person ;
    schema:name "Eiko Kyo"@en,
        "許瑛子"@ja ;
    foaf:made <album/6915#lyrics>,
        <album/6915#subject> ;
    foaf:name "Eiko Kyo"@en,
        "許瑛子"@ja .

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

<artist/4425#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/6915#subject> ;
    schema:name "Hitoshi Haba"@en,
        "羽場仁志"@ja ;
    foaf:made <album/6915#composition>,
        <album/6915#subject> ;
    foaf:name "Hitoshi Haba"@en,
        "羽場仁志"@ja .

<artist/79403#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/6915#subject> ;
    schema:name "Masahiro Arakawa"@en,
        "新川雅啓"@ja ;
    foaf:made <album/6915#composition>,
        <album/6915#subject> ;
    foaf:name "Masahiro Arakawa"@en,
        "新川雅啓"@ja .

<product/2084#subject> a schema:CreativeWork ;
    schema:name "Mega Man X3"@en,
        "ロックマンX3"@ja,
        "Rockman X3"@ja-latn ;
    foaf:name "Mega Man X3"@en,
        "ロックマンX3"@ja,
        "Rockman X3"@ja-latn .

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

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

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

<https://medium-media.vgm.io/albums/51/6915/6915-1523373103.jpg> a schema:ImageObject,
        foaf:Image .

<album/6915#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Befriend / Kotono Shibuya"@en,
        "Befriend / 渋谷琴乃"@ja,
        "Befriend / Kotono Shibuya"@ja-latn ;
    mo:composer <artist/4425#subject>,
        <artist/79403#subject> ;
    mo:produced_work <album/6915#musicalwork> ;
    schema:name "Befriend / Kotono Shibuya"@en,
        "Befriend / 渋谷琴乃"@ja,
        "Befriend / Kotono Shibuya"@ja-latn .

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

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

<album/6915#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Befriend / Kotono Shibuya"@en,
        "Befriend / 渋谷琴乃"@ja,
        "Befriend / Kotono Shibuya"@ja-latn ;
    mo:performance_of <album/6915#musicalwork> ;
    mo:performer <artist/79402#subject> ;
    mo:recorded_as <album/6915#musicalexpression> ;
    schema:byArtist <artist/79402#subject> ;
    schema:name "Befriend / Kotono Shibuya"@en,
        "Befriend / 渋谷琴乃"@ja,
        "Befriend / Kotono Shibuya"@ja-latn ;
    schema:workPerformed <album/6915#musicalwork> .

<artist/79402#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/6915#performance> ;
    schema:name "Kotono Shibuya"@en,
        "渋谷琴乃"@ja ;
    foaf:name "Kotono Shibuya"@en,
        "渋谷琴乃"@ja .

<album/6915#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "1996-06-05"^^xsd:date ;
    dcterms:title "Befriend / Kotono Shibuya"@en,
        "Befriend / 渋谷琴乃"@ja,
        "Befriend / Kotono Shibuya"@ja-latn ;
    mo:catalogue_number "TODT-3739" ;
    mo:media_type "Mini CD" ;
    mo:publication_of <album/6915#musicalexpression> ;
    mo:publisher <org/700#subject> ;
    mo:record _:Ne2389abb4f224db2b7bb6a969218fa91 ;
    mo:record_count 1 ;
    schema:about <product/2084#subject> ;
    schema:byArtist <artist/79402#subject> ;
    schema:datePublished "1996-06-05"^^xsd:date ;
    schema:genre "Game" ;
    schema:image <https://media.vgm.io/albums/51/6915/6915-1523373103.jpg> ;
    schema:name "Befriend / Kotono Shibuya"@en,
        "Befriend / 渋谷琴乃"@ja,
        "Befriend / Kotono Shibuya"@ja-latn ;
    schema:publisher <org/700#subject> ;
    foaf:depiction <https://media.vgm.io/albums/51/6915/6915-1523373103.jpg> .

_:N4463e36112e04f6ab9b273a43ecd88e6 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Befriend (Original Karaoke)"@en ;
    mo:track_number 3 ;
    schema:duration "PT4:27"^^xsd:interval ;
    schema:inPlaylist _:Ne2389abb4f224db2b7bb6a969218fa91 ;
    schema:name "Befriend (Original Karaoke)"@en .

_:Na0a9ff3e0fef493e84e5e9a5701d1d7b a mo:Track,
        schema:MusicRecording ;
    dcterms:title "One More Time"@en ;
    mo:track_number 2 ;
    schema:duration "PT4:42"^^xsd:interval ;
    schema:inPlaylist _:Ne2389abb4f224db2b7bb6a969218fa91 ;
    schema:name "One More Time"@en .

_:Nacc014b2a87f4e778eb8ec783a95fdbc a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Befriend"@en ;
    mo:track_number 1 ;
    schema:duration "PT4:46"^^xsd:interval ;
    schema:inPlaylist _:Ne2389abb4f224db2b7bb6a969218fa91 ;
    schema:name "Befriend"@en .

_:Ncaeed906d8cc4b65a09de9a56d555751 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "One More Time (Original Karaoke)"@en ;
    mo:track_number 4 ;
    schema:duration "PT4:41"^^xsd:interval ;
    schema:inPlaylist _:Ne2389abb4f224db2b7bb6a969218fa91 ;
    schema:name "One More Time (Original Karaoke)"@en .

_:Ne2389abb4f224db2b7bb6a969218fa91 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N4463e36112e04f6ab9b273a43ecd88e6,
        _:Na0a9ff3e0fef493e84e5e9a5701d1d7b,
        _:Nacc014b2a87f4e778eb8ec783a95fdbc,
        _:Ncaeed906d8cc4b65a09de9a56d555751 ;
    mo:track_count 4 ;
    schema:duration "PT18:36"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N4463e36112e04f6ab9b273a43ecd88e6,
        _:Na0a9ff3e0fef493e84e5e9a5701d1d7b,
        _:Nacc014b2a87f4e778eb8ec783a95fdbc,
        _:Ncaeed906d8cc4b65a09de9a56d555751 .

