Package cz.vutbr.fit.layout.ontology
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.IRIArtifacthttp://fitlayout.github.io/ontology/fitlayout.owl#Artifact.static org.eclipse.rdf4j.model.IRIcreatedOnhttp://fitlayout.github.io/ontology/fitlayout.owl#createdOn.static org.eclipse.rdf4j.model.IRIcreatorhttp://fitlayout.github.io/ontology/fitlayout.owl#creator.static org.eclipse.rdf4j.model.IRIcreatorParamshttp://fitlayout.github.io/ontology/fitlayout.owl#creatorParams.static org.eclipse.rdf4j.model.IRIhasParentArtifacthttp://fitlayout.github.io/ontology/fitlayout.owl#hasParentArtifact.static StringNAMESPACEhttp://fitlayout.github.io/ontology/fitlayout.owl#static StringPREFIXfl
-
-
-
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
http://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
http://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
http://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
http://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
http://fitlayout.github.io/ontology/fitlayout.owl#hasParentArtifact.Assigns a parent artifact to another artifact.
- See Also:
- hasParentArtifact
-
-