Location: Zinc/JSON resources @ 935bf3b639c5 / JSON_style_ZINC_template.rdf

Author:
Dougal Cowan <devnull@localhost>
Date:
2011-04-19 14:52:22+12:00
Desc:
Initial versions of the template files. Use the .RDF file as the file to be exposed in a Zinc viewer exposure.
Permanent Source URI:
https://models.physiomeproject.org/w/dcowan/ZincJSONres/rawfile/935bf3b639c5127869f25845e0c58041710670ca/JSON_style_ZINC_template.rdf

<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
        xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
        xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
        xmlns:dc="http://purl.org/dc/elements/1.1/"
        xmlns:dcterms="http://purl.org/dc/terms/"
        xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#"
        xmlns:pmr2="http://namespace.physiomeproject.org/pmr2#">
    <rdf:Description rdf:about="">
        <dc:title>
            Title of exposure
        </dc:title>

        <dc:creator>
            <rdf:Seq>
                <rdf:li>Author 1</rdf:li>
                <rdf:li>Author 2 ...</rdf:li>
            </rdf:Seq>
        </dc:creator>

        <dcterms:bibliographicCitation>
            Citation text
        </dcterms:bibliographicCitation>

        <pmr2:annotation rdf:parseType="Resource">
            <pmr2:type 
                rdf:resource="http://namespace.physiomeproject.org/pmr2/note#json_zinc_viewer"/>
            <pmr2:fields>
                <rdf:Bag>
                    <rdf:li rdf:parseType="Resource">
                        <pmr2:field rdf:parseType="Resource">
                            <pmr2:key>json</pmr2:key>
                            <pmr2:value>JSON_filename.json</pmr2:value>
                        </pmr2:field>
                    </rdf:li>
                </rdf:Bag>
            </pmr2:fields>
        </pmr2:annotation>

        <pmr2:annotation rdf:parseType="Resource">
            <pmr2:type 
                rdf:resource="http://namespace.physiomeproject.org/pmr2/note#zinc_viewer"/>
            <pmr2:fields>
                <rdf:Bag>
                    <rdf:li rdf:parseType="Resource">
                        <pmr2:field rdf:parseType="Resource">
                            <pmr2:key>exelem</pmr2:key>
                            <pmr2:value>filename.exelem</pmr2:value>
                        </pmr2:field>
                    </rdf:li>
                    <rdf:li rdf:parseType="Resource">
                        <pmr2:field rdf:parseType="Resource">
                            <pmr2:key>exnode</pmr2:key>
                            <pmr2:value>filename.exnode</pmr2:value>
                        </pmr2:field>
                    </rdf:li>
                </rdf:Bag>
            </pmr2:fields>
        </pmr2:annotation>

    </rdf:Description>
</rdf:RDF>