- From: CVS User fsasaki <cvsmail@w3.org>
- Date: Fri, 06 Sep 2013 11:21:31 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/nif In directory gil:/tmp/cvs-serv7419/examples/nif Modified Files: EX-nif-conversion-output.xml Log Message: nif conversion output now as turtle --- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/nif/EX-nif-conversion-output.xml 2013/09/06 11:09:51 1.10 +++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/nif/EX-nif-conversion-output.xml 2013/09/06 11:21:31 1.11 @@ -1,37 +1,27 @@ -<?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/myitsservice?informat=html&intype=url&input=http://example.com/doc.html&char=0,29"> - <rdf:type rdf:resource="http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#Context"/> - <rdf:type rdf:resource="http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#RFC5147String"/> - <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/myitsservice?informat=html&intype=url&input=http://example.com/doc.html&char=0,29"/> - <nif:isString>Welcome to Dublin in Ireland!</nif:isString> - <nif:wasConvertedFrom rdf:resource="http://example.com/myitsservice?informat=html&intype=url&input=http://example.com/doc.html&xpath=/html/body%5B1%5D/h2%5B1%5D"/> - </rdf:Description> - - <rdf:Description rdf:about="http://example.com/myitsservice?informat=html&intype=url&input=http://example.com/doc.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"/> - <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/myitsservice?informat=html&intype=url&input=http://example.com/doc.html&char=0,29"/> - <nif:wasConvertedFrom rdf:resource="http://example.com/myitsservice?informat=html&intype=url&input=http://example.com/doc.html&xpath=/html/body%5B1%5D/h2%5B1%5D/span%5B1%5D"/> - </rdf:Description> - - <rdf:Description rdf:about="http://example.com/myitsservice?informat=html&intype=url&input=http://example.com/doc.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"/> - <itsrdf:translate>no</itsrdf:translate> - <itsrdf:withinText>yes</itsrdf:withinText> - <nif:referenceContext rdf:resource="http://example.com/myitsservice?informat=html&intype=url&input=http://example.com/doc.html&char=0,29"/> - <nif:wasConvertedFrom rdf:resource="http://example.com/myitsservice?informat=html&intype=url&input=http://example.com/doc.html&xpath=/html/body%5B1%5D/h2%5B1%5D/b%5B1%5D)"/> - </rdf:Description> - -</rdf:RDF> \ No newline at end of file +@prefix itsrdf: <http://www.w3.org/2005/11/its/rdf#>. +@prefix nif: <http://persistence.uni-leipzig.org/nlp2rdf/ontologies/nif-core#>. +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>. +<http://example.com/myitsservice?informat=html&intype=url&input=http://example.com/doc.html&char=0,29> nif:beginIndex "0"; + nif:endIndex "29"; + nif:isString "Welcome to Dublin in Ireland!"; + nif:referenceContext <http://example.com/myitsservice?informat=html&intype=url&input=http://example.com/doc.html&char=0,29>; + nif:wasConvertedFrom <http://example.com/myitsservice?informat=html&intype=url&input=http://example.com/doc.html&xpath=/html/body%5B1%5D/h2%5B1%5D>; + a nif:Context, + nif:RFC5147String; + itsrdf:translate "yes"; + itsrdf:withinText "no". +<http://example.com/myitsservice?informat=html&intype=url&input=http://example.com/doc.html&char=11,17> nif:beginIndex "11"; + nif:endIndex "17"; + nif:referenceContext <http://example.com/myitsservice?informat=html&intype=url&input=http://example.com/doc.html&char=0,29>; + nif:wasConvertedFrom <http://example.com/myitsservice?informat=html&intype=url&input=http://example.com/doc.html&xpath=/html/body%5B1%5D/h2%5B1%5D/span%5B1%5D>; + a nif:RFC5147String; + itsrdf:taIdentRef <http://dbpedia.org/resource/Dublin>; + itsrdf:translate "no"; + itsrdf:withinText "yes". +<http://example.com/myitsservice?informat=html&intype=url&input=http://example.com/doc.html&char=21,28> nif:beginIndex "21"; + nif:endIndex "28"; + nif:referenceContext <http://example.com/myitsservice?informat=html&intype=url&input=http://example.com/doc.html&char=0,29>; + nif:wasConvertedFrom <http://example.com/myitsservice?informat=html&intype=url&input=http://example.com/doc.html&xpath=/html/body%5B1%5D/h2%5B1%5D/b%5B1%5D)>; + a nif:RFC5147String; + itsrdf:translate "no"; + itsrdf:withinText "yes". \ No newline at end of file
Received on Friday, 6 September 2013 11:21:32 UTC