Interface DataPropertyStatementDao

    • Method Detail

      • deleteDataPropertyStatement

        void deleteDataPropertyStatement​(DataPropertyStatement dataPropertyStmt)
      • fillExistingDataPropertyStatementsForIndividual

        Individual fillExistingDataPropertyStatementsForIndividual​(Individual individual)
      • deleteDataPropertyStatementsForIndividualByDataProperty

        void deleteDataPropertyStatementsForIndividualByDataProperty​(String individualURI,
                                                                     String dataPropertyURI)
      • deleteDataPropertyStatementsForIndividualByDataProperty

        void deleteDataPropertyStatementsForIndividualByDataProperty​(Individual individual,
                                                                     DataProperty dataProperty)
      • insertNewDataPropertyStatement

        int insertNewDataPropertyStatement​(DataPropertyStatement dataPropertyStatement)
      • getDataPropertyValuesForIndividualByProperty

        List<org.apache.jena.rdf.model.Literal> getDataPropertyValuesForIndividualByProperty​(Individual subject,
                                                                                             DataProperty property)
      • getDataPropertyValuesForIndividualByProperty

        List<org.apache.jena.rdf.model.Literal> getDataPropertyValuesForIndividualByProperty​(String subjectUri,
                                                                                             String propertyUri)
      • getDataPropertyValuesForIndividualByProperty

        List<org.apache.jena.rdf.model.Literal> getDataPropertyValuesForIndividualByProperty​(Individual subject,
                                                                                             DataProperty property,
                                                                                             String queryString,
                                                                                             Set<String> constructQueryStrings)
      • getDataPropertyValuesForIndividualByProperty

        List<org.apache.jena.rdf.model.Literal> getDataPropertyValuesForIndividualByProperty​(String subjectUri,
                                                                                             String propertyUri,
                                                                                             String queryString,
                                                                                             Set<String> constructQueryStrings)