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

<artist/14218#subject> a schema:Person,
        foaf:Person ;
    schema:name "hiroko"@en ;
    foaf:made <album/86160#lyrics>,
        <album/86160#subject> ;
    foaf:name "hiroko"@en .

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

<artist/11246#subject> a schema:Person,
        foaf:Person ;
    dcterms:creator <album/86160#subject> ;
    schema:name "mitsuyuki miyake"@en ;
    foaf:made <album/86160#composition>,
        <album/86160#lyrics>,
        <album/86160#subject> ;
    foaf:name "mitsuyuki miyake"@en .

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

<org/2380#subject> schema:name "Universal Music"@en,
        "Universal Music"@ja,
        "Universal Music"@ja-latn ;
    foaf:name "Universal Music"@en,
        "Universal Music"@ja,
        "Universal Music"@ja-latn .

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

<https://medium-media.vgm.io/albums/06/86160/86160-1555889385.jpg> a schema:ImageObject,
        foaf:Image .

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

<album/86160#performance> a mo:Performance,
        schema:Event ;
    dcterms:title "Omedetou / mihimaru GT"@en,
        "オメデトウ / mihimaru GT"@ja,
        "Omedetou / mihimaru GT"@ja-latn ;
    mo:performance_of <album/86160#musicalwork> ;
    mo:performer <artist/14217#subject> ;
    mo:recorded_as <album/86160#musicalexpression> ;
    schema:byArtist <artist/14217#subject> ;
    schema:name "Omedetou / mihimaru GT"@en,
        "オメデトウ / mihimaru GT"@ja,
        "Omedetou / mihimaru GT"@ja-latn ;
    schema:workPerformed <album/86160#musicalwork> .

<artist/14217#subject> a schema:Person,
        foaf:Person ;
    mo:performed <album/86160#performance> ;
    schema:name "mihimaru GT"@en ;
    foaf:name "mihimaru GT"@en .

<album/86160#composition> a mo:Composition,
        schema:CreativeWork ;
    dcterms:title "Omedetou / mihimaru GT"@en,
        "オメデトウ / mihimaru GT"@ja,
        "Omedetou / mihimaru GT"@ja-latn ;
    mo:composer [ a schema:Person,
                foaf:Person ;
            schema:name "Degioligo"@en ;
            foaf:made <album/86160#composition> ;
            foaf:name "Degioligo"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Pettersson"@en ;
            foaf:made <album/86160#composition> ;
            foaf:name "Pettersson"@en ],
        [ a schema:Person,
                foaf:Person ;
            schema:name "Albertsson"@en ;
            foaf:made <album/86160#composition> ;
            foaf:name "Albertsson"@en ],
        <artist/11246#subject> ;
    mo:produced_work <album/86160#musicalwork> ;
    schema:name "Omedetou / mihimaru GT"@en,
        "オメデトウ / mihimaru GT"@ja,
        "Omedetou / mihimaru GT"@ja-latn .

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

<album/86160#subject> a mo:Release,
        schema:MusicAlbum ;
    dcterms:created "2010-04-21"^^xsd:date ;
    dcterms:title "Omedetou / mihimaru GT"@en,
        "オメデトウ / mihimaru GT"@ja,
        "Omedetou / mihimaru GT"@ja-latn ;
    mo:catalogue_number "UPCH-5647" ;
    mo:media_type "CD" ;
    mo:publication_of <album/86160#musicalexpression> ;
    mo:publisher <org/2380#subject> ;
    mo:record _:N4c6771743cb94bae9ec7cf72863c62f5 ;
    mo:record_count 1 ;
    schema:about [ a schema:CreativeWork ;
            schema:name "Eiga Crayon Shin-chan: Choujikuu! Arashi wo Yobu Ora no Hanayome"@en ;
            foaf:name "Eiga Crayon Shin-chan: Choujikuu! Arashi wo Yobu Ora no Hanayome"@en ] ;
    schema:byArtist <artist/14217#subject> ;
    schema:datePublished "2010-04-21"^^xsd:date ;
    schema:genre "Animation" ;
    schema:image <https://media.vgm.io/albums/06/86160/86160-1555889385.jpg> ;
    schema:name "Omedetou / mihimaru GT"@en,
        "オメデトウ / mihimaru GT"@ja,
        "Omedetou / mihimaru GT"@ja-latn ;
    schema:publisher <org/2380#subject> ;
    foaf:depiction <https://media.vgm.io/albums/06/86160/86160-1555889385.jpg> .

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

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

[] a schema:Person,
        foaf:Person ;
    schema:name "Hidemi Ino"@en ;
    foaf:made <album/86160#subject> ;
    foaf:name "Hidemi Ino"@en .

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

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

[] a schema:Person,
        foaf:Person ;
    schema:name "Pettersson"@en ;
    foaf:made <album/86160#lyrics> ;
    foaf:name "Pettersson"@en .

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

[] a schema:Person,
        foaf:Person ;
    schema:name "Albertsson"@en ;
    foaf:made <album/86160#lyrics> ;
    foaf:name "Albertsson"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Hidemi Ino"@en ;
    foaf:made <album/86160#lyrics> ;
    foaf:name "Hidemi Ino"@en .

[] a schema:Person,
        foaf:Person ;
    schema:name "Degioligo"@en ;
    foaf:made <album/86160#lyrics> ;
    foaf:name "Degioligo"@en .

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

_:N04d3df0a343d44daaccfe19778b21b6c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fascinating Girl"@ja,
        "Fascinating Girl"@ja-latn ;
    mo:track_number 2 ;
    schema:duration "PT3:40"^^xsd:interval ;
    schema:inPlaylist _:N4c6771743cb94bae9ec7cf72863c62f5 ;
    schema:name "Fascinating Girl"@ja,
        "Fascinating Girl"@ja-latn .

_:N1a1f9487171f4042aaf8a89fcc01ca6c a mo:Track,
        schema:MusicRecording ;
    dcterms:title "オメデトウ (Instrumental)"@ja,
        "Omedetou (Instrumental)"@ja-latn ;
    mo:track_number 3 ;
    schema:duration "PT5:27"^^xsd:interval ;
    schema:inPlaylist _:N4c6771743cb94bae9ec7cf72863c62f5 ;
    schema:name "オメデトウ (Instrumental)"@ja,
        "Omedetou (Instrumental)"@ja-latn .

_:N8a3d94fc4bf84c07a182936329d09c7a a mo:Track,
        schema:MusicRecording ;
    dcterms:title "オメデトウ"@ja,
        "Omedetou"@ja-latn ;
    mo:track_number 1 ;
    schema:duration "PT5:28"^^xsd:interval ;
    schema:inPlaylist _:N4c6771743cb94bae9ec7cf72863c62f5 ;
    schema:name "オメデトウ"@ja,
        "Omedetou"@ja-latn .

_:N9cfc351195d1428aa00d719ad3f917c9 a mo:Track,
        schema:MusicRecording ;
    dcterms:title "Fascinating Girl (Instrumental)"@ja,
        "Fascinating Girl (Instrumental)"@ja-latn ;
    mo:track_number 4 ;
    schema:duration "PT3:37"^^xsd:interval ;
    schema:inPlaylist _:N4c6771743cb94bae9ec7cf72863c62f5 ;
    schema:name "Fascinating Girl (Instrumental)"@ja,
        "Fascinating Girl (Instrumental)"@ja-latn .

_:N4c6771743cb94bae9ec7cf72863c62f5 a mo:Record,
        schema:MusicPlaylist ;
    mo:record_name 1 ;
    mo:track _:N04d3df0a343d44daaccfe19778b21b6c,
        _:N1a1f9487171f4042aaf8a89fcc01ca6c,
        _:N8a3d94fc4bf84c07a182936329d09c7a,
        _:N9cfc351195d1428aa00d719ad3f917c9 ;
    mo:track_count 4 ;
    schema:duration "PT18:12"^^xsd:interval ;
    schema:numTracks 4 ;
    schema:track _:N04d3df0a343d44daaccfe19778b21b6c,
        _:N1a1f9487171f4042aaf8a89fcc01ca6c,
        _:N8a3d94fc4bf84c07a182936329d09c7a,
        _:N9cfc351195d1428aa00d719ad3f917c9 .

