Class RdfBase

    • Field Detail

      • DEFAULT_BASE_URI

        public static String DEFAULT_BASE_URI
      • DEFAULT_FILE_FORMAT

        public static org.openrdf.rio.RDFFormat DEFAULT_FILE_FORMAT
    • Constructor Detail

      • RdfBase

        public RdfBase()
    • Method Detail

      • getSingletonString

        public static String getSingletonString​(org.openrdf.repository.RepositoryConnection repositoryConnection,
                                                org.openrdf.model.Resource id,
                                                org.openrdf.model.URI predicate)
                                         throws BridgeDBException,
                                                org.openrdf.repository.RepositoryException
        Throws:
        BridgeDBException
        org.openrdf.repository.RepositoryException
      • getPossibleSingletonString

        public static String getPossibleSingletonString​(org.openrdf.repository.RepositoryConnection repositoryConnection,
                                                        org.openrdf.model.Resource id,
                                                        org.openrdf.model.URI predicate)
                                                 throws org.openrdf.repository.RepositoryException,
                                                        BridgeDBException
        Throws:
        org.openrdf.repository.RepositoryException
        BridgeDBException
      • shutDown

        public static void shutDown​(org.openrdf.repository.Repository repository,
                                    org.openrdf.repository.RepositoryConnection repositoryConnection)