-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjdsv.xml
20 lines (20 loc) · 1.21 KB
/
jdsv.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with ppm2rdf.cpp (https://github.com/millercl/xslt-rdf-mr) -->
<!DOCTYPE rdf:RDF [
<!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
<!ENTITY tiff 'http://ns.adobe.com/tiff/1.0/'>
<!ENTITY xsd 'http://www.w3.org/2001/XMLSchema#'>
]>
<RDF xmlns="&rdf;" xmlns:tiff="&tiff;" xml:lang="zxx" >
<Description about="" > <tiff:ImageWidth datatype="&xsd;int" >3</tiff:ImageWidth> </Description>
<Description about="" > <tiff:ImageLength datatype="&xsd;int" >3</tiff:ImageLength> </Description>
<Description about="&rdf;_1" > <_1 ID="zz1x1" >#cdcdcd</_1> </Description>
<Description about="&rdf;_2" > <_1 ID="zz2x1" >#d0d0d0</_1> </Description>
<Description about="&rdf;_3" > <_1 ID="zz3x1" >#fcfcfc</_1> </Description>
<Description about="&rdf;_1" > <_2 ID="zz1x2" >#bababa</_2> </Description>
<Description about="&rdf;_2" > <_2 ID="zz2x2" >#cecece</_2> </Description>
<Description about="&rdf;_3" > <_2 ID="zz3x2" >#fdfdfd</_2> </Description>
<Description about="&rdf;_1" > <_3 ID="zz1x3" >#c3c3c3</_3> </Description>
<Description about="&rdf;_2" > <_3 ID="zz2x3" >#fcfcfc</_3> </Description>
<Description about="&rdf;_3" > <_3 ID="zz3x3" >#c4c4c4</_3> </Description>
</RDF>