Class FL
- java.lang.Object
-
- cz.vutbr.fit.layout.ontology.FL
-
public class FL extends Object
FitLayout Core Ontology.FITLayout shared types and properties..
Namespace FL. Prefix:
<http://fitlayout.github.io/ontology/fitlayout.owl#>
-
-
Field Summary
Fields Modifier and Type Field Description static org.eclipse.rdf4j.model.IRI
Artifact
Artifactstatic org.eclipse.rdf4j.model.IRI
createdOn
createdOnstatic org.eclipse.rdf4j.model.IRI
creator
creatorstatic org.eclipse.rdf4j.model.IRI
creatorParams
creatorParamsstatic org.eclipse.rdf4j.model.IRI
hasParentArtifact
hasParentArtifactstatic String
NAMESPACE
http://fitlayout.github.io/ontology/fitlayout.owl#
static org.eclipse.rdf4j.model.IRI
param
paramstatic org.eclipse.rdf4j.model.IRI
paramName
paramNamestatic org.eclipse.rdf4j.model.IRI
paramValue
paramValuestatic String
PREFIX
fl
static org.eclipse.rdf4j.model.IRI
service
servicestatic org.eclipse.rdf4j.model.IRI
Tagger
Tagger
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
http://fitlayout.github.io/ontology/fitlayout.owl#
- See Also:
- Constant Field Values
-
PREFIX
public static final String PREFIX
fl
- See Also:
- Constant Field Values
-
Artifact
public static final org.eclipse.rdf4j.model.IRI Artifact
Artifacthttp://fitlayout.github.io/ontology/fitlayout.owl#Artifact
.An artifact created during the page processing
- See Also:
- Artifact
-
createdOn
public static final org.eclipse.rdf4j.model.IRI createdOn
createdOnhttp://fitlayout.github.io/ontology/fitlayout.owl#createdOn
.Creation date/time for an artifact or page set
- See Also:
- createdOn
-
creator
public static final org.eclipse.rdf4j.model.IRI creator
creatorhttp://fitlayout.github.io/ontology/fitlayout.owl#creator
.An identification of the service that created an artifact.
- See Also:
- creator
-
creatorParams
public static final org.eclipse.rdf4j.model.IRI creatorParams
creatorParamshttp://fitlayout.github.io/ontology/fitlayout.owl#creatorParams
.Parametres of the service used for creating an artifact.
- See Also:
- creatorParams
-
hasParentArtifact
public static final org.eclipse.rdf4j.model.IRI hasParentArtifact
hasParentArtifacthttp://fitlayout.github.io/ontology/fitlayout.owl#hasParentArtifact
.Assigns a parent artifact to another artifact.
- See Also:
- hasParentArtifact
-
param
public static final org.eclipse.rdf4j.model.IRI param
paramhttp://fitlayout.github.io/ontology/fitlayout.owl#param
.Service parameter name and value definition.
- See Also:
- param
-
paramName
public static final org.eclipse.rdf4j.model.IRI paramName
paramNamehttp://fitlayout.github.io/ontology/fitlayout.owl#paramName
.Parameter name
- See Also:
- paramName
-
paramValue
public static final org.eclipse.rdf4j.model.IRI paramValue
paramValuehttp://fitlayout.github.io/ontology/fitlayout.owl#paramValue
.Parameter value.
- See Also:
- paramValue
-
service
public static final org.eclipse.rdf4j.model.IRI service
servicehttp://fitlayout.github.io/ontology/fitlayout.owl#service
.A service ID definition
- See Also:
- service
-
Tagger
public static final org.eclipse.rdf4j.model.IRI Tagger
Taggerhttp://fitlayout.github.io/ontology/fitlayout.owl#Tagger
.A tagger that is able to assign tags to content rectangles.
- See Also:
- Tagger
-
-