summaryrefslogtreecommitdiff
path: root/unoxml/qa/complex/unoxml/testdocuments/example.rdf
blob: 07ef7f07b6fd116b4fe475969e59a4407e0ab623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<rdf:RDF 
 xmlns:pkg="http://docs.oasis-open.org/opendocument/meta/package/common#"
 xmlns:odf="http://docs.oasis-open.org/opendocument/meta/package/odf#" 
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<pkg:Package rdf:about="urn:uuid:224ab023-77b8-4396-a75a-8cecd85b81e3">
    <pkg:hasPart>
        <odf:ContentFile pkg:path="content.xml">
            <pkg:hasPart>
				<odf:Element rdf:about="uri:example-element-1" 
					pkg:idref="ID_A"/>
            </pkg:hasPart>
            <pkg:hasPart>
				<odf:Element rdf:about="uri:example-element-2" 
					pkg:idref="ID_B"/>
            </pkg:hasPart>
		</odf:ContentFile>
    </pkg:hasPart>
    <pkg:hasPart>
        <odf:MetadataFile rdf:about="http://hospital-employee/doctor"
			pkg:path="meta/hospital/doctor.rdf">
            <rdf:type rdf:resource="http://medical-employee/data"/>
            <rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#"/>
        </odf:MetadataFile>
    </pkg:hasPart>
</pkg:Package>
</rdf:RDF>