congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
ClassifiedTBox.dataPropertiesDAG
Code IndexAdd Tabnine to your IDE (free)

How to use
dataPropertiesDAG
method
in
it.unibz.inf.ontop.spec.ontology.ClassifiedTBox

Best Java code snippets using it.unibz.inf.ontop.spec.ontology.ClassifiedTBox.dataPropertiesDAG (Showing top 10 results out of 315)

origin: ontop/ontop

/**
 * Assign indexes for the named DAG, use a depth first listener over the DAG 
 * @param reasoner used to know ancestors and descendants of the dag
 */

public SemanticIndexBuilder(ClassifiedTBox reasoner)  {
  classRanges = createSemanticIndex(reasoner.classesDAG());
  opRanges = createSemanticIndex(reasoner.objectPropertiesDAG());
  dpRanges = createSemanticIndex(reasoner.dataPropertiesDAG());
}
  
origin: ontop/ontop

DataPropertyExpression dpe = reasonerDag.dataPropertiesDAG().getCanonicalForm(dpe0);
int idx = cacheSI.getEntry(dpe).getIndex();
origin: ontop/ontop

for (Equivalences<DataPropertyExpression> propNode : reasoner.dataPropertiesDAG()) {
  for (Equivalences<DataPropertyExpression> subpropNode : reasoner.dataPropertiesDAG().getSub(propNode)) {
    for (DataPropertyExpression subprop : subpropNode) {
      DataAtom<AtomPredicate> body = translate(subprop, variableXname, variableYname);
origin: ontop/ontop

DataPropertyExpression equivalent = reasoner.dataPropertiesDAG().getCanonicalForm(dpe);
if (equivalent != null && !equivalent.equals(dpe)) {
  return atomFactory.getMutableTripleBodyAtom(bodyAtom.getTerm(0), equivalent.getIRI(), bodyAtom.getTerm(2));
origin: ontop/ontop

getDataTMappings(mappingIndex, originalMappingIndex, reasoner.dataPropertiesDAG(), excludeFromTMappings);
origin: ontop/ontop

if (cacheSI.getEntry(ope) != null)  {
  DataPropertyExpression dpe = reasonerDag.dataProperties().get(iri);
  if (reasonerDag.dataPropertiesDAG().getVertex(dpe) != null) {
    if (cacheSI.getEntry(dpe) != null)
      throw new RuntimeException("DUPLICATE PROPERTY: " + iri);
if (reasonerDag.dataPropertiesDAG().getVertex(dpe) != null) {
  if (cacheSI.getEntry(dpe) != null)
    throw new RuntimeException("DUPLICATE PROPERTY: " + iri);
origin: it.unibz.inf.ontop/ontop-mapping-core

getDataTMappings(mappingIndex, originalMappingIndex, reasoner.dataPropertiesDAG(), excludeFromTMappings);
origin: ontop/ontop

for(Equivalences<DataPropertyExpression> node : reasoner.dataPropertiesDAG()) {
  DataPropertyExpression rep = node.getRepresentative();
    (EquivalencesDAGImpl<DataPropertyExpression>)reasoner.dataPropertiesDAG(), dataProperties);
origin: it.unibz.inf.ontop/ontop-obda-core

for(Equivalences<DataPropertyExpression> node : reasoner.dataPropertiesDAG()) {
  DataPropertyExpression rep = node.getRepresentative();
    (EquivalencesDAGImpl<DataPropertyExpression>)reasoner.dataPropertiesDAG(), dataProperties);
origin: ontop/ontop

for (Equivalences<DataPropertyExpression> set : reasonerDag.dataPropertiesDAG()) {
it.unibz.inf.ontop.spec.ontologyClassifiedTBoxdataPropertiesDAG

Popular methods of ClassifiedTBox

  • classes
    classes
  • classesDAG
  • dataProperties
    data properties
  • objectProperties
    object properties
  • objectPropertiesDAG
  • dataRangesDAG
    datatypes and data property ranges
  • disjointClasses
  • disjointDataProperties
  • disjointObjectProperties
  • functionalDataProperties
  • functionalObjectProperties
  • functionalObjectProperties

Popular in Java

  • Making http requests using okhttp
  • findViewById (Activity)
  • getApplicationContext (Context)
  • onRequestPermissionsResult (Fragment)
  • Path (java.nio.file)
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • JCheckBox (javax.swing)
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • Join (org.hibernate.mapping)
  • Top Vim plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now