Author: rwesten
Date: Mon Feb 28 21:55:23 2011
New Revision: 1075560

URL: http://svn.apache.org/viewvc?rev=1075560&view=rev
Log:
changed "####" (h4) to "**" (strong) because h4 was set in the css to the same 
as h2

Modified:
    
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/stanbolenhancementstructure.mdtext

Modified: 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/stanbolenhancementstructure.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/stanbolenhancementstructure.mdtext?rev=1075560&r1=1075559&r2=1075560&view=diff
==============================================================================
--- 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/stanbolenhancementstructure.mdtext
 (original)
+++ 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/stanbolenhancementstructure.mdtext
 Mon Feb 28 21:55:23 2011
@@ -194,7 +194,7 @@ Typically Occurrences are used together 
 
 Different Occurrence descriptions are needed to describe the position of a 
feature within different types of content or within the parsed metadata.
 
-#### TextOccurrence: 
+**TextOccurrence:** 
 
 Describe the occurrence of a feature within an textual content.
 
@@ -213,7 +213,7 @@ Describe the occurrence of a feature wit
 * **sb:context**: The context (e.g. the sentence) used to extract the selected 
text.
 * **sb:occurrence-within-context**: Defines the n-th occurrence of the 
selected text with the context. Together with the sb:context this can be used 
to locate the selected text even if the sb:start/sb:end positions are no longer 
valid (e.g. when the original content was transformed to an other format).
 
-#### MetadataOccurrence: 
+**MetadataOccurrence:** 
 
 Describes the occurrence of an feature within the metadata of the parsed 
content. This are extremely useful to link entities for literal values provided 
by metadata standards such as creator information for Dublin Core, Artist, 
Album, Label ... information provided by ID3 or Camera Model information as 
present in EXIF metadata. Also geo-point to City, Region, Country enhancements 
could be done by using this type of occurrences. 
 
@@ -228,7 +228,7 @@ Describes the occurrence of an feature w
 * **rdf:value**: The value that hints the described feature. The property is 
related to the properties dc:title - in case the value is a literal - and the 
sb:entity - in case the value is an URI - of sb:Annotation.
 
 
-#### Other Occurrence Types
+**Other Occurrence Types**
 
 * TimeBasedMediaOccurrence: This would define a temporal section within a time 
based media (e.g. a Sound File)
 * VisualOccurrence: This would define a section within a media that can be 
presented on a screen


Reply via email to