Class SEGM
- java.lang.Object
-
- cz.vutbr.fit.layout.ontology.SEGM
-
public class SEGM extends Object
Visual Area Ontology.Document visual area (segmentation) ontology..
Namespace SEGM. Prefix:
<http://fitlayout.github.io/ontology/segmentation.owl#>
-
-
Field Summary
Fields Modifier and Type Field Description static org.eclipse.rdf4j.model.IRI
Area
Areastatic org.eclipse.rdf4j.model.IRI
AreaTree
AreaTreestatic org.eclipse.rdf4j.model.IRI
belongsTo
belongsTostatic org.eclipse.rdf4j.model.IRI
belongsToChunkSet
belongsToChunkSetstatic org.eclipse.rdf4j.model.IRI
belongsToLogicalTree
belongsToLogicalTreestatic org.eclipse.rdf4j.model.IRI
containsArea
containsAreastatic org.eclipse.rdf4j.model.IRI
containsBox
containsBoxstatic org.eclipse.rdf4j.model.IRI
hasAreaTree
hasAreaTreestatic org.eclipse.rdf4j.model.IRI
hasSourceArea
hasSourceAreastatic org.eclipse.rdf4j.model.IRI
hasSourceBox
hasSourceBoxstatic org.eclipse.rdf4j.model.IRI
hasSourcePage
hasSourcePagestatic org.eclipse.rdf4j.model.IRI
hasTag
hasTagstatic org.eclipse.rdf4j.model.IRI
ChunkSet
ChunkSetstatic org.eclipse.rdf4j.model.IRI
isChildOf
isChildOfstatic org.eclipse.rdf4j.model.IRI
isSubordinateTo
isSubordinateTostatic org.eclipse.rdf4j.model.IRI
LogicalArea
LogicalAreastatic org.eclipse.rdf4j.model.IRI
LogicalAreaTree
LogicalAreaTreestatic org.eclipse.rdf4j.model.IRI
name
namestatic String
NAMESPACE
http://fitlayout.github.io/ontology/segmentation.owl#
static String
PREFIX
segm
static org.eclipse.rdf4j.model.IRI
support
supportstatic org.eclipse.rdf4j.model.IRI
Tag
Tagstatic org.eclipse.rdf4j.model.IRI
tagger
taggerstatic org.eclipse.rdf4j.model.IRI
tagSupport
tagSupportstatic org.eclipse.rdf4j.model.IRI
text
textstatic org.eclipse.rdf4j.model.IRI
TextChunk
TextChunkstatic org.eclipse.rdf4j.model.IRI
type
type
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
http://fitlayout.github.io/ontology/segmentation.owl#
- See Also:
- Constant Field Values
-
PREFIX
public static final String PREFIX
segm
- See Also:
- Constant Field Values
-
Area
public static final org.eclipse.rdf4j.model.IRI Area
Areahttp://fitlayout.github.io/ontology/segmentation.owl#Area
.A visual area within the page. The areas can be nested an together they form an AreaTree.
- See Also:
- Area
-
AreaTree
public static final org.eclipse.rdf4j.model.IRI AreaTree
AreaTreehttp://fitlayout.github.io/ontology/segmentation.owl#AreaTree
.A tree of visual areas created from a rendered page by page segmentation.
- See Also:
- AreaTree
-
belongsTo
public static final org.eclipse.rdf4j.model.IRI belongsTo
belongsTohttp://fitlayout.github.io/ontology/segmentation.owl#belongsTo
.Assigns an AreaTree to an Area.
- See Also:
- belongsTo
-
belongsToChunkSet
public static final org.eclipse.rdf4j.model.IRI belongsToChunkSet
belongsToChunkSethttp://fitlayout.github.io/ontology/segmentation.owl#belongsToChunkSet
.Assigns a ChunkSet to a TextChunk.
- See Also:
- belongsToChunkSet
-
belongsToLogicalTree
public static final org.eclipse.rdf4j.model.IRI belongsToLogicalTree
belongsToLogicalTreehttp://fitlayout.github.io/ontology/segmentation.owl#belongsToLogicalTree
.Assigns the owning LogicalAreaTree to a LogicalArea.
- See Also:
- belongsToLogicalTree
-
ChunkSet
public static final org.eclipse.rdf4j.model.IRI ChunkSet
ChunkSethttp://fitlayout.github.io/ontology/segmentation.owl#ChunkSet
.A set of text chunks extreacted from a source page.
- See Also:
- ChunkSet
-
containsArea
public static final org.eclipse.rdf4j.model.IRI containsArea
containsAreahttp://fitlayout.github.io/ontology/segmentation.owl#containsArea
.- See Also:
- containsArea
-
containsBox
public static final org.eclipse.rdf4j.model.IRI containsBox
containsBoxhttp://fitlayout.github.io/ontology/segmentation.owl#containsBox
.- See Also:
- containsBox
-
hasAreaTree
public static final org.eclipse.rdf4j.model.IRI hasAreaTree
hasAreaTreehttp://fitlayout.github.io/ontology/segmentation.owl#hasAreaTree
.- See Also:
- hasAreaTree
-
hasSourceArea
public static final org.eclipse.rdf4j.model.IRI hasSourceArea
hasSourceAreahttp://fitlayout.github.io/ontology/segmentation.owl#hasSourceArea
.- See Also:
- hasSourceArea
-
hasSourceBox
public static final org.eclipse.rdf4j.model.IRI hasSourceBox
hasSourceBoxhttp://fitlayout.github.io/ontology/segmentation.owl#hasSourceBox
.- See Also:
- hasSourceBox
-
hasSourcePage
public static final org.eclipse.rdf4j.model.IRI hasSourcePage
hasSourcePagehttp://fitlayout.github.io/ontology/segmentation.owl#hasSourcePage
.- See Also:
- hasSourcePage
-
hasTag
public static final org.eclipse.rdf4j.model.IRI hasTag
hasTaghttp://fitlayout.github.io/ontology/segmentation.owl#hasTag
.- See Also:
- hasTag
-
isChildOf
public static final org.eclipse.rdf4j.model.IRI isChildOf
isChildOfhttp://fitlayout.github.io/ontology/segmentation.owl#isChildOf
.- See Also:
- isChildOf
-
isSubordinateTo
public static final org.eclipse.rdf4j.model.IRI isSubordinateTo
isSubordinateTohttp://fitlayout.github.io/ontology/segmentation.owl#isSubordinateTo
.- See Also:
- isSubordinateTo
-
LogicalArea
public static final org.eclipse.rdf4j.model.IRI LogicalArea
LogicalAreahttp://fitlayout.github.io/ontology/segmentation.owl#LogicalArea
.Logical area represents a set of areas that form a single semantic entity. Logical areas are organized in a tree where the parent-child relationships have some semantic meaning instead of representing the actual layout.
- See Also:
- LogicalArea
-
LogicalAreaTree
public static final org.eclipse.rdf4j.model.IRI LogicalAreaTree
LogicalAreaTreehttp://fitlayout.github.io/ontology/segmentation.owl#LogicalAreaTree
.A tree of logical areas created from an area tree by some kind of logical structure analysis.
- See Also:
- LogicalAreaTree
-
name
public static final org.eclipse.rdf4j.model.IRI name
namehttp://fitlayout.github.io/ontology/segmentation.owl#name
.Assigned area name
- See Also:
- name
-
support
public static final org.eclipse.rdf4j.model.IRI support
supporthttp://fitlayout.github.io/ontology/segmentation.owl#support
.- See Also:
- support
-
Tag
public static final org.eclipse.rdf4j.model.IRI Tag
Taghttp://fitlayout.github.io/ontology/segmentation.owl#Tag
.- See Also:
- Tag
-
tagger
public static final org.eclipse.rdf4j.model.IRI tagger
taggerhttp://fitlayout.github.io/ontology/segmentation.owl#tagger
.Assigns a tagger to a tag
- See Also:
- tagger
-
tagSupport
public static final org.eclipse.rdf4j.model.IRI tagSupport
tagSupporthttp://fitlayout.github.io/ontology/segmentation.owl#tagSupport
.Assigns a node that refers to a tag and the assigned support.
- See Also:
- tagSupport
-
text
public static final org.eclipse.rdf4j.model.IRI text
texthttp://fitlayout.github.io/ontology/segmentation.owl#text
.- See Also:
- text
-
TextChunk
public static final org.eclipse.rdf4j.model.IRI TextChunk
TextChunkhttp://fitlayout.github.io/ontology/segmentation.owl#TextChunk
.A connected piece of a document text that forms a rectangular area in the page.
- See Also:
- TextChunk
-
type
public static final org.eclipse.rdf4j.model.IRI type
typehttp://fitlayout.github.io/ontology/segmentation.owl#type
.- See Also:
- type
-
-