1<?xml version="1.0"?>
2<!--***********************************************************
3 *
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements.  See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership.  The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the
9 * "License"); you may not use this file except in compliance
10 * with the License.  You may obtain a copy of the License at
11 *
12 *   http://www.apache.org/licenses/LICENSE-2.0
13 *
14 * Unless required by applicable law or agreed to in writing,
15 * software distributed under the License is distributed on an
16 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17 * KIND, either express or implied.  See the License for the
18 * specific language governing permissions and limitations
19 * under the License.
20 *
21 ***********************************************************-->
22<rdf:RDF
23 xmlns:pkg="http://docs.oasis-open.org/opendocument/meta/package/common#"
24 xmlns:odf="http://docs.oasis-open.org/opendocument/meta/package/odf#"
25 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
26<pkg:Package rdf:about="urn:uuid:224ab023-77b8-4396-a75a-8cecd85b81e3">
27    <pkg:hasPart>
28        <odf:ContentFile pkg:path="content.xml">
29            <pkg:hasPart>
30				<odf:Element rdf:about="uri:example-element-1"
31					pkg:idref="ID_A"/>
32            </pkg:hasPart>
33            <pkg:hasPart>
34				<odf:Element rdf:about="uri:example-element-2"
35					pkg:idref="ID_B"/>
36            </pkg:hasPart>
37		</odf:ContentFile>
38    </pkg:hasPart>
39    <pkg:hasPart>
40        <odf:MetadataFile rdf:about="http://hospital-employee/doctor"
41			pkg:path="meta/hospital/doctor.rdf">
42            <rdf:type rdf:resource="http://medical-employee/data"/>
43            <rdf:type rdf:resource="http://www.w3.org/2006/vcard/ns#"/>
44        </odf:MetadataFile>
45    </pkg:hasPart>
46</pkg:Package>
47</rdf:RDF>
48