- From: CVS User fsasaki <cvsmail@w3.org>
- Date: Tue, 28 May 2013 21:51:06 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/nif
In directory gil:/tmp/cvs-serv21133/examples/nif
Modified Files:
EX-nif-conversion-output.xml
Log Message:
edits related to nif, see http://lists.w3.org/Archives/Public/public-multilingualweb-lt/2013May/0228.html andhttps://www.w3.org/International/multilingualweb/lt/track/issues/125
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/nif/EX-nif-conversion-output.xml 2013/05/19 14:01:24 1.7
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/nif/EX-nif-conversion-output.xml 2013/05/28 21:51:06 1.8
@@ -1,40 +1,40 @@
-<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+<?xml version="1.0" encoding="UTF-8"?>
+<rdf:RDF
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:itsrdf="http://www.w3.org/2005/11/its/rdf#"
xmlns:nif="http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#">
+
<rdf:Description rdf:about="http://example.com/exampledoc.html#char=0,29">
- <nif:sourceUrl rdf:resource="http://example.com/exampledoc.html"/>
- <nif:isString>Welcome to Dublin in Ireland!</nif:isString>
<rdf:type rdf:resource="http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#Context"/>
- </rdf:Description>
- <rdf:Description rdf:about="http://example.com/exampledoc.html#char=0,29">
<rdf:type rdf:resource="http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#RFC5147String"/>
- <nif:anchorOf>Welcome to Dublin in Ireland!</nif:anchorOf>
<itsrdf:translate>yes</itsrdf:translate>
<itsrdf:withinText>no</itsrdf:withinText>
+ <nif:beginIndex>0</nif:beginIndex>
+ <nif:endIndex>29</nif:endIndex>
<nif:referenceContext rdf:resource="http://example.com/exampledoc.html#char=0,29"/>
+ <nif:isString>Welcome to Dublin in Ireland!</nif:isString>
+ <nif:wasConvertedFrom rdf:resource="http://example.com/exampledoc.html#xpath(/html/body[1]/h2[1])"/>
</rdf:Description>
- <rdf:Description rdf:about="http://example.com/exampledoc.html#xpath(/html/body%5B1%5D/h2%5B1%5D)">
- <nif:convertedFrom rdf:resource="http://example.com/exampledoc.html#char=0,29"/>
- </rdf:Description>
+
<rdf:Description rdf:about="http://example.com/exampledoc.html#char=11,17">
+ <nif:beginIndex>11</nif:beginIndex>
+ <nif:endIndex>17</nif:endIndex>
<rdf:type rdf:resource="http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#RFC5147String"/>
- <nif:anchorOf>Dublin</nif:anchorOf>
<itsrdf:translate>no</itsrdf:translate>
<itsrdf:withinText>yes</itsrdf:withinText>
<itsrdf:taIdentRef rdf:resource="http://dbpedia.org/resource/Dublin"/>
<nif:referenceContext rdf:resource="http://example.com/exampledoc.html#char=0,29"/>
+ <nif:wasConvertedFrom rdf:resource="http://example.com/exampledoc.html#xpath(/html/body[1]/h2[1]/span[1])"/>
</rdf:Description>
- <rdf:Description rdf:about="http://example.com/exampledoc.html#xpath(/html/body%5B1%5D/h2%5B1%5D/span%5B1%5D)">
- <nif:convertedFrom rdf:resource="http://example.com/exampledoc.html#char=11,17"/>
- </rdf:Description>
+
<rdf:Description rdf:about="http://example.com/exampledoc.html#char=21,28">
+ <nif:beginIndex>21</nif:beginIndex>
+ <nif:endIndex>28</nif:endIndex>
<rdf:type rdf:resource="http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#RFC5147String"/>
- <nif:anchorOf>Ireland</nif:anchorOf>
<itsrdf:translate>no</itsrdf:translate>
<itsrdf:withinText>yes</itsrdf:withinText>
<nif:referenceContext rdf:resource="http://example.com/exampledoc.html#char=0,29"/>
+ <nif:wasConvertedFrom rdf:resource="http://example.com/exampledoc.html#xpath(/html/body[1]/h2[1]/b[1])"/>
</rdf:Description>
- <rdf:Description rdf:about="http://example.com/exampledoc.html#xpath(/html/body%5B1%5D/h2%5B1%5D/b%5B1%5D)">
- <nif:convertedFrom rdf:resource="http://example.com/exampledoc.html#char=21,28"/>
- </rdf:Description>
-</rdf:RDF>
+
+</rdf:RDF>
\ No newline at end of file
Received on Tuesday, 28 May 2013 21:51:12 UTC