Re: {Disarmed} Re: How to put an annotation in HTML?

Hi Denny,

Am 27.04.2013 18:41, schrieb Denny Vrandečić:
>
> * "forbidding" the use of properties as fillers for the its-ta-ref-id 
> attribute, or else it would got OWL Full.
>
Hm, maybe the easiest is to define a best practice to use Mode 1 
mentioned on http://www.w3.org/TR/its20/#textanalysis
We could use another attribute to state that there will be an rdf 
property instead of an instance. See Example 55 fo Wordnet ID:
http://www.w3.org/TR/its20/#EX-text-analysis-html5-local-1

*<html*  lang="en"  its-annotators-ref="text-analysis|http://enrycher.ijs.si"*>*
   *<head>*
     *<meta*  charset="utf-8"*  />*
     *<title>*Text analysis: Local Test*</title>*
   *</head>*       
   *<body>*
     *<p>**<span*  
           its-ta-confidence="0.7"
           its-ta-class-ref="http://nerd.eurecom.fr/ontology#Location"   
           its-ta-ident-ref="http://dbpedia.org/resource/Dublin"*>*Dublin*</span>*  
       is the*<span*  
           its-ta-source="Wordnet3.0"  
           its-ta-ident="301467919"  
           its-ta-confidence="0.5"*
           >*capital*</span>*  of Ireland.*</p>*
   *</body>*
*</html>*


Maybe its-ta-source="property" or using 
its-ta-class-ref="http://www.w3.org/2002/07/owl#ObjectProperty"  .

Introducing an AnnotationProperty for this in the Ontology is not so 
difficullt:
http://www.w3.org/2005/11/its/rdf#taPropRef

This sounds like a good way.

All the best,
Sebastian

-- 
Dipl. Inf. Sebastian Hellmann
Department of Computer Science, University of Leipzig
Events: NLP & DBpedia 2013 (http://nlp-dbpedia2013.blogs.aksw.org, 
Deadline: *July 8th*)
Venha para a Alemanha como PhD: http://bis.informatik.uni-leipzig.de/csf 
Projects: http://nlp2rdf.org , http://linguistics.okfn.org , 
http://dbpedia.org/Wiktionary , http://dbpedia.org
Homepage: http://bis.informatik.uni-leipzig.de/SebastianHellmann
Research Group: http://aksw.org

Received on Saturday, 27 April 2013 18:22:55 UTC