Groups
Groups
Sign in
Groups
Groups
nlp2rdf svn
Conversations
About
Send feedback
Help
[nlp2rdf] push by kur...@gmail.com - [No log message] on 2012-08-10 13:45 GMT
0 views
Skip to first unread message
nlp...@googlecode.com
unread,
Aug 10, 2012, 9:45:25 AM
8/10/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nlp2r...@googlegroups.com
Revision: c10c6dc3eb82
Author: Sebastian Hellmann <
kur...@googlemail.com
>
Date: Fri Aug 10 06:45:04 2012
Log: [No log message]
http://code.google.com/p/nlp2rdf/source/detail?r=c10c6dc3eb82
Modified:
/
nlp2rdf.lod2.eu/schema/frag/fragment.ttl
=======================================
--- /
nlp2rdf.lod2.eu/schema/frag/fragment.ttl
Fri Aug 10 06:37:59 2012
+++ /
nlp2rdf.lod2.eu/schema/frag/fragment.ttl
Fri Aug 10 06:45:04 2012
@@ -4,6 +4,8 @@
@prefix rdfs: <
http://www.w3.org/2000/01/rdf-schema#
> .
@prefix owl: <
http://www.w3.org/2002/07/owl#
> .
@prefix xsd: <
http://www.w3.org/2001/XMLSchema#
> .
+@prefix itsrdf: <
http://www.w3.org/2005/11/its/rdf#
> .
+
<> a owl:Ontology ;
rdfs:label "Fragment Ontology" ;
@@ -62,17 +64,20 @@
#### example
############
-## mandatory:
+## this is the context for any subfragments
<
http://nlp2rdf.lod2.eu/usecases/plaintext.txt#char=0,
> a
<rfc5147Selection> ;
<beginIndex> "0"^^xsd:int ;
<endIndex> "1765"^^xsd:int ;
<referenceContext>
<
http://nlp2rdf.lod2.eu/usecases/plaintext.txt#char=0,
> .
-## inferable with OWL or rules:
+##
<
http://nlp2rdf.lod2.eu/usecases/plaintext.txt#char=0,6
> a
<rfc5147Selection> ;
<beginIndex> "0"^^xsd:int ;
<endIndex> "6"^^xsd:int ;
<anchorOf> "Mexico" ;
+ itsrdf:disambigIdentRef <
http://dbpedia.org/resource/Mexico
> ;
+ # partofspeech tagging
+ <
http://nlp2rdf.lod2.eu/schema/oliaLink
>
<
http://purl.org/olia/penn.owl#NNP
> ;
<referenceContext>
<
http://nlp2rdf.lod2.eu/usecases/plaintext.txt#char=0,
> .
## is this correct?
Reply all
Reply to author
Forward
0 new messages